<?php $str = '04'; var_dump($str > 2); var_dump($str < 6); var_dump($str < 3);
Standard input is empty
bool(true) bool(true) bool(false)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!