Lines Matching refs:php_dom_throw_error

176 		php_dom_throw_error(INVALID_CHARACTER_ERR, 1 TSRMLS_CC);  in PHP_METHOD()
198 php_dom_throw_error(errorcode, 1 TSRMLS_CC); in PHP_METHOD()
207 php_dom_throw_error(NAMESPACE_ERR, 1 TSRMLS_CC); in PHP_METHOD()
214 php_dom_throw_error(INVALID_STATE_ERR, 1 TSRMLS_CC); in PHP_METHOD()
247 php_dom_throw_error(INVALID_STATE_ERR, 0 TSRMLS_CC); in dom_element_tag_name_read()
392 php_dom_throw_error(INVALID_CHARACTER_ERR, 1 TSRMLS_CC); in PHP_FUNCTION()
399php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
453php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
547php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
559 php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
613php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
620 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
767 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror TSRMLS_CC); in PHP_FUNCTION()
858 php_dom_throw_error(errorcode, stricterror TSRMLS_CC); in PHP_FUNCTION()
886php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
972php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
984 php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
1159php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
1165 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
1195php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
1201 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
1229php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
1236 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()