Searched refs:stricterror (Results 1 – 5 of 5) sorted by relevance
/PHP-5.4/ext/dom/ |
H A D | node.c | 1004 int ret, stricterror; in PHP_FUNCTION() local 1020 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION() 1051 php_dom_throw_error(NOT_FOUND_ERR, stricterror TSRMLS_CC); in PHP_FUNCTION() 1165 int foundoldchild = 0, stricterror; in PHP_FUNCTION() local 1187 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION() 1253 int ret, stricterror; in PHP_FUNCTION() local 1267 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION() 1277 php_dom_throw_error(NOT_FOUND_ERR, stricterror TSRMLS_CC); in PHP_FUNCTION() 1290 php_dom_throw_error(NOT_FOUND_ERR, stricterror TSRMLS_CC); in PHP_FUNCTION() 1304 int ret, stricterror; in PHP_FUNCTION() local [all …]
|
H A D | element.c | 751 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 TSRMLS_CC); in PHP_FUNCTION() 841 stricterror = 1; in PHP_FUNCTION() 858 php_dom_throw_error(errorcode, stricterror TSRMLS_CC); in PHP_FUNCTION()
|
H A D | php_dom.c | 166 doc_props->stricterror = 1; in dom_get_doc_props() 190 dest->stricterror = source->stricterror; in dom_copy_doc_props() 243 int stricterror; in dom_get_strict_error() local 247 stricterror = doc_props->stricterror; in dom_get_strict_error() 252 return stricterror; in dom_get_strict_error()
|
H A D | document.c | 535 ZVAL_BOOL(*retval, doc_prop->stricterror); in dom_document_strict_error_checking_read() 556 doc_prop->stricterror = Z_LVAL_P(newval); in dom_document_strict_error_checking_write()
|
/PHP-5.4/ext/libxml/ |
H A D | php_libxml.h | 59 int stricterror; member
|
Completed in 33 milliseconds