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

__call second argument error #49

Closed
saracen opened this issue Feb 26, 2010 · 2 comments
Closed

__call second argument error #49

saracen opened this issue Feb 26, 2010 · 2 comments

Comments

@saracen
Copy link

saracen commented Feb 26, 2010

test();
?>

The issue can be avoided by using:

__call($name, array $args = null)

or:

__call($name, $args)

However, PHP documentation states the second parameter is an array, so this will probably break a few applications.

@scottmac
Copy link
Contributor

Reported internally to 214549

@scottmac
Copy link
Contributor

This is fixed now.

This issue was closed.
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

No branches or pull requests

2 participants