]> granicus.if.org Git - php/commitdiff
Fixed typo (I think it should be a typo)
authorXinchen Hui <laruence@gmail.com>
Mon, 15 Feb 2016 07:26:44 +0000 (15:26 +0800)
committerXinchen Hui <laruence@gmail.com>
Mon, 15 Feb 2016 07:26:44 +0000 (15:26 +0800)
ext/standard/array.c

index 336af6ddc0be0c71a8908dedb44f498c6c6be17e..cd058ae68ad492c9ba806de51ff750d76530c7b8 100644 (file)
@@ -1782,7 +1782,7 @@ PHP_FUNCTION(extract)
        zval var_array;
 
 #ifndef FAST_ZPP
-       if (zend_parse_parameters(ZEND_NUM_ARGS(), "a|lz/", &var_array, &extract_type, &prefix) == FAILURE) {
+       if (zend_parse_parameters(ZEND_NUM_ARGS(), "a|lz/", &var_array_param, &extract_type, &prefix) == FAILURE) {
                return;
        }
 #else