<?php var_dump(null > 0);var_dump("" > 0); var_dump("0" > 0); ?>
Standard input is empty
bool(false) bool(false) bool(false)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!