1 2 3 4 5 6 7 8
--TEST-- Bug #43216 (stream_is_local() returns false on file://) --FILE-- <?php var_dump(stream_is_local("file://")); ?> --EXPECT-- bool(true)