Searched refs:HIERARCHY_REQUEST_ERR (Results 1 – 7 of 7) sorted by relevance
/PHP-8.3/ext/dom/ |
H A D | domexception.h | 27 HIERARCHY_REQUEST_ERR = 3, enumerator
|
H A D | domexception.c | 58 case HIERARCHY_REQUEST_ERR: in php_dom_throw_error()
|
H A D | element.c | 1429 php_dom_throw_error(HIERARCHY_REQUEST_ERR, dom_get_strict_error(this_intern->document)); in dom_insert_adjacent() 1438 php_dom_throw_error(HIERARCHY_REQUEST_ERR, dom_get_strict_error(this_intern->document)); in dom_insert_adjacent() 1451 php_dom_throw_error(HIERARCHY_REQUEST_ERR, dom_get_strict_error(this_intern->document)); in dom_insert_adjacent() 1463 php_dom_throw_error(HIERARCHY_REQUEST_ERR, dom_get_strict_error(this_intern->document)); in dom_insert_adjacent()
|
H A D | node.c | 952 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror); in dom_node_check_legacy_insertion_validity() 969 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror); in dom_node_check_legacy_insertion_validity() 974 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror); in dom_node_check_legacy_insertion_validity() 980 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror); in dom_node_check_legacy_insertion_validity() 1182 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror); in PHP_METHOD()
|
H A D | parentnode.c | 279 php_dom_throw_error(HIERARCHY_REQUEST_ERR, dom_get_strict_error(document)); in dom_sanity_check_node_list_for_insertion()
|
H A D | php_dom_arginfo.h | 1003 REGISTER_LONG_CONSTANT("DOM_HIERARCHY_REQUEST_ERR", HIERARCHY_REQUEST_ERR, CONST_PERSISTENT); in register_php_dom_symbols()
|
/PHP-8.3/ |
H A D | UPGRADING | 57 works instead of throwing a HIERARCHY_REQUEST_ERR DOMException. This is in
|
Completed in 27 milliseconds