mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
fix datatype
This commit is contained in:
parent
4903f044d3
commit
a29264eb8c
@ -1365,7 +1365,7 @@ yy92:
|
||||
++YYCURSOR;
|
||||
#line 794 "ext/standard/var_unserializer.re"
|
||||
{
|
||||
long elements;
|
||||
zend_long elements;
|
||||
if (!var_hash) return 0;
|
||||
|
||||
elements = object_common1(UNSERIALIZE_PASSTHRU, ZEND_STANDARD_CLASS_DEF_PTR);
|
||||
|
@ -792,7 +792,7 @@ use_double:
|
||||
}
|
||||
|
||||
"o:" iv ":" ["] {
|
||||
long elements;
|
||||
zend_long elements;
|
||||
if (!var_hash) return 0;
|
||||
|
||||
elements = object_common1(UNSERIALIZE_PASSTHRU, ZEND_STANDARD_CLASS_DEF_PTR);
|
||||
|
Loading…
Reference in New Issue
Block a user