Skip to content

Commit 593578c

Browse files
committed
Merge branch '5.3' into 5.4
2 parents 6899022 + f07dd29 commit 593578c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/spl/spl_array.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ SPL_METHOD(Array, offsetExists)
659659
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z", &index) == FAILURE) {
660660
return;
661661
}
662-
RETURN_BOOL(spl_array_has_dimension_ex(0, getThis(), index, 0 TSRMLS_CC));
662+
RETURN_BOOL(spl_array_has_dimension_ex(0, getThis(), index, 2 TSRMLS_CC));
663663
} /* }}} */
664664

665665
/* {{{ proto mixed ArrayObject::offsetGet(mixed $index)

0 commit comments

Comments
 (0)