Skip to content

Conversation

@andrewnester
Copy link
Contributor

fcc->function_handler->type == ZEND_OVERLOADED_FUNCTION)) {
if (fcc->function_handler->type != ZEND_OVERLOADED_FUNCTION) {
if (fcc->function_handler->type != ZEND_OVERLOADED_FUNCTION &&
fcc->function_handler->common.function_name) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar checks are repeated in a few more places. Maybe they also need to be changed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nikic sounds reasonable, thanks. Just updated it.

@andrewnester
Copy link
Contributor Author

@nikic any updates on it?

@krakjoe krakjoe added the Bug label Sep 27, 2017
@krakjoe
Copy link
Member

krakjoe commented Sep 27, 2017

Merged a680d70

Thanks.

@krakjoe krakjoe closed this Sep 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants