Home
last modified time | relevance | path

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

/PHP-8.2/ext/dom/
H A Dphp_dom_arginfo.h1253 …zend_string *property_childElementCount_name = zend_string_init("childElementCount", sizeof("child… in register_class_DOMDocumentFragment() local
1254 …zend_declare_typed_property(class_entry, property_childElementCount_name, &property_childElementCo… in register_class_DOMDocumentFragment()
1255 zend_string_release(property_childElementCount_name); in register_class_DOMDocumentFragment()
1391 …zend_string *property_childElementCount_name = zend_string_init("childElementCount", sizeof("child… in register_class_DOMElement() local
1392 …zend_declare_typed_property(class_entry, property_childElementCount_name, &property_childElementCo… in register_class_DOMElement()
1393 zend_string_release(property_childElementCount_name); in register_class_DOMElement()
1553 …zend_string *property_childElementCount_name = zend_string_init("childElementCount", sizeof("child… in register_class_DOMDocument() local
1554 …zend_declare_typed_property(class_entry, property_childElementCount_name, &property_childElementCo… in register_class_DOMDocument()
1555 zend_string_release(property_childElementCount_name); in register_class_DOMDocument()

Completed in 10 milliseconds