Lines Matching refs:php_dom_throw_error

248 		php_dom_throw_error(INVALID_STATE_ERR, 0);  in dom_document_doctype_read()
288 php_dom_throw_error(INVALID_STATE_ERR, 0); in dom_document_document_element_read()
314 php_dom_throw_error(INVALID_STATE_ERR, 0); in dom_document_encoding_read()
336 php_dom_throw_error(INVALID_STATE_ERR, 0); in dom_document_encoding_write()
375 php_dom_throw_error(INVALID_STATE_ERR, 0); in dom_document_standalone_read()
389 php_dom_throw_error(INVALID_STATE_ERR, 0); in dom_document_standalone_write()
412 php_dom_throw_error(INVALID_STATE_ERR, 0); in dom_document_version_read()
433 php_dom_throw_error(INVALID_STATE_ERR, 0); in dom_document_version_write()
644 php_dom_throw_error(INVALID_STATE_ERR, 0); in dom_document_document_uri_read()
664 php_dom_throw_error(INVALID_STATE_ERR, 0); in dom_document_document_uri_write()
720 php_dom_throw_error(INVALID_CHARACTER_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
873 php_dom_throw_error(INVALID_CHARACTER_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
910 php_dom_throw_error(INVALID_CHARACTER_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
946 php_dom_throw_error(INVALID_CHARACTER_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1092 php_dom_throw_error(errorcode, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1162 php_dom_throw_error(errorcode, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1291 php_dom_throw_error(INVALID_STATE_ERR, 1); in PHP_METHOD()
1655 php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
2200 php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()