Home
last modified time | relevance | path

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

/PHP-7.4/ext/ftp/
H A Dphp_ftp.c693 zval *z_ftp, *zresponse = NULL; in PHP_FUNCTION() local
698 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rl|z", &z_ftp, &size, &zresponse) == FAILURE) { in PHP_FUNCTION()
706 ret = ftp_alloc(ftp, size, zresponse ? &response : NULL); in PHP_FUNCTION()
709 ZEND_TRY_ASSIGN_REF_STR(zresponse, response); in PHP_FUNCTION()

Completed in 6 milliseconds