mirror of
https://github.com/php/php-src.git
synced 2026-04-25 00:48:25 +02:00
Fix 2nd issue of bug #28831
This commit is contained in:
+1
-1
@@ -350,7 +350,7 @@ SPL_METHOD(Array, offsetGet)
|
||||
return;
|
||||
}
|
||||
value = spl_array_read_dimension(getThis(), index, BP_VAR_R TSRMLS_CC);
|
||||
RETURN_ZVAL(value, 0, 1);
|
||||
RETURN_ZVAL(value, 1, 0);
|
||||
} /* }}} */
|
||||
|
||||
/* {{{ proto void ArrayObject::offsetSet(mixed $index, mixed $newval)
|
||||
|
||||
Reference in New Issue
Block a user