Home
last modified time | relevance | path

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

/PHP-8.4/ext/dom/
H A Dnode.c822 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror); in dom_node_check_legacy_insertion_validity()
827 php_dom_throw_error(WRONG_DOCUMENT_ERR, stricterror); in dom_node_check_legacy_insertion_validity()
839 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror); in dom_node_check_legacy_insertion_validity()
856 bool stricterror = dom_get_strict_error(intern->document); in dom_node_insert_before_legacy() local
873 php_dom_throw_error(NOT_FOUND_ERR, stricterror); in dom_node_insert_before_legacy()
1139 bool stricterror = dom_get_strict_error(intern->document); in dom_node_replace_child() local
1142 php_dom_throw_error(WRONG_DOCUMENT_ERR, stricterror); in dom_node_replace_child()
1164 php_dom_throw_error(NOT_FOUND_ERR, stricterror); in dom_node_replace_child()
1230 bool stricterror = dom_get_strict_error(intern->document); in dom_node_remove_child() local
1233 php_dom_throw_error(NOT_FOUND_ERR, stricterror); in dom_node_remove_child()
[all …]
H A Delement.c919 bool stricterror = dom_get_strict_error(intern->document); in dom_set_attribute_ns_legacy() local
984 stricterror = 1; in dom_set_attribute_ns_legacy()
1001 php_dom_throw_error(errorcode, stricterror); in dom_set_attribute_ns_legacy()
H A Dphp_dom.c201 .stricterror = true,
257 dest->stricterror = source->stricterror; in dom_copy_document_ref()
309 return dom_get_doc_props_read_only(document)->stricterror; in dom_get_strict_error()
H A Ddocument.c228 ZVAL_BOOL(retval, doc_prop->stricterror); in dom_document_strict_error_checking_read()
236 doc_prop->stricterror = zend_is_true(newval); in dom_document_strict_error_checking_write()
/PHP-8.4/ext/libxml/
H A Dphp_libxml.h59 bool stricterror; member

Completed in 49 milliseconds