Home
last modified time | relevance | path

Searched refs:NO_MODIFICATION_ALLOWED_ERR (Results 1 – 6 of 6) sorted by relevance

/PHP-7.3/ext/dom/
H A Ddomexception.c76 case NO_MODIFICATION_ALLOWED_ERR: in php_dom_throw_error()
H A Delement.c391 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
445 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
540 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
606 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
760 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror); in PHP_FUNCTION()
879 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
990 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1177 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1213 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1247 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
H A Ddocumentfragment.c130 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_METHOD()
H A Ddom_fe.h64 NO_MODIFICATION_ALLOWED_ERR = 7, enumerator
H A Dnode.c946 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror); in PHP_FUNCTION()
1113 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror); in PHP_FUNCTION()
1193 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror); in PHP_FUNCTION()
1244 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror); in PHP_FUNCTION()
H A Dphp_dom.c891 …REGISTER_LONG_CONSTANT("DOM_NO_MODIFICATION_ALLOWED_ERR", NO_MODIFICATION_ALLOWED_ERR, CONST_CS | … in PHP_MINIT_FUNCTION()

Completed in 44 milliseconds