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
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
No difference, some people consider FALSE to be a constant and thus use the old screaming caps notation.