Searched refs:property___soap_fault_name (Results 1 – 1 of 1) sorted by relevance
412 …zend_string *property___soap_fault_name = zend_string_init("__soap_fault", sizeof("__soap_fault") … in register_class_SoapServer() local413 …zend_declare_typed_property(class_entry, property___soap_fault_name, &property___soap_fault_defaul… in register_class_SoapServer()414 zend_string_release(property___soap_fault_name); in register_class_SoapServer()615 …zend_string *property___soap_fault_name = zend_string_init("__soap_fault", sizeof("__soap_fault") … in register_class_SoapClient() local616 …zend_declare_typed_property(class_entry, property___soap_fault_name, &property___soap_fault_defaul… in register_class_SoapClient()617 zend_string_release(property___soap_fault_name); in register_class_SoapClient()
Completed in 8 milliseconds