diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sp_var_value.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sp_var_value.c b/src/sp_var_value.c index 68fd47c..7ed8dfa 100644 --- a/src/sp_var_value.c +++ b/src/sp_var_value.c | |||
| @@ -177,7 +177,8 @@ static zval *get_unknown_type(const char *restrict value, zval *zvalue, | |||
| 177 | return zvalue; | 177 | return zvalue; |
| 178 | } | 178 | } |
| 179 | 179 | ||
| 180 | zval *sp_get_var_value(zend_execute_data *ed, const sp_tree *tree, bool is_param) { | 180 | zval *sp_get_var_value(zend_execute_data *ed, const sp_tree *tree, |
| 181 | bool is_param) { | ||
| 181 | zval *zvalue = NULL; | 182 | zval *zvalue = NULL; |
| 182 | zend_class_entry *ce = NULL; | 183 | zend_class_entry *ce = NULL; |
| 183 | 184 | ||
