Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_soap.h252 #define Z_CLIENT_LAST_RESPONSE_P(zv) php_soap_deref(OBJ_PROP_NUM(Z_OBJ_P(zv), 33)) macro
H A Dsoap.c2250 zval_ptr_dtor(Z_CLIENT_LAST_RESPONSE_P(this_ptr)); in do_request()
2251 ZVAL_STR_COPY(Z_CLIENT_LAST_RESPONSE_P(this_ptr), Z_STR_P(response)); in do_request()
2302 convert_to_null(Z_CLIENT_LAST_RESPONSE_P(this_ptr)); in do_soap_call()
2736 RETURN_COPY(Z_CLIENT_LAST_RESPONSE_P(ZEND_THIS)); in PHP_METHOD()

Completed in 18 milliseconds