Home
last modified time | relevance | path

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

/PHP-7.2/ext/soap/
H A Dsoap.c1485 zval exception_object; in _soap_server_exception() local
1487 ZVAL_OBJ(&exception_object, EG(exception)); in _soap_server_exception()
1488 if (instanceof_function(Z_OBJCE(exception_object), soap_fault_class_entry)) { in _soap_server_exception()
1489 soap_server_fault_ex(function, &exception_object, NULL); in _soap_server_exception()
1490 } else if (instanceof_function(Z_OBJCE(exception_object), zend_ce_error)) { in _soap_server_exception()
1494 add_soap_fault_ex(&exception_object, this_ptr, "Server", ZSTR_VAL(msg), NULL, NULL); in _soap_server_exception()
1497 add_soap_fault_ex(&exception_object, this_ptr, "Server", "Internal Error", NULL, NULL); in _soap_server_exception()
1499 soap_server_fault_ex(function, &exception_object, NULL); in _soap_server_exception()
2555 zval exception_object; local
2557 ZVAL_OBJ(&exception_object, EG(exception));
[all …]

Completed in 15 milliseconds