Searched refs:NOT_SUPPORTED_ERR (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/dom/ |
H A D | domexception.h | 33 NOT_SUPPORTED_ERR = 9, enumerator
|
H A D | domexception.c | 74 case NOT_SUPPORTED_ERR: in php_dom_throw_error()
|
H A D | xpath.c | 348 php_dom_throw_error_with_message(NOT_SUPPORTED_ERR, in php_xpath_eval()
|
H A D | document.c | 603 …php_dom_throw_error_with_message(NOT_SUPPORTED_ERR, "This operation is not supported for HTML docu… in PHP_METHOD() 820 php_dom_throw_error(NOT_SUPPORTED_ERR, /* strict */ true); in dom_modern_document_import_node() 1201 php_dom_throw_error(NOT_SUPPORTED_ERR, dom_get_strict_error(dom_object_nodep->document)); in dom_document_adopt_node()
|
H A D | php_dom.stub.php | 1286 const NOT_SUPPORTED_ERR = UNKNOWN; define
|
H A D | php_dom_arginfo.h | 1849 REGISTER_LONG_CONSTANT("DOM_NOT_SUPPORTED_ERR", NOT_SUPPORTED_ERR, CONST_PERSISTENT); in register_php_dom_symbols() 1865 REGISTER_LONG_CONSTANT("Dom\\NOT_SUPPORTED_ERR", NOT_SUPPORTED_ERR, CONST_PERSISTENT); in register_php_dom_symbols()
|
/php-src/ext/dom/lexbor/lexbor/selectors-adapted/ |
H A D | selectors.c | 1442 …php_dom_throw_error_with_message(NOT_SUPPORTED_ERR, ":blank selector is not implemented because CS… in lxb_selectors_pseudo_class()
|
Completed in 36 milliseconds