<?php $idade = 18; $x = $idade >= 18 ? "É maior de idade" : "É menor de idade"; echo $x; ?>
Standard input is empty
É maior de idade
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!