mirror of
https://github.com/php/php-src.git
synced 2026-04-03 06:02:23 +02:00
We have to error on unhandled exceptions in FFI callbacks, to avoid passing back undefined values. This has been discussed and agreed upon in a previous PR[1]. [1] <https://github.com/php/php-src/pull/5120> Closes GH-6366.