3v4l.org

run code in 300+ PHP versions simultaneously
<?php // open this file $fp = fopen(__FILE__, 'r'); // seek file pointer to data fseek($fp, __COMPILER_HALT_OFFSET__); // and output it var_dump(stream_get_contents($fp)); // the end of the script execution __halt_compiler(); the file data which will be ignored by the compiler

preferences:
31.17 ms | 402 KiB | 5 Q