mirror of
https://github.com/php/php-src.git
synced 2026-04-26 09:28:21 +02:00
6985aff7c3
It's illegal to return from a bailout because that doesn't restore the original bailout data. Return outside of it. Test by YuanchengJiang Closes GH-13689.