3v4l.org

run code in 300+ PHP versions simultaneously
<?php $one = 2 > 0 ?: "foo"; $two = 10 > 0 ?: "bar"; var_dump($one, $two);

preferences:
37.18 ms | 402 KiB | 5 Q