Home
last modified time | relevance | path

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

/PHP-7.1/ext/dom/
H A Dnode.c932 int ret, stricterror; in PHP_FUNCTION() local
948 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
979 php_dom_throw_error(NOT_FOUND_ERR, stricterror); in PHP_FUNCTION()
1093 int foundoldchild = 0, stricterror; in PHP_FUNCTION() local
1115 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1181 int ret, stricterror; in PHP_FUNCTION() local
1195 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1205 php_dom_throw_error(NOT_FOUND_ERR, stricterror); in PHP_FUNCTION()
1218 php_dom_throw_error(NOT_FOUND_ERR, stricterror); in PHP_FUNCTION()
1232 int ret, stricterror; in PHP_FUNCTION() local
[all …]
H A Dphp_dom.c174 doc_props->stricterror = 1; in dom_get_doc_props()
198 dest->stricterror = source->stricterror; in dom_copy_doc_props()
250 int stricterror; in dom_get_strict_error() local
254 stricterror = doc_props->stricterror; in dom_get_strict_error()
259 return stricterror; in dom_get_strict_error()
H A Delement.c746 int errorcode = 0, stricterror, is_xmlns = 0, name_valid; in PHP_FUNCTION() local
759 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
762 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror); in PHP_FUNCTION()
836 stricterror = 1; in PHP_FUNCTION()
853 php_dom_throw_error(errorcode, stricterror); in PHP_FUNCTION()
H A Ddocument.c459 ZVAL_BOOL(retval, doc_prop->stricterror); in dom_document_strict_error_checking_read()
471 doc_prop->stricterror = zend_is_true(newval); in dom_document_strict_error_checking_write()
/PHP-7.1/ext/libxml/
H A Dphp_libxml.h63 int stricterror; member

Completed in 29 milliseconds