php-src/ext/standard/tests/file/bug43216.phpt
Antony Dovgal c8494a81a7 MFH
2007-11-08 13:34:41 +00:00

9 lines
143 B
PHP
Executable File

--TEST--
Bug #43216 (stream_is_local() returns false on file://)
--FILE--
<?php
var_dump(stream_is_local("file://"));
?>
--EXPECT--
bool(true)