3v4l.org

run code in 300+ PHP versions simultaneously
<?php // prints e.g. 'Current PHP version: 4.1.1' //echo 'Current PHP version: ' . phpversion(); $ver = explode(".", PHP_VERSION); echo $ver[0]; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/n92i9
function name:  (null)
number of ops:  8
compiled vars:  !0 = $ver
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'explode'
          1        SEND_VAL                                                 '.'
          2        SEND_VAL                                                 '8.0.0'
          3        DO_ICALL                                         $1      
          4        ASSIGN                                                   !0, $1
    5     5        FETCH_DIM_R                                      ~3      !0, 0
          6        ECHO                                                     ~3
    6     7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.6 ms | 1385 KiB | 15 Q