fix datatype

This commit is contained in:
Anatol Belski 2017-07-04 16:37:17 +02:00
parent 4903f044d3
commit a29264eb8c
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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);