Home
last modified time | relevance | path

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

/PHP-7.4/ext/dom/
H A Dnode.c937 int ret, stricterror; in PHP_FUNCTION() local
954 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
985 php_dom_throw_error(NOT_FOUND_ERR, stricterror); in PHP_FUNCTION()
1099 int foundoldchild = 0, stricterror; in PHP_FUNCTION() local
1122 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1188 int ret, stricterror; in PHP_FUNCTION() local
1203 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1213 php_dom_throw_error(NOT_FOUND_ERR, stricterror); in PHP_FUNCTION()
1226 php_dom_throw_error(NOT_FOUND_ERR, stricterror); in PHP_FUNCTION()
1240 int ret, stricterror; in PHP_FUNCTION() local
[all …]
H A Dphp_dom.c172 doc_props->stricterror = 1; in dom_get_doc_props()
196 dest->stricterror = source->stricterror; in dom_copy_doc_props()
248 int stricterror; in dom_get_strict_error() local
252 stricterror = doc_props->stricterror; in dom_get_strict_error()
257 return stricterror; in dom_get_strict_error()
H A Delement.c750 int errorcode = 0, stricterror, is_xmlns = 0, name_valid; in PHP_FUNCTION() local
764 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
767 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror); in PHP_FUNCTION()
841 stricterror = 1; in PHP_FUNCTION()
858 php_dom_throw_error(errorcode, stricterror); in PHP_FUNCTION()
H A Ddocument.c463 ZVAL_BOOL(retval, doc_prop->stricterror); in dom_document_strict_error_checking_read()
475 doc_prop->stricterror = zend_is_true(newval); in dom_document_strict_error_checking_write()
/PHP-7.4/ext/libxml/
H A Dphp_libxml.h61 int stricterror; member

Completed in 60 milliseconds