Home
last modified time | relevance | path

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

/php-src/ext/dom/parentnode/
H A Dtree.c157 …php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Cannot have more than one element child i… in dom_fragment_common_hierarchy_check_part()
162 …php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Cannot insert text as a child of a docume… in dom_fragment_common_hierarchy_check_part()
183 …php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Cannot have more than one element child i… in php_dom_fragment_insertion_hierarchy_check_pre_insertion()
188 …php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Document types must be the first child in… in php_dom_fragment_insertion_hierarchy_check_pre_insertion()
211 …php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Cannot have more than one element child i… in php_dom_fragment_insertion_hierarchy_check_replace()
219 …php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Document types must be the first child in… in php_dom_fragment_insertion_hierarchy_check_replace()
244 php_dom_throw_error(HIERARCHY_REQUEST_ERR, dom_get_strict_error(document)); in dom_is_pre_insert_valid_without_step_1()
272 php_dom_throw_error(HIERARCHY_REQUEST_ERR, dom_get_strict_error(document)); in dom_is_pre_insert_valid_without_step_1()
279 …php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Cannot insert text as a child of a docume… in dom_is_pre_insert_valid_without_step_1()
306 …php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Document types must be the first child in… in dom_is_pre_insert_valid_without_step_1()
[all …]
/php-src/ext/dom/
H A Ddomexception.h27 HIERARCHY_REQUEST_ERR = 3, enumerator
H A Ddomexception.c56 case HIERARCHY_REQUEST_ERR: in php_dom_throw_error()
H A Dnode.c847 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror); in dom_node_check_legacy_insertion_validity()
864 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror); in dom_node_check_legacy_insertion_validity()
869 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror); in dom_node_check_legacy_insertion_validity()
875 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror); in dom_node_check_legacy_insertion_validity()
1030 php_dom_throw_error(HIERARCHY_REQUEST_ERR, /* strict */ true); in dom_node_insert_before_modern()
1078 php_dom_throw_error(HIERARCHY_REQUEST_ERR, /* strict */ true); in dom_replace_node_validity_checks()
1084 php_dom_throw_error(HIERARCHY_REQUEST_ERR, /* strict */ true); in dom_replace_node_validity_checks()
1102 php_dom_throw_error(HIERARCHY_REQUEST_ERR, /* strict */ true); in dom_replace_node_validity_checks()
1205 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror); in dom_node_replace_child()
1369 …php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "A document may only contain one document … in dom_node_append_child_legacy()
[all …]
H A Dhtml_document.c1552 …php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "A body can only be set if there is a docu… in dom_html_document_body_write()
1564 …php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "The new body must either be a body or a f… in dom_html_document_body_write()
H A Dphp_dom.stub.php1256 const HIERARCHY_REQUEST_ERR = UNKNOWN; define
H A Dphp_dom_arginfo.h1843 REGISTER_LONG_CONSTANT("DOM_HIERARCHY_REQUEST_ERR", HIERARCHY_REQUEST_ERR, CONST_PERSISTENT); in register_php_dom_symbols()
1859 REGISTER_LONG_CONSTANT("Dom\\HIERARCHY_REQUEST_ERR", HIERARCHY_REQUEST_ERR, CONST_PERSISTENT); in register_php_dom_symbols()

Completed in 37 milliseconds