Lines Matching refs:HIERARCHY_REQUEST_ERR

847 		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()
1110 …php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Cannot insert text as a child of a docume… in dom_replace_node_validity_checks()
1114 …php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Cannot insert a document type into anythi… in dom_replace_node_validity_checks()
1132 …php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Cannot have more than one element child i… in dom_replace_node_validity_checks()
1137 …php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Document types must be the first child in… in dom_replace_node_validity_checks()
1146 …php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Document types must be the first child in… 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()
1427 php_dom_throw_error(HIERARCHY_REQUEST_ERR, /* strict */ true); in PHP_METHOD()