15

When you spend so much time using PHP that you start naming variables with $ in other languages without releasing.

bool $haha = true;
if (haha) ...
haha is not defined.

Comments
Add Comment