summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
diff options
context:
space:
mode:
authorHarald Radi <phanto@php.net>2002-04-23 18:06:54 +0000
committerHarald Radi <phanto@php.net>2002-04-23 18:06:54 +0000
commit51e797f1e36d1261c9bcd00fd21a72af21b5b507 (patch)
treecf6069e0c2f72a49b7d870f36a68700c507379a6 /Zend/zend_execute_API.c
parentfc851f342ac0cff05fcc520f275e175463865e33 (diff)
downloadphp-git-51e797f1e36d1261c9bcd00fd21a72af21b5b507.tar.gz
some type cleanup work
Diffstat (limited to 'Zend/zend_execute_API.c')
-rw-r--r--Zend/zend_execute_API.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c
index 7d878eb4ee..2787454590 100644
--- a/Zend/zend_execute_API.c
+++ b/Zend/zend_execute_API.c
@@ -642,7 +642,7 @@ ZEND_API int zend_eval_string(char *str, zval *retval_ptr, char *string_name TSR
zend_op_array *new_op_array;
zend_op_array *original_active_op_array = EG(active_op_array);
zend_function_state *original_function_state_ptr = EG(function_state_ptr);
- int original_handle_op_arrays;
+ zend_uchar original_handle_op_arrays;
int retval;
if (retval_ptr) {