$b){ $c ='a > b'; }else{ $c ='b < a'; } return "Hello $who! " . $c; } echo(hello("小明")); ?>