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()
372 php_dom_throw_error(INVALID_STATE_ERR, 0); in dom_document_standalone_read()
386 php_dom_throw_error(INVALID_STATE_ERR, 0); in dom_document_standalone_write()
409 php_dom_throw_error(INVALID_STATE_ERR, 0); in dom_document_version_read()
430 php_dom_throw_error(INVALID_STATE_ERR, 0); in dom_document_version_write()
638 php_dom_throw_error(INVALID_STATE_ERR, 0); in dom_document_document_uri_read()
658 php_dom_throw_error(INVALID_STATE_ERR, 0); in dom_document_document_uri_write()
710 php_dom_throw_error(INVALID_CHARACTER_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
858 php_dom_throw_error(INVALID_CHARACTER_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
894 php_dom_throw_error(INVALID_CHARACTER_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
929 php_dom_throw_error(INVALID_CHARACTER_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1072 php_dom_throw_error(errorcode, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1141 php_dom_throw_error(errorcode, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1269 php_dom_throw_error(INVALID_STATE_ERR, 1); in PHP_METHOD()
1631 php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
2172 php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()