someFunc() if($someVar==$anotherVar); #### if(someVar==anotherVar)someFunc(); else anotherFunc();