Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dstreamsfuncs.c382 zval *zstream, *zremote = NULL; in PHP_FUNCTION() local
394 Z_PARAM_ZVAL(zremote) in PHP_FUNCTION()
399 if (zremote) { in PHP_FUNCTION()
400 ZEND_TRY_ASSIGN_REF_NULL(zremote); in PHP_FUNCTION()
411 zremote ? &remote_addr : NULL in PHP_FUNCTION()
415 if (zremote && remote_addr) { in PHP_FUNCTION()
416 ZEND_TRY_ASSIGN_REF_STR(zremote, remote_addr); in PHP_FUNCTION()

Completed in 8 milliseconds