Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_soap.h223 #define Z_CLIENT_TRACE_P(zv) php_soap_deref(OBJ_PROP_NUM(Z_OBJ_P(zv), 4)) macro
H A Dphp_http.c548 bool client_trace = Z_TYPE_P(Z_CLIENT_TRACE_P(this_ptr)) == IS_TRUE; in make_http_soap_request()
H A Dsoap.c2088 ZVAL_TRUE(Z_CLIENT_TRACE_P(this_ptr)); in PHP_METHOD()
2222 zval *trace = Z_CLIENT_TRACE_P(this_ptr); in do_request()
2300 if (Z_TYPE_P(Z_CLIENT_TRACE_P(this_ptr)) == IS_TRUE) { in do_soap_call()

Completed in 24 milliseconds