Searched refs:property_target_name (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/dom/ |
H A D | php_dom_arginfo.h | 2681 zend_string *property_target_name = zend_string_init("target", sizeof("target") - 1, 1); in register_class_DOMProcessingInstruction() local 2682 …zend_declare_typed_property(class_entry, property_target_name, &property_target_default_value, ZEN… in register_class_DOMProcessingInstruction() 2683 zend_string_release(property_target_name); in register_class_DOMProcessingInstruction() 3226 zend_string *property_target_name = zend_string_init("target", sizeof("target") - 1, 1); in register_class_Dom_ProcessingInstruction() local 3227 …zend_declare_typed_property(class_entry, property_target_name, &property_target_default_value, ZEN… in register_class_Dom_ProcessingInstruction() 3228 zend_string_release(property_target_name); in register_class_Dom_ProcessingInstruction()
|
Completed in 42 milliseconds