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

Fixed bug #48770: when call_user_func() fails to call parent from inheriting class (2) #428

Closed
wants to merge 5 commits into from

Conversation

p495
Copy link

@p495 p495 commented Sep 3, 2013

When using call_user_function() with 'parent::' or 'self::' prefix in method name with object context - we need to check current class scop, or result well be unexpected.

Second try.
Previous: #375.

Thank you.

@m6w6
Copy link
Contributor

m6w6 commented Oct 18, 2013

@dstogov @laruence ping.
@smalishev @weltling, as you reviewed the previous PR, could you please have another look?

@m6w6
Copy link
Contributor

m6w6 commented Oct 18, 2013

Sorry, @smalyshev

@php-pulls
Copy link

Comment on behalf of krakjoe at php.net:

Since this PR targets an unsupported version of PHP, and since it seems to have been abandoned by the author, and since it doesn't look like this would be applicable to master, I'm closing this PR.

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.

3 participants