Seldaek / php-console

PHP Debug Console
Other
529 stars 93 forks source link

Have error #2

Closed ButuzGOL closed 13 years ago

ButuzGOL commented 13 years ago

I am using mamp pro php 5.3 and have this problem Parse error: syntax error, unexpected '"', expecting T_STRING in /Users/Denis/Desktop/PHP/TempG/php-console/index.php(56) : eval()'d code on line 1

When I use date("Y") or date('Y')

Seldaek commented 13 years ago

I can't reproduce this. The only thing I can imagine is that you had some invalid quotes (like some fancy instead of normal "). If you can give me something that really breaks, I can try to help.