Home
last modified time | relevance | path

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

/PHP-7.2/ext/dom/
H A Ddomexception.c78 case NO_MODIFICATION_ALLOWED_ERR: in php_dom_throw_error()
H A Delement.c393 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
447 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
542 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
608 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
762 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror); in PHP_FUNCTION()
881 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
992 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1179 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1215 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1249 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
H A Ddocumentfragment.c132 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_METHOD()
H A Ddom_fe.h65 NO_MODIFICATION_ALLOWED_ERR = 7, enumerator
H A Dnode.c952 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror); in PHP_FUNCTION()
1119 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror); in PHP_FUNCTION()
1199 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror); in PHP_FUNCTION()
1250 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror); in PHP_FUNCTION()
H A Dphp_dom.c894 …REGISTER_LONG_CONSTANT("DOM_NO_MODIFICATION_ALLOWED_ERR", NO_MODIFICATION_ALLOWED_ERR, CONST_CS | … in PHP_MINIT_FUNCTION()

Completed in 23 milliseconds