mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
allow passing Unicode strings when a boolean is expected
This commit is contained in:
parent
f6a01b2ace
commit
fcc82f1834
1 changed files with 1 additions and 0 deletions
|
@ -650,6 +650,7 @@ static char *zend_parse_arg_impl(int arg_num, zval **arg, va_list *va, char **sp
|
|||
switch (Z_TYPE_PP(arg)) {
|
||||
case IS_NULL:
|
||||
case IS_STRING:
|
||||
case IS_UNICODE:
|
||||
case IS_LONG:
|
||||
case IS_DOUBLE:
|
||||
case IS_BOOL:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue