Home
last modified time | relevance | path

Searched refs:dom_get_strict_error (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/dom/
H A Delement.c399 …php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
453 …php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
547 …php_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()
613 …php_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()
764 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
984 php_dom_throw_error(WRONG_DOCUMENT_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()
1201 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
[all …]
H A Dcharacterdata.c198 php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
281 php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
328 php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
384 php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
H A Ddocumentfragment.c138 …php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_METHOD()
H A Dphp_dom.h104 int dom_get_strict_error(php_libxml_ref_obj *document);
H A Ddocument.c918 php_dom_throw_error(INVALID_CHARACTER_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
1062 php_dom_throw_error(INVALID_CHARACTER_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
1097 php_dom_throw_error(INVALID_CHARACTER_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
1131 php_dom_throw_error(INVALID_CHARACTER_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
1273 php_dom_throw_error(errorcode, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
1341 php_dom_throw_error(errorcode, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
1823 php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
2347 php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
H A Dnode.c832 php_dom_throw_error(NAMESPACE_ERR, dom_get_strict_error(obj->document) TSRMLS_CC); in dom_node_prefix_write()
1020 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1187 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1238 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
1267 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1318 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
H A Dphp_dom.c242 int dom_get_strict_error(php_libxml_ref_obj *document) { in dom_get_strict_error() function

Completed in 27 milliseconds