Searched refs:property_location_name (Results 1 – 1 of 1) sorted by relevance
446 zend_string *property_location_name = zend_string_init("location", sizeof("location") - 1, 1); in register_class_SoapClient() local447 …zend_declare_typed_property(class_entry, property_location_name, &property_location_default_value,… in register_class_SoapClient()448 zend_string_release(property_location_name); in register_class_SoapClient()
Completed in 13 milliseconds