<?php var_dump(min(1, 2, 3) === min(1, min(2, 3)));var_dump(min('0', 0, '.') === min('0', min(0, '.')));
Standard input is empty
bool(true) bool(false)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!