Lines Matching refs:HIERARCHY_REQUEST_ERR

822 		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()
1075 …php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Cannot insert a document type into anythi… in dom_replace_node_validity_checks()
1093 …php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Cannot have more than one element child i… 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()
1107 …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()
1386 php_dom_throw_error(HIERARCHY_REQUEST_ERR, /* strict */ true); in PHP_METHOD()