summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/bug43216.phpt
blob: b7e42534c8affbd011ea1b15a241ac788f48be7e (plain)
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)