Home
last modified time | relevance | path

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

/PHP-7.4/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()
446 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
543 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
610 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
767 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror); in PHP_FUNCTION()
887 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1000 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1189 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1226 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1261 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
H A Ddocumentfragment.c129 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.c958 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror); in PHP_FUNCTION()
1126 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror); in PHP_FUNCTION()
1207 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror); in PHP_FUNCTION()
1259 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror); in PHP_FUNCTION()
H A Dphp_dom.c893 …REGISTER_LONG_CONSTANT("DOM_NO_MODIFICATION_ALLOWED_ERR", NO_MODIFICATION_ALLOWED_ERR, CONST_CS | … in PHP_MINIT_FUNCTION()

Completed in 26 milliseconds