Home
last modified time | relevance | path

Searched refs:stream_is_local (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/ext/standard/tests/streams/
H A Dstream_is_local.phpt2 Testing stream_is_local()
8 var_dump(stream_is_local($b));
11 var_dump(stream_is_local(fopen(__FILE__, 'r')));
/PHP-7.4/ext/standard/tests/file/
H A Dbug43216.phpt2 Bug #43216 (stream_is_local() returns false on file://)
5 var_dump(stream_is_local("file://"));
/PHP-7.4/ext/standard/
H A Dstreamsfuncs.h60 PHP_FUNCTION(stream_is_local);
H A Dstreamsfuncs.c1566 PHP_FUNCTION(stream_is_local) in PHP_FUNCTION() argument
H A Dbasic_functions.c3204 PHP_FE(stream_is_local, arginfo_stream_is_local)

Completed in 32 milliseconds