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

Provide API to read opcode's operands, resolves #22 #23

Merged
merged 1 commit into from
Dec 18, 2019

Conversation

lisachenko
Copy link
Owner

Ths PR contains implementation for low-level macros like ZEND_CALL_VAR, ZEND_CALL_VAR_NUM, RT_CONSTANT, EX_VAR.

Now it is possible to read and write values to opcode operands within opcode handlers. This should open a lot of new possibilities to define own extensions (like scalar types).

Also, ExecutionDataTest is added.

@lisachenko lisachenko added the enhancement New feature or request label Dec 18, 2019
@lisachenko lisachenko added this to the 0.7.0 milestone Dec 18, 2019
@lisachenko lisachenko merged commit 7f4f751 into master Dec 18, 2019
@lisachenko lisachenko deleted the feature/resolve-opline-operands branch December 18, 2019 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant