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

error while posting code #23

Open
staabm opened this issue Jul 17, 2013 · 2 comments
Open

error while posting code #23

staabm opened this issue Jul 17, 2013 · 2 comments

Comments

@staabm
Copy link
Collaborator

staabm commented Jul 17, 2013

I used the following input

<?php

$it = new APCIterator('user', 'll/[^/]{1,}');

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

@staabm
Copy link
Collaborator Author

staabm commented Jul 17, 2013

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...

@Seldaek
Copy link
Owner

Seldaek commented Jul 17, 2013

I get an error alright if I do this. My guess is you're missing the proper display_errors settings or something?

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