<?php echo a ? b : c ? d : e;
Standard input is empty
d
PHP Warning: Use of undefined constant a - assumed 'a' (this will throw an Error in a future version of PHP) in /home/nKxXAK/prog.php on line 3 PHP Warning: Use of undefined constant b - assumed 'b' (this will throw an Error in a future version of PHP) in /home/nKxXAK/prog.php on line 3 PHP Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /home/nKxXAK/prog.php on line 3