Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass args to startup function #226

Merged
merged 1 commit into from
Feb 7, 2023
Merged

Conversation

joehoyle
Copy link
Collaborator

@joehoyle joehoyle commented Feb 6, 2023

Currently the startup function macro will wrap the function body in an intneral() function, which has no params. This makes it impossible to acess the ty and module_number values that PHP passes to the startup function.

Currently the startup function macro will wrap the function body in an `intneral()` function, which has no params. This makes it impossible to acess the `ty` and `module_number` values that PHP passes to the startup function.
@ptondereau ptondereau merged commit 1875e99 into master Feb 7, 2023
@ptondereau ptondereau deleted the startup-function-module-number branch February 7, 2023 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants