mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix buglet
This commit is contained in:
parent
2fd8cbff2a
commit
a6d4b30d19
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ ZEND_API void convert_scalar_to_number(zval *op)
|
|||
(holder).type = IS_LONG; \
|
||||
(op) = &(holder); \
|
||||
} else if ((op)->type==IS_UNSET) { \
|
||||
(holder).type = IS_UNSET; \
|
||||
(holder).type = IS_LONG; \
|
||||
(op) = &(holder); \
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue