Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dstreamsfuncs.c393 zval *zstream, *zremote = NULL; in PHP_FUNCTION() local
405 Z_PARAM_ZVAL(zremote) in PHP_FUNCTION()
410 if (zremote) { in PHP_FUNCTION()
411 ZEND_TRY_ASSIGN_REF_NULL(zremote); in PHP_FUNCTION()
422 zremote ? &remote_addr : NULL in PHP_FUNCTION()
426 if (zremote && remote_addr) { in PHP_FUNCTION()
427 ZEND_TRY_ASSIGN_REF_STR(zremote, remote_addr); in PHP_FUNCTION()

Completed in 13 milliseconds