mirror of
https://github.com/php/php-src.git
synced 2026-04-11 18:13:00 +02:00
The only way the previous `if (read_bytes < size)` branch could be taken is when the loop was exited by the `break;` statement. We can just merge this into the loop to make the code more obvious.