summaryrefslogtreecommitdiff
path: root/src/sp_sloppy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp_sloppy.c')
-rw-r--r--src/sp_sloppy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_sloppy.c b/src/sp_sloppy.c
index 8afddc9..fca4be5 100644
--- a/src/sp_sloppy.c
+++ b/src/sp_sloppy.c
@@ -48,7 +48,7 @@ static void array_handler(INTERNAL_FUNCTION_PARAMETERS, const char* name,
48 const char* spec) { 48 const char* spec) {
49 zif_handler handler; 49 zif_handler handler;
50 zval func_name; 50 zval func_name;
51 zval params[3]; 51 zval params[3] = {0};
52 zval *value, *array = NULL; 52 zval *value, *array = NULL;
53 zend_bool strict = 0; 53 zend_bool strict = 0;
54 uint32_t nb_params = ZEND_NUM_ARGS(); 54 uint32_t nb_params = ZEND_NUM_ARGS();