mirror of
https://github.com/php/php-src.git
synced 2026-04-14 19:41:05 +02:00
Whenever we return with `PSFS_PASS_ON`, we need to update `bytes_consumed` to not mislead the caller. Instead of fixing the respective `if` clauses, we eschew the early bail-outs to simplify the code a bit.