Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add ZEND_ACC_CTOR and ZEND_ACC_DTOR for Reflection #344

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

Closed
wants to merge 1 commit into from
Closed

Add ZEND_ACC_CTOR and ZEND_ACC_DTOR for Reflection #344

wants to merge 1 commit into from

Conversation

euskadi31
Copy link
Contributor

No description provided.

@euskadi31
Copy link
Contributor Author

ping

@michael-grunder
Copy link
Member

Hey there,

Sorry about this, I must have missed it. I actually haven't used ZEND_ACC_CTOR but I looked through the PHP source code and it appears that this will let you do things like subclass phpredis and then call parent::__construct()?

Is that correct? You're right that it should be using these flags, but I'm just curious.

Cheers!
Mike

@euskadi31
Copy link
Contributor Author

Hello Mike,
flags ZEND_ACC_CTOR and ZEND_ACC_DTOR are used for Reflection.

michael-grunder added a commit that referenced this pull request Aug 23, 2013
References #344

Merge remote-tracking branch 'euskadi31/patch-1' into feature/reflection_flags
@michael-grunder
Copy link
Member

I have merged your changes into develop. Everything looks good.

We're going to cut a release soon and this will get into master.

Cheers!
Mike

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