diff options
| author | jvoisin | 2018-02-27 11:45:34 +0100 |
|---|---|---|
| committer | GitHub | 2018-02-27 11:45:34 +0100 |
| commit | 72ef1c148ed993fe7139c900f270ae9b1f9dabb9 (patch) | |
| tree | f264c184b49a2cc436a9b45171e4a6ed1ee3286b /src | |
| parent | 384eee9344a50dc35695e4adc22e67a30508ac01 (diff) | |
Improve the Readme file
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 | ||
