mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
This is the MVP for supporting union types in PHP stubs. Return types with only builtin types work, which is the part we mainly need. Closes GH-4895.