Lines Matching refs:stricterror

937 	int ret, stricterror;  in PHP_FUNCTION()  local
954 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
958 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror); in PHP_FUNCTION()
963 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror); in PHP_FUNCTION()
968 php_dom_throw_error(WRONG_DOCUMENT_ERR, stricterror); 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()
1126 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror); in PHP_FUNCTION()
1131 php_dom_throw_error(WRONG_DOCUMENT_ERR, stricterror); in PHP_FUNCTION()
1136 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror); in PHP_FUNCTION()
1188 int ret, stricterror; in PHP_FUNCTION() local
1203 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1207 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror); 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
1255 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1259 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror); in PHP_FUNCTION()
1264 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror); in PHP_FUNCTION()
1269 php_dom_throw_error(WRONG_DOCUMENT_ERR, stricterror); in PHP_FUNCTION()