Valid Syntax errors: Part 1
Geschrieben in Development am 25. August 2010
It took me about an hour to spot a strange behaviour in my PHP skript: Have a look at this code: What happened? Would I have used phpcs it would have been obvious. I used a semicolon instead of a bracket after the foreach statement. So instead of calling the echo command with each iteration [...]
