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

ErrorException: the off condition #1315

Closed
kamilsk opened this issue Nov 25, 2013 · 0 comments
Closed

ErrorException: the off condition #1315

kamilsk opened this issue Nov 25, 2013 · 0 comments
Labels
Milestone

Comments

@kamilsk
Copy link
Contributor

kamilsk commented Nov 25, 2013

Next code:

$frame['args'] = [];
// now isset($frame['args']) === true, and next condition doesn't work:
if (isset($frame['params']) && ! isset($frame['args'])) {
    ...
}

And how about next ordering:

  1. constructor
  2. static isFatalError (up 1)
  3. getSeverity
  4. getName
qiangxue added a commit that referenced this issue Nov 26, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants