Annotation of embedaddon/php/ext/standard/tests/file/bug43216.phpt, revision 1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>