if ($condition) do_something(); #### do_something() if $condition; #### if ($condition) { do_something(); }