Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dstreamsfuncs.h22 #define PHP_STREAM_CLIENT_CONNECT 4 macro
H A Dstreamsfuncs.c101 zend_long flags = PHP_STREAM_CLIENT_CONNECT; in PHP_FUNCTION()
140 STREAM_XPORT_CLIENT | (flags & PHP_STREAM_CLIENT_CONNECT ? STREAM_XPORT_CONNECT : 0) | in PHP_FUNCTION()
H A Dfile.c210 …REGISTER_LONG_CONSTANT("STREAM_CLIENT_CONNECT", PHP_STREAM_CLIENT_CONNECT, CONST_CS | CONST_PERS… in PHP_INI_END()

Completed in 14 milliseconds