3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.52 ms | 1393 KiB | 15 Q