From a09b7138a9dd7f699de8cde14716052c99d83517 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Thu, 1 Jul 2010 08:58:14 +0000 Subject: [PATCH] Used more sutable type. Reduced memory usage. --- Zend/zend_compile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index c22c7f979d..e1a30c5926 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -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; -- 2.40.0