]> granicus.if.org Git - php/commitdiff
Used more sutable type. Reduced memory usage.
authorDmitry Stogov <dmitry@php.net>
Thu, 1 Jul 2010 08:58:14 +0000 (08:58 +0000)
committerDmitry Stogov <dmitry@php.net>
Thu, 1 Jul 2010 08:58:14 +0000 (08:58 +0000)
Zend/zend_compile.h

index c22c7f979d8dc5d925f4a76e90c003098b4c0356..e1a30c5926cb808bb5d77c6aedca301dac0e22e3 100644 (file)
@@ -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;