3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = 'abc'; $GLOBALS['a'] = 123; echo $a;// 123
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/mYtUR
function name:  (null)
number of ops:  6
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'abc'
    4     1        FETCH_W                      global              $2      'GLOBALS'
          2        ASSIGN_DIM                                               $2, 'a'
          3        OP_DATA                                                  123
    5     4        ECHO                                                     !0
          5      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.88 ms | 937 KiB | 14 Q