1.Smart-arse
"Well it works, doesn't it?"
if ($v==1){s1();}
2.Line saver
"This is the proper way"
if ($var == 1) {
do_something();
}
3.Aligner
"This is the proper way"
if ($var == 1)
{
do_something();
}
4.Minimalist
"This is the proper way"
if var:
do_something()
Image Credits
Random cat - by mirko delcaldo via Free Images