Home
last modified time | relevance | path

Searched refs:NOT_FOUND_ERR (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/dom/
H A Ddomexception.c81 case NOT_FOUND_ERR: in php_dom_throw_error()
H A Ddom_fe.h66 NOT_FOUND_ERR = 8, enumerator
H A Delement.c620 php_dom_throw_error(NOT_FOUND_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()
1236 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
H A Dnode.c1051 php_dom_throw_error(NOT_FOUND_ERR, stricterror TSRMLS_CC); in PHP_FUNCTION()
1238 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
1277 php_dom_throw_error(NOT_FOUND_ERR, stricterror TSRMLS_CC); in PHP_FUNCTION()
1290 php_dom_throw_error(NOT_FOUND_ERR, stricterror TSRMLS_CC); in PHP_FUNCTION()
H A Dphp_dom.c949 REGISTER_LONG_CONSTANT("DOM_NOT_FOUND_ERR", NOT_FOUND_ERR, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()

Completed in 22 milliseconds