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()
269 php_dom_throw_error(HIERARCHY_REQUEST_ERR, dom_get_strict_error(document)); in dom_is_pre_insert_valid_without_step_1()
276 …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()
303 …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()
311 …php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Cannot have more than one document type",… 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.c822 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror); in dom_node_check_legacy_insertion_validity()
839 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror); in dom_node_check_legacy_insertion_validity()
991 php_dom_throw_error(HIERARCHY_REQUEST_ERR, /* strict */ true); in dom_node_insert_before_modern()
1039 php_dom_throw_error(HIERARCHY_REQUEST_ERR, /* strict */ true); in dom_replace_node_validity_checks()
1045 php_dom_throw_error(HIERARCHY_REQUEST_ERR, /* strict */ true); in dom_replace_node_validity_checks()
1063 php_dom_throw_error(HIERARCHY_REQUEST_ERR, /* strict */ true); in dom_replace_node_validity_checks()
1071 …php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Cannot insert text as a child of a docume… in dom_replace_node_validity_checks()
1098 …php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Document types must be the first child in… in dom_replace_node_validity_checks()
1166 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror); in dom_node_replace_child()
1328 …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.c1459 …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()
1471 …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.h1836 REGISTER_LONG_CONSTANT("DOM_HIERARCHY_REQUEST_ERR", HIERARCHY_REQUEST_ERR, CONST_PERSISTENT); in register_php_dom_symbols()
1852 REGISTER_LONG_CONSTANT("Dom\\HIERARCHY_REQUEST_ERR", HIERARCHY_REQUEST_ERR, CONST_PERSISTENT); in register_php_dom_symbols()

Completed in 44 milliseconds