Home
last modified time | relevance | path

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

/PHP-8.3/ext/dom/
H A Dphp_dom_arginfo.h1341 …zend_string *property_childElementCount_name = zend_string_init("childElementCount", sizeof("child… in register_class_DOMDocumentFragment() local
1342 …zend_declare_typed_property(class_entry, property_childElementCount_name, &property_childElementCo… in register_class_DOMDocumentFragment()
1343 zend_string_release(property_childElementCount_name); in register_class_DOMDocumentFragment()
1491 …zend_string *property_childElementCount_name = zend_string_init("childElementCount", sizeof("child… in register_class_DOMElement() local
1492 …zend_declare_typed_property(class_entry, property_childElementCount_name, &property_childElementCo… in register_class_DOMElement()
1493 zend_string_release(property_childElementCount_name); in register_class_DOMElement()
1653 …zend_string *property_childElementCount_name = zend_string_init("childElementCount", sizeof("child… in register_class_DOMDocument() local
1654 …zend_declare_typed_property(class_entry, property_childElementCount_name, &property_childElementCo… in register_class_DOMDocument()
1655 zend_string_release(property_childElementCount_name); in register_class_DOMDocument()

Completed in 17 milliseconds