3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = array("", NULL, 0, 1, "0", "1", true, false, new stdClass(), array(1), array()); foreach($test as $t) { echo var_export($t, true) . ": !!(x)= " . var_export((!!$t), true) ."\n"; }

preferences:
47.05 ms | 402 KiB | 5 Q