Searched refs:NOT_FOUND_ERR (Results 1 – 5 of 5) sorted by relevance
/PHP-7.2/ext/dom/ |
H A D | domexception.c | 81 case NOT_FOUND_ERR: in php_dom_throw_error()
|
H A D | dom_fe.h | 66 NOT_FOUND_ERR = 8, enumerator
|
H A D | element.c | 615 php_dom_throw_error(NOT_FOUND_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() 1256 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
|
H A D | node.c | 979 php_dom_throw_error(NOT_FOUND_ERR, stricterror); in PHP_FUNCTION() 1166 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION() 1205 php_dom_throw_error(NOT_FOUND_ERR, stricterror); in PHP_FUNCTION() 1218 php_dom_throw_error(NOT_FOUND_ERR, stricterror); in PHP_FUNCTION()
|
H A D | php_dom.c | 895 REGISTER_LONG_CONSTANT("DOM_NOT_FOUND_ERR", NOT_FOUND_ERR, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
|
Completed in 21 milliseconds