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.c2191 zval_ptr_dtor(Z_CLIENT_LAST_RESPONSE_P(this_ptr));
2192 ZVAL_STR_COPY(Z_CLIENT_LAST_RESPONSE_P(this_ptr), Z_STR_P(response));
2244 convert_to_null(Z_CLIENT_LAST_RESPONSE_P(this_ptr));
2642 RETURN_COPY(Z_CLIENT_LAST_RESPONSE_P(ZEND_THIS));

Completed in 15 milliseconds