Closed tamcy closed 5 months ago
Fixes the issue that the loop doesn't exist when $loopMax is reached, but $loopMax+1. Please refer to https://github.com/php-runtime/runtime/pull/173 for details.
$loopMax
$loopMax+1
@tamcy Thank you for the contribution 👍 ! @dunglas Thx for the quick reviews.
Fixes the issue that the loop doesn't exist when
$loopMax
is reached, but$loopMax+1
. Please refer to https://github.com/php-runtime/runtime/pull/173 for details.