mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Intl: Don't separately report "bad arguments" errors
zpp will be throwing for these now, don't report them in addition to that.
This commit is contained in:
parent
513b76794b
commit
86ef425177
35 changed files with 1 additions and 434 deletions
|
@ -33,8 +33,6 @@ U_CFUNC PHP_FUNCTION(cpbi_get_last_code_point)
|
|||
object = ZEND_THIS;
|
||||
|
||||
if (zend_parse_parameters_none() == FAILURE) {
|
||||
intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR,
|
||||
"cpbi_get_last_code_point: bad arguments", 0);
|
||||
RETURN_FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue