From 72ef1c148ed993fe7139c900f270ae9b1f9dabb9 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 27 Feb 2018 11:45:34 +0100 Subject: Improve the Readme file --- src/sp_var_value.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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, return zvalue; } -zval *sp_get_var_value(zend_execute_data *ed, const sp_tree *tree, bool is_param) { +zval *sp_get_var_value(zend_execute_data *ed, const sp_tree *tree, + bool is_param) { zval *zvalue = NULL; zend_class_entry *ce = NULL; -- cgit v1.3