Searched refs:dom_get_strict_error (Results 1 – 7 of 7) sorted by relevance
/PHP-7.0/ext/dom/ |
H A D | element.c | 393 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 D | characterdata.c | 178 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 D | documentfragment.c | 132 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_METHOD()
|
H A D | php_dom.h | 107 int dom_get_strict_error(php_libxml_ref_obj *document);
|
H A D | document.c | 712 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 D | node.c | 752 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 D | php_dom.c | 250 int dom_get_strict_error(php_libxml_ref_obj *document) { in dom_get_strict_error() function
|
Completed in 36 milliseconds