Home
last modified time | relevance | path

Searched refs:NOT_SUPPORTED_ERR (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/dom/
H A Ddomexception.h33 NOT_SUPPORTED_ERR = 9, enumerator
H A Ddomexception.c74 case NOT_SUPPORTED_ERR: in php_dom_throw_error()
H A Dxpath.c343 php_dom_throw_error_with_message(NOT_SUPPORTED_ERR, in php_xpath_eval()
H A Ddocument.c603 …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 Dphp_dom.stub.php1286 const NOT_SUPPORTED_ERR = UNKNOWN; define
H A Dphp_dom_arginfo.h1842 REGISTER_LONG_CONSTANT("DOM_NOT_SUPPORTED_ERR", NOT_SUPPORTED_ERR, CONST_PERSISTENT); in register_php_dom_symbols()
1858 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 Dselectors.c1442 …php_dom_throw_error_with_message(NOT_SUPPORTED_ERR, ":blank selector is not implemented because CS… in lxb_selectors_pseudo_class()

Completed in 78 milliseconds