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