Lines Matching refs:error_object
76 zval* _old_error_object = SOAP_GLOBAL(error_object);\
80 SOAP_GLOBAL(error_object) = this_ptr;
85 SOAP_GLOBAL(error_object) = _old_error_object;\
91 zval* _old_error_object = SOAP_GLOBAL(error_object);\
100 SOAP_GLOBAL(error_object) = this_ptr;\
126 SOAP_GLOBAL(error_object) = _old_error_object;\
582 soap_globals->error_object = NULL; in php_soap_init_globals()
608 SOAP_GLOBAL(error_object) = NULL; in PHP_RINIT_FUNCTION()
2164 if (SOAP_GLOBAL(error_object) &&
2165 Z_TYPE_P(SOAP_GLOBAL(error_object)) == IS_OBJECT &&
2166 instanceof_function(Z_OBJCE_P(SOAP_GLOBAL(error_object)), soap_class_entry TSRMLS_CC)) {
2170 …if (zend_hash_find(Z_OBJPROP_P(SOAP_GLOBAL(error_object)), "_exceptions", sizeof("_exceptions"), (…
2209 fault = add_soap_fault(SOAP_GLOBAL(error_object), code, buffer, NULL, NULL TSRMLS_CC);
2262 if (SOAP_GLOBAL(error_object) &&
2263 Z_TYPE_P(SOAP_GLOBAL(error_object)) == IS_OBJECT &&
2264 … instanceof_function(Z_OBJCE_P(SOAP_GLOBAL(error_object)), soap_server_class_entry TSRMLS_CC) &&
2265 …zend_hash_find(Z_OBJPROP_P(SOAP_GLOBAL(error_object)), "service", sizeof("service"), (void **)&tmp…