1
0
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:
Marcus Boerger
2004-06-20 16:46:27 +00:00
parent 9219b746bb
commit de8b457181
+1 -1
View File
@@ -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)