Home
last modified time | relevance | path

Searched refs:HIERARCHY_REQUEST_ERR (Results 1 – 7 of 7) sorted by relevance

/PHP-8.3/ext/dom/
H A Ddomexception.h27 HIERARCHY_REQUEST_ERR = 3, enumerator
H A Ddomexception.c58 case HIERARCHY_REQUEST_ERR: in php_dom_throw_error()
H A Delement.c1426 php_dom_throw_error(HIERARCHY_REQUEST_ERR, dom_get_strict_error(this_intern->document)); in dom_insert_adjacent()
1435 php_dom_throw_error(HIERARCHY_REQUEST_ERR, dom_get_strict_error(this_intern->document)); in dom_insert_adjacent()
1448 php_dom_throw_error(HIERARCHY_REQUEST_ERR, dom_get_strict_error(this_intern->document)); in dom_insert_adjacent()
1460 php_dom_throw_error(HIERARCHY_REQUEST_ERR, dom_get_strict_error(this_intern->document)); in dom_insert_adjacent()
H A Dparentnode.c279 php_dom_throw_error(HIERARCHY_REQUEST_ERR, dom_get_strict_error(document)); in dom_sanity_check_node_list_for_insertion()
H A Dnode.c902 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror); in PHP_METHOD()
1090 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror); in PHP_METHOD()
1206 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror); in PHP_METHOD()
H A Dphp_dom_arginfo.h1003 REGISTER_LONG_CONSTANT("DOM_HIERARCHY_REQUEST_ERR", HIERARCHY_REQUEST_ERR, CONST_PERSISTENT); in register_php_dom_symbols()
/PHP-8.3/
H A DUPGRADING57 works instead of throwing a HIERARCHY_REQUEST_ERR DOMException. This is in

Completed in 26 milliseconds