Lines Matching refs:stricterror

932 	int ret, stricterror;  in PHP_FUNCTION()  local
948 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
952 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror); in PHP_FUNCTION()
957 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror); in PHP_FUNCTION()
962 php_dom_throw_error(WRONG_DOCUMENT_ERR, stricterror); 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()
1119 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror); in PHP_FUNCTION()
1124 php_dom_throw_error(WRONG_DOCUMENT_ERR, stricterror); in PHP_FUNCTION()
1129 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror); in PHP_FUNCTION()
1181 int ret, stricterror; in PHP_FUNCTION() local
1195 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1199 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror); 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
1246 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1250 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror); in PHP_FUNCTION()
1255 php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror); in PHP_FUNCTION()
1260 php_dom_throw_error(WRONG_DOCUMENT_ERR, stricterror); in PHP_FUNCTION()