Skip to content

Commit d4b28fc

Browse files
committed
Array
1 parent ac84c28 commit d4b28fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/standard/array.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6173,7 +6173,6 @@ PHP_FUNCTION(array_map)
61736173
/* {{{ Checks if the given key or index exists in the array */
61746174
PHP_FUNCTION(array_key_exists)
61756175
{
6176-
zval *key;
61776176
zend_string *string_key;
61786177
zend_long int_key;
61796178
HashTable *ht;

0 commit comments

Comments
 (0)