summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjvoisin2018-02-27 11:45:34 +0100
committerGitHub2018-02-27 11:45:34 +0100
commit72ef1c148ed993fe7139c900f270ae9b1f9dabb9 (patch)
treef264c184b49a2cc436a9b45171e4a6ed1ee3286b /src
parent384eee9344a50dc35695e4adc22e67a30508ac01 (diff)
Improve the Readme file
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