Searched refs:zresponse (Results 1 – 1 of 1) sorted by relevance
629 zval *z_ftp, *zresponse = NULL; in PHP_FUNCTION() local634 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl|z", &z_ftp, &size, &zresponse) == FAILURE… in PHP_FUNCTION()640 ret = ftp_alloc(ftp, size, zresponse ? &response : NULL); in PHP_FUNCTION()642 zval_dtor(zresponse); in PHP_FUNCTION()643 ZVAL_STRING(zresponse, response, 0); in PHP_FUNCTION()
Completed in 8 milliseconds