Php Questions:code snippet

What will be the result of following code snippet ?

if ('y') { print 'ohhhhh'; } else { print 'yahoo'; }