Skip to content

Commit 9635fd2

Browse files
committed
Drop TODO comment
1 parent bd72d8b commit 9635fd2

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
@@ -6052,7 +6052,6 @@ PHP_FUNCTION(array_key_exists)
60526052
RETVAL_BOOL(zend_hash_exists(ht, ZSTR_EMPTY_ALLOC()));
60536053
break;
60546054
case IS_DOUBLE:
6055-
/* TODO Should this warn or not? */
60566055
RETVAL_BOOL(zend_hash_index_exists(ht, zend_dval_to_lval_safe(Z_DVAL_P(key))));
60576056
break;
60586057
case IS_FALSE:

0 commit comments

Comments
 (0)