Searched refs:property_service_name (Results 1 – 1 of 1) sorted by relevance
405 zend_string *property_service_name = zend_string_init("service", sizeof("service") - 1, 1); in register_class_SoapServer() local406 …zend_declare_property_ex(class_entry, property_service_name, &property_service_default_value, ZEND… in register_class_SoapServer()407 zend_string_release(property_service_name); in register_class_SoapServer()
Completed in 11 milliseconds