3v4l.org

run code in 300+ PHP versions simultaneously
<?php // prints e.g. 'Current PHP version: 4.1.1' echo 'Current PHP version: ' . phpversion(); // prints e.g. '2.0' or nothing if the extension isn't enabled echo phpversion('tidy'); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/OlRnO
function name:  (null)
number of ops:  9
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'phpversion'
          1        DO_ICALL                                         $0      
          2        CONCAT                                           ~1      'Current+PHP+version%3A+', $0
          3        ECHO                                                     ~1
    6     4        INIT_FCALL                                               'phpversion'
          5        SEND_VAL                                                 'tidy'
          6        DO_ICALL                                         $2      
          7        ECHO                                                     $2
    7     8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.89 ms | 1398 KiB | 15 Q