Home
last modified time | relevance | path

Searched refs:PHP_STREAM_CLIENT_CONNECT (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/standard/
H A Dstreamsfuncs.h24 #define PHP_STREAM_CLIENT_CONNECT 4 macro
H A Dstreamsfuncs.c97 long flags = PHP_STREAM_CLIENT_CONNECT; in PHP_FUNCTION()
132 STREAM_XPORT_CLIENT | (flags & PHP_STREAM_CLIENT_CONNECT ? STREAM_XPORT_CONNECT : 0) | in PHP_FUNCTION()
H A Dfile.c220 …REGISTER_LONG_CONSTANT("STREAM_CLIENT_CONNECT", PHP_STREAM_CLIENT_CONNECT, CONST_CS | CONST_PERS… in PHP_INI_END()

Completed in 21 milliseconds