Home
last modified time | relevance | path

Searched refs:stricterror (Results 1 – 6 of 6) sorted by relevance

/PHP-8.3/ext/dom/
H A Dparentnode.c508 static zend_result dom_child_removal_preconditions(const xmlNodePtr child, int stricterror) in dom_child_removal_preconditions() argument
512 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror); in dom_child_removal_preconditions()
517 php_dom_throw_error(NOT_FOUND_ERR, stricterror); in dom_child_removal_preconditions()
527 php_dom_throw_error(NOT_FOUND_ERR, stricterror); in dom_child_removal_preconditions()
537 int stricterror; in dom_child_node_remove() local
539 stricterror = dom_get_strict_error(context->document); in dom_child_node_remove()
541 if (UNEXPECTED(dom_child_removal_preconditions(child, stricterror) != SUCCESS)) { in dom_child_node_remove()
564 int stricterror = dom_get_strict_error(context->document); in dom_child_replace_with() local
565 if (UNEXPECTED(dom_child_removal_preconditions(child, stricterror) != SUCCESS)) { in dom_child_replace_with()
H A Dnode.c876 int ret, stricterror; in PHP_METHOD() local
893 stricterror = dom_get_strict_error(intern->document); in PHP_METHOD()
927 php_dom_throw_error(NOT_FOUND_ERR, stricterror); in PHP_METHOD()
1053 int stricterror; in PHP_METHOD() local
1076 stricterror = dom_get_strict_error(intern->document); in PHP_METHOD()
1095 php_dom_throw_error(NOT_FOUND_ERR, stricterror); in PHP_METHOD()
1140 int ret, stricterror; in PHP_METHOD() local
1155 stricterror = dom_get_strict_error(intern->document); in PHP_METHOD()
1164 php_dom_throw_error(NOT_FOUND_ERR, stricterror); in PHP_METHOD()
1182 int ret, stricterror; in PHP_METHOD() local
[all …]
H A Delement.c765 int errorcode = 0, stricterror, is_xmlns = 0, name_valid; in PHP_METHOD() local
779 stricterror = dom_get_strict_error(intern->document); in PHP_METHOD()
842 stricterror = 1; in PHP_METHOD()
859 php_dom_throw_error(errorcode, stricterror); in PHP_METHOD()
H A Dphp_dom.c156 .stricterror = true,
202 dest->stricterror = source->stricterror; in dom_copy_doc_props()
252 return dom_get_doc_props_read_only(document)->stricterror; in dom_get_strict_error()
H A Ddocument.c279 ZVAL_BOOL(retval, doc_prop->stricterror); in dom_document_strict_error_checking_read()
287 doc_prop->stricterror = zend_is_true(newval); in dom_document_strict_error_checking_write()
/PHP-8.3/ext/libxml/
H A Dphp_libxml.h57 bool stricterror; member

Completed in 39 milliseconds