Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_soap.h251 #define Z_CLIENT_LAST_REQUEST_P(zv) php_soap_deref(OBJ_PROP_NUM(Z_OBJ_P(zv), 32)) macro
H A Dsoap.c2224 zval_ptr_dtor(Z_CLIENT_LAST_REQUEST_P(this_ptr)); in do_request()
2225 ZVAL_STRINGL(Z_CLIENT_LAST_REQUEST_P(this_ptr), buf, buf_size); in do_request()
2301 convert_to_null(Z_CLIENT_LAST_REQUEST_P(this_ptr)); in do_soap_call()
2724 RETURN_COPY(Z_CLIENT_LAST_REQUEST_P(ZEND_THIS)); in PHP_METHOD()

Completed in 35 milliseconds