Home
last modified time | relevance | path

Searched refs:dom_get_strict_error (Results 1 – 7 of 7) sorted by last modified time

/PHP-7.2/ext/dom/
H A Ddocument.c712 php_dom_throw_error(INVALID_CHARACTER_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
860 php_dom_throw_error(INVALID_CHARACTER_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
896 php_dom_throw_error(INVALID_CHARACTER_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
931 php_dom_throw_error(INVALID_CHARACTER_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1074 php_dom_throw_error(errorcode, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1143 php_dom_throw_error(errorcode, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1633 php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
2174 php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
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()
554 php_dom_throw_error(WRONG_DOCUMENT_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()
615 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
759 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1004 php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1185 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1221 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
[all …]
H A Dnode.c752 php_dom_throw_error(NAMESPACE_ERR, dom_get_strict_error(obj->document)); in dom_node_prefix_write()
948 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1115 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1166 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1195 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1246 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
H A Dphp_dom.c249 int dom_get_strict_error(php_libxml_ref_obj *document) { in dom_get_strict_error() function
H A Dphp_dom.h107 int dom_get_strict_error(php_libxml_ref_obj *document);
H A Dcharacterdata.c178 php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
262 php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
309 php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
366 php_dom_throw_error(INDEX_SIZE_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()

Completed in 63 milliseconds