if ( $someVar == $anotherVar ) { someFunc(); } else { anotherFunc(); }