Lines Matching refs:stricterror

1004 	int ret, stricterror;  in PHP_FUNCTION()  local
1020 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1024 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror TSRMLS_CC); in PHP_FUNCTION()
1029 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror TSRMLS_CC); in PHP_FUNCTION()
1034 php_dom_throw_error(WRONG_DOCUMENT_ERR, stricterror TSRMLS_CC); 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()
1191 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror TSRMLS_CC); in PHP_FUNCTION()
1196 php_dom_throw_error(WRONG_DOCUMENT_ERR, stricterror TSRMLS_CC); in PHP_FUNCTION()
1201 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror TSRMLS_CC); in PHP_FUNCTION()
1253 int ret, stricterror; in PHP_FUNCTION() local
1267 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1271 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror TSRMLS_CC); 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
1318 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1322 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror TSRMLS_CC); in PHP_FUNCTION()
1327 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror TSRMLS_CC); in PHP_FUNCTION()
1332 php_dom_throw_error(WRONG_DOCUMENT_ERR, stricterror TSRMLS_CC); in PHP_FUNCTION()