mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
Used more sutable type. Reduced memory usage.
This commit is contained in:
parent
e3fdf31b0b
commit
a09b7138a9
@ -196,7 +196,7 @@ typedef struct _zend_arg_info {
|
||||
zend_uint name_len;
|
||||
const char *class_name;
|
||||
zend_uint class_name_len;
|
||||
zend_uint type_hint;
|
||||
zend_uchar type_hint;
|
||||
zend_bool allow_null;
|
||||
zend_bool pass_by_reference;
|
||||
zend_bool return_reference;
|
||||
|
Loading…
Reference in New Issue
Block a user