Searched refs:dom_get_strict_error (Results 1 – 7 of 7) sorted by relevance
/PHP-5.4/ext/dom/ |
H A D | element.c | 399 …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 D | characterdata.c | 198 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 D | documentfragment.c | 138 …php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_METHOD()
|
H A D | php_dom.h | 104 int dom_get_strict_error(php_libxml_ref_obj *document);
|
H A D | document.c | 918 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() 2339 php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
|
H A D | node.c | 832 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 D | php_dom.c | 242 int dom_get_strict_error(php_libxml_ref_obj *document) { in dom_get_strict_error() function
|
Completed in 27 milliseconds