Searched refs:property_path_name (Results 1 – 1 of 1) sorted by relevance
34 zend_string *property_path_name = zend_string_init("path", sizeof("path") - 1, 1); in register_class_Directory() local35 …zend_declare_typed_property(class_entry, property_path_name, &property_path_default_value, ZEND_AC… in register_class_Directory()36 zend_string_release(property_path_name); in register_class_Directory()
Completed in 5 milliseconds