diff options
Diffstat (limited to 'Zend/zend_globals.h')
| -rw-r--r-- | Zend/zend_globals.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h index c27d7bc717..c4a24486d9 100644 --- a/Zend/zend_globals.h +++ b/Zend/zend_globals.h @@ -106,14 +106,14 @@ struct _zend_compiler_globals { int interactive; - zend_uint start_lineno; + uint32_t start_lineno; zend_bool increment_lineno; znode implementing_class; zend_string *doc_comment; - zend_uint compiler_options; /* set of ZEND_COMPILE_* constants */ + uint32_t compiler_options; /* set of ZEND_COMPILE_* constants */ zend_string *current_namespace; HashTable *current_import; @@ -179,7 +179,7 @@ struct _zend_executor_globals { zval This; - long precision; + zend_long precision; int ticks_count; @@ -211,7 +211,7 @@ struct _zend_executor_globals { zend_class_entry *exception_class; /* timeout support */ - int timeout_seconds; + zend_long timeout_seconds; int lambda_count; |
