mirror of
https://github.com/php/php-src.git
synced 2026-04-03 14:12:38 +02:00
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.