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.h250 #define Z_CLIENT_LAST_RESPONSE_P(zv) php_soap_deref(OBJ_PROP_NUM(Z_OBJ_P(zv), 33)) macro
H A Dsoap.c2217 zval_ptr_dtor(Z_CLIENT_LAST_RESPONSE_P(this_ptr)); in do_request()
2218 ZVAL_STR_COPY(Z_CLIENT_LAST_RESPONSE_P(this_ptr), Z_STR_P(response)); in do_request()
2270 convert_to_null(Z_CLIENT_LAST_RESPONSE_P(this_ptr)); in do_soap_call()
2668 RETURN_COPY(Z_CLIENT_LAST_RESPONSE_P(ZEND_THIS)); in PHP_METHOD()

Completed in 19 milliseconds