Home
last modified time | relevance | path

Searched refs:pfsockopen (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/standard/tests/streams/
H A Dbug54623.phpt5 $sock = pfsockopen('udp://127.0.0.1', '63844');
8 $sock2 = pfsockopen('udp://127.0.0.1', '63844');
/PHP-8.0/ext/standard/
H A Dfsock.c138 PHP_FUNCTION(pfsockopen) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php969 function pfsockopen(string $hostname, int $port = -1, &$error_code = null, &$error_message = null, … function
H A Dbasic_functions_arginfo.h2619 ZEND_FUNCTION(pfsockopen);
3259 ZEND_FE(pfsockopen, arginfo_pfsockopen)
/PHP-8.0/sapi/fpm/tests/
H A Dfcgi.inc268 $this->_sock = pfsockopen(

Completed in 27 milliseconds