Home
last modified time | relevance | path

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

/PHP-5.4/ext/ftp/
H A Dphp_ftp.c629 zval *z_ftp, *zresponse = NULL; in PHP_FUNCTION() local
634 …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 10 milliseconds