Home
last modified time | relevance | path

Searched refs:property_formatOutput_name (Results 1 – 1 of 1) sorted by relevance

/PHP-8.4/ext/dom/
H A Dphp_dom_arginfo.h2488 …zend_string *property_formatOutput_name = zend_string_init("formatOutput", sizeof("formatOutput") … in register_class_DOMDocument() local
2489 …zend_declare_typed_property(class_entry, property_formatOutput_name, &property_formatOutput_defaul… in register_class_DOMDocument()
2490 zend_string_release(property_formatOutput_name); in register_class_DOMDocument()
3521 …zend_string *property_formatOutput_name = zend_string_init("formatOutput", sizeof("formatOutput") … in register_class_Dom_XMLDocument() local
3522 …zend_declare_typed_property(class_entry, property_formatOutput_name, &property_formatOutput_defaul… in register_class_Dom_XMLDocument()
3523 zend_string_release(property_formatOutput_name); in register_class_Dom_XMLDocument()

Completed in 27 milliseconds