mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
* We need to clean the trampoline if the construction check fails * Checking for an exception and then returning causes a leak on `collation`. Returning early is pointless anyway. Closes GH-17904.