1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 22:11:12 +02:00
Files
archived-php-src/ext/standard/tests/file/bug43216.phpt
2012-10-10 10:27:49 +08:00

9 lines
143 B
PHP

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