tags:

views:

95

answers:

1

I noticed that some php frameworks use exclusively lowercase true/false and others upper.

Does it make any difference at all. I for one prefer lowercase.

Thanks in advance

+12  A: 

No difference, some people consider FALSE to be a constant and thus use the old screaming caps notation.

SLC
+1 for screaming caps notation.
Russell Dias
I've used to write `false` but lately changed to `FALSE` for better readability. Also for `TRUE` and `NULL`.
Gordon
+1 for screaming from me too ;)
Radek Suski