Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dstreamsfuncs.c397 zval *zstream, *zremote = NULL; in PHP_FUNCTION() local
409 Z_PARAM_ZVAL(zremote) in PHP_FUNCTION()
414 if (zremote) { in PHP_FUNCTION()
415 ZEND_TRY_ASSIGN_REF_NULL(zremote); in PHP_FUNCTION()
426 zremote ? &remote_addr : NULL in PHP_FUNCTION()
430 if (zremote && remote_addr) { in PHP_FUNCTION()
431 ZEND_TRY_ASSIGN_REF_STR(zremote, remote_addr); in PHP_FUNCTION()

Completed in 8 milliseconds