summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sp_var_value.c3
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
180zval *sp_get_var_value(zend_execute_data *ed, const sp_tree *tree, bool is_param) { 180zval *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