3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo '<PRE>'; $code = '<?php echo PHP_INT_SIZE; ?>'; foreach(token_get_all($code) as $c){ if(is_array($c)){ print(token_name($c[0]).": ".htmlentities($c[1])."<br>\n"); } else { print("$c<br>\n"); } }

preferences:
32.53 ms | 402 KiB | 5 Q