-
Notifications
You must be signed in to change notification settings - Fork 24
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
Filters error on CLI #5
Comments
I'll see if I can clear this. I need CLI to work ;) |
Il could be nice, that's really annoying, also for unit tests.. I spend many many hours on it.. never found the problem. |
Looks like it's in how tempFilters() parses the dot notation. I don't have it fixed yet, but I have made a little progess on it. |
What I've done so far, I'll dig into it a bit more this weekend probably, but if you have any ideas or direction please let me know |
The problem is the syntax on line 233. the right one should be: |
Hello
There's problems on the use of filters with PHP CLI (@see unit test testGetAllByKeyFiltered), the eval function seems to fail. If someone got an idea..
Regards,
Peekmo
The text was updated successfully, but these errors were encountered: