3v4l.org

run code in 300+ PHP versions simultaneously
<?php $fp = fopen(__FILE__, 'r'); fseek($fp, __COMPILER_HALT_OFFSET__); $data = str_replace("===", "!==", stream_get_contents($fp)); eval($data); __halt_compiler(); $a = true; if ($a === 1 && $a === 2 && $a === 3) { echo 'YeahhHH!'; }

preferences:
59.26 ms | 402 KiB | 5 Q