<?php $a = -5;$b = 4; $c = $b < abs($a);$d = $b < $a;echo (string)$c;echo (string)$d;
Standard input is empty
1
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!