Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/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-5.5/ext/standard/
H A Dstreamsfuncs.h62 PHP_FUNCTION(stream_is_local);
H A Dstreamsfuncs.c1567 PHP_FUNCTION(stream_is_local) in PHP_FUNCTION() argument
H A Dbasic_functions.c3163 PHP_FE(stream_is_local, arginfo_stream_is_local)
/PHP-5.5/
H A DNEWS5479 - Fixed memory leak in stream_is_local(). (Felipe, Tony)
7012 - Fixed bug #43216 (stream_is_local() returns false on "file://"). (Dmitry)

Completed in 70 milliseconds