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.c162 …php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Cannot have more than one element child i… in dom_fragment_common_hierarchy_check_part()
167 …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()
188 …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()
193 …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()
216 …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()
224 …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()
274 php_dom_throw_error(HIERARCHY_REQUEST_ERR, dom_get_strict_error(document)); in dom_is_pre_insert_valid_without_step_1()
281 …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()
308 …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()
316 …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.c836 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror); in dom_node_insert_before_legacy()
987 php_dom_throw_error(HIERARCHY_REQUEST_ERR, /* strict */ true); in dom_node_insert_before_modern()
1035 php_dom_throw_error(HIERARCHY_REQUEST_ERR, /* strict */ true); in dom_replace_node_validity_checks()
1041 php_dom_throw_error(HIERARCHY_REQUEST_ERR, /* strict */ true); in dom_replace_node_validity_checks()
1059 php_dom_throw_error(HIERARCHY_REQUEST_ERR, /* strict */ true); in dom_replace_node_validity_checks()
1067 …php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Cannot insert text as a child of a docume… in dom_replace_node_validity_checks()
1094 …php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Document types must be the first child in… in dom_replace_node_validity_checks()
1162 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror); in dom_node_replace_child()
1284 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror); in dom_node_append_child_legacy()
1347 …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.c1449 …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()
1461 …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.php1036 const HIERARCHY_REQUEST_ERR = UNKNOWN; define
H A Dphp_dom_arginfo.h1968 REGISTER_LONG_CONSTANT("DOM_HIERARCHY_REQUEST_ERR", HIERARCHY_REQUEST_ERR, CONST_PERSISTENT); in register_php_dom_symbols()
1984 REGISTER_LONG_CONSTANT("Dom\\HIERARCHY_REQUEST_ERR", HIERARCHY_REQUEST_ERR, CONST_PERSISTENT); in register_php_dom_symbols()

Completed in 51 milliseconds