Searched refs:stricterror (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/dom/ |
H A D | node.c | 847 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror); in dom_node_check_legacy_insertion_validity() 852 php_dom_throw_error(WRONG_DOCUMENT_ERR, stricterror); in dom_node_check_legacy_insertion_validity() 864 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror); in dom_node_check_legacy_insertion_validity() 869 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror); in dom_node_check_legacy_insertion_validity() 875 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror); in dom_node_check_legacy_insertion_validity() 892 bool stricterror = dom_get_strict_error(intern->document); in dom_node_insert_before_legacy() local 903 php_dom_throw_error(NOT_FOUND_ERR, stricterror); in dom_node_insert_before_legacy() 1181 php_dom_throw_error(WRONG_DOCUMENT_ERR, stricterror); in dom_node_replace_child() 1210 php_dom_throw_error(NOT_FOUND_ERR, stricterror); in dom_node_replace_child() 1280 php_dom_throw_error(NOT_FOUND_ERR, stricterror); in dom_node_remove_child() [all …]
|
H A D | element.c | 923 bool stricterror = dom_get_strict_error(intern->document); in dom_set_attribute_ns_legacy() local 988 stricterror = 1; in dom_set_attribute_ns_legacy() 1005 php_dom_throw_error(errorcode, stricterror); in dom_set_attribute_ns_legacy()
|
H A D | php_dom.c | 196 .stricterror = true, 252 dest->stricterror = source->stricterror; in dom_copy_document_ref() 304 return dom_get_doc_props_read_only(document)->stricterror; in dom_get_strict_error()
|
H A D | document.c | 228 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-src/ext/libxml/ |
H A D | php_libxml.h | 59 bool stricterror; member
|
Completed in 50 milliseconds