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

Cleanup/#7095 php 5.3 support end #4

Conversation

stefanotorresi
Copy link

addendium to zendframework#7119

return $callback(array_shift($args));
}
return call_user_func($callback, array_shift($args));
return $callback(array_shift($args));
case 2:
$arg1 = array_shift($args);
Copy link
Owner

Choose a reason for hiding this comment

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

Can this be $args[0] and $args[1] instead?

@stefanotorresi stefanotorresi force-pushed the cleanup/#7095-php-5.3-support-end branch from 2c79be6 to c8e70e0 Compare January 11, 2015 22:55
@stefanotorresi
Copy link
Author

should be good to merge

@stefanotorresi stefanotorresi changed the title [WIP] Cleanup/#7095 php 5.3 support end Cleanup/#7095 php 5.3 support end Jan 11, 2015
@Ocramius Ocramius self-assigned this Jan 11, 2015
@Ocramius
Copy link
Owner

@stefanotorresi thanks!

Ocramius added a commit that referenced this pull request Jan 11, 2015
@Ocramius Ocramius merged commit f43c232 into Ocramius:cleanup/#7095-php-5.3-support-end Jan 11, 2015
@stefanotorresi stefanotorresi deleted the cleanup/#7095-php-5.3-support-end branch January 12, 2015 19:02
Ocramius added a commit that referenced this pull request Jan 12, 2015
Ocramius added a commit that referenced this pull request Jan 13, 2015
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