Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dstreamsfuncs.h20 #define PHP_STREAM_CLIENT_CONNECT 4 macro
H A Dstreamsfuncs.c110 zend_long flags = PHP_STREAM_CLIENT_CONNECT; in PHP_FUNCTION()
153 STREAM_XPORT_CLIENT | (flags & PHP_STREAM_CLIENT_CONNECT ? STREAM_XPORT_CONNECT : 0) | in PHP_FUNCTION()
H A Dfile.c204 …REGISTER_LONG_CONSTANT("STREAM_CLIENT_CONNECT", PHP_STREAM_CLIENT_CONNECT, CONST_CS | CONST_PERS… in PHP_INI_END()

Completed in 21 milliseconds