Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/network/
H A Dbug64330.phpt5 if (!in_array("unix", stream_get_transports())) die("SKIP unix domain sockets unavailable");
H A Dudgloop.phpt5 if (array_search("udg",stream_get_transports()) === false)
H A Dunixloop.phpt5 if (array_search("unix",stream_get_transports()) === false)
/PHP-5.5/ext/standard/
H A Dstreamsfuncs.h42 PHP_FUNCTION(stream_get_transports);
H A Dstreamsfuncs.c545 PHP_FUNCTION(stream_get_transports) in PHP_FUNCTION() argument
H A Dbasic_functions.c3161 PHP_FE(stream_get_transports, arginfo_stream_get_transports)

Completed in 25 milliseconds