We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I used the following input
<?php $it = new APCIterator('user', 'll/[^/]{1,}');
and this results into a Error occured while posting your code. error.
Error occured while posting your code.
other input works as expected.. not sure whats going on, but it seems like the code doesn't get posted at all (therefore a client side issue).
Tested on FF24 and Chrome 28
The text was updated successfully, but these errors were encountered:
strange... after adding regex delimiters it works
<?php $it = new APCIterator('user', '@ll/[^/]{1,}@');
php wrote it into it logs, but I expected to see such a error also inside the php-console...
Sorry, something went wrong.
I get an error alright if I do this. My guess is you're missing the proper display_errors settings or something?
No branches or pull requests
I used the following input
and this results into a
Error occured while posting your code.
error.other input works as expected.. not sure whats going on, but it seems like the code doesn't get posted at all (therefore a client side issue).
Tested on FF24 and Chrome 28
The text was updated successfully, but these errors were encountered: