Home
last modified time | relevance | path

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

/PHP-8.3/ext/soap/
H A Dsoap.c1128 zval exception_object; in _soap_server_exception() local
1130 ZVAL_OBJ(&exception_object, EG(exception)); in _soap_server_exception()
1131 if (instanceof_function(Z_OBJCE(exception_object), soap_fault_class_entry)) { in _soap_server_exception()
1132 soap_server_fault_ex(function, &exception_object, NULL); in _soap_server_exception()
1133 } else if (instanceof_function(Z_OBJCE(exception_object), zend_ce_error)) { in _soap_server_exception()
1136 …zend_string *msg = zval_get_string(zend_read_property_ex(zend_ce_error, Z_OBJ(exception_object), Z… in _soap_server_exception()
1137 add_soap_fault_ex(&exception_object, this_ptr, "Server", ZSTR_VAL(msg), NULL, NULL); in _soap_server_exception()
1140 add_soap_fault_ex(&exception_object, this_ptr, "Server", "Internal Error", NULL, NULL); in _soap_server_exception()
1142 soap_server_fault_ex(function, &exception_object, NULL); in _soap_server_exception()

Completed in 47 milliseconds