feat(extgen): support for mixed type by dunglas · Pull Request #1913 · php/frankenphp
Navigation Menu
{{ message }}
php / frankenphp Public
- Notifications You must be signed in to change notification settings
- Fork 444
Merged
Conversation
Copy link Copy Markdown
Member
- Add support for
mixedparameters and return types - Simplify the code
- Use
unsafe.Pointerinstead of*C.zval,*C.zend_string, etc, to make it easier to use the type juggling utilities we provide - Use
anyinstead ofinterface{}
dunglas
requested a review
from alexandre-daubois
dunglas
force-pushed
the
feat/extgen-mixed
branch
from
c75cde1 to
8a0b9c1
Compare
dunglas added 6 commits
October 9, 2025 08:10alexandre-daubois approved these changes Oct 9, 2025
dunglas
changed the title
feat(extgent): support for mixed type
feat(extgen): support for mixed type
dunglas
deleted the
feat/extgen-mixed
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment