3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tokens = token_get_all(<<<EOF <?php echo ""; EOF ); foreach ($tokens as $token) { if (is_array($token)) { echo "Line {$token[2]}: ", token_name($token[0]), " ('{$token[1]}')", PHP_EOL; } }
Output for 5.2.2 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.34, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.29, 8.2.0 - 8.2.23, 8.3.0 - 8.3.11
Line 1: T_OPEN_TAG ('<?php ') Line 2: T_ECHO ('echo') Line 2: T_WHITESPACE (' ') Line 2: T_CONSTANT_ENCAPSED_STRING ('""')
Output for 4.3.10 - 4.3.11, 4.4.0 - 4.4.1, 4.4.3 - 4.4.9, 5.0.2 - 5.0.5, 5.1.0 - 5.1.1, 5.1.3 - 5.1.6, 5.2.0 - 5.2.1
Notice: Undefined offset: 2 in /in/h643R on line 10 Line : T_OPEN_TAG ('<?php ') Notice: Undefined offset: 2 in /in/h643R on line 10 Line : T_ECHO ('echo') Notice: Undefined offset: 2 in /in/h643R on line 10 Line : T_WHITESPACE (' ') Notice: Undefined offset: 2 in /in/h643R on line 10 Line : T_CONSTANT_ENCAPSED_STRING ('""')
Output for 4.4.2, 5.1.2
Notice: Undefined offset: 2 in /in/h643R on line 11 Line : T_OPEN_TAG ('<?php ') Notice: Undefined offset: 2 in /in/h643R on line 11 Line : T_ECHO ('echo') Notice: Undefined offset: 2 in /in/h643R on line 11 Line : T_WHITESPACE (' ') Notice: Undefined offset: 2 in /in/h643R on line 11 Line : T_CONSTANT_ENCAPSED_STRING ('""')
Output for 4.3.0 - 4.3.9, 5.0.0 - 5.0.1
Notice: Undefined offset: 2 in /in/h643R on line 10 Line : T_OPEN_TAG ('<?php ') Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/h643R on line 10 PHP_EOL Notice: Undefined offset: 2 in /in/h643R on line 10 Line : T_ECHO ('echo') Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/h643R on line 10 PHP_EOL Notice: Undefined offset: 2 in /in/h643R on line 10 Line : T_WHITESPACE (' ') Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/h643R on line 10 PHP_EOL Notice: Undefined offset: 2 in /in/h643R on line 10 Line : T_CONSTANT_ENCAPSED_STRING ('""') Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/h643R on line 10 PHP_EOL

preferences:
67.91 ms | 412 KiB | 5 Q