3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! $varInt = 123; $varString = 'Some string'; $varArray = array(1,2,3); $varObject = new stdClass();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/UKSVh
function name:  (null)
number of ops:  7
compiled vars:  !0 = $varInt, !1 = $varString, !2 = $varArray, !3 = $varObject
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, 123
    5     1        ASSIGN                                                   !1, 'Some+string'
    6     2        ASSIGN                                                   !2, <array>
    7     3        NEW                                              $7      'stdClass'
          4        DO_FCALL                                      0          
          5        ASSIGN                                                   !3, $7
          6      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.67 ms | 1392 KiB | 13 Q