diff options
| author | Dmitry Stogov <dmitry@zend.com> | 2014-02-12 14:29:51 +0400 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@zend.com> | 2014-02-12 14:29:51 +0400 |
| commit | 4e66abad54b25ca367fcb6da78524e3c4024e2a0 (patch) | |
| tree | 77632bac13854d5ffcfb9ce2f92ea0ce461db44e /Zend/zend_compile.h | |
| parent | e2ea9a7319c2d7f84d174cf76524c9b92c1541d1 (diff) | |
| download | php-git-4e66abad54b25ca367fcb6da78524e3c4024e2a0.tar.gz | |
Use better data structures (incomplete) - refactored return_value handling
Diffstat (limited to 'Zend/zend_compile.h')
| -rw-r--r-- | Zend/zend_compile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index 03f239f9e1..96c3c34a7a 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -383,7 +383,7 @@ struct _zend_execute_data { struct _zend_execute_data *prev_execute_data; zval old_error_reporting; zend_bool nested; -//??? zval **original_return_value; + zval *return_value; //??? zend_class_entry *current_scope; //??? zend_class_entry *current_called_scope; //??? zval *current_this; |
