3v4l.org

run code in 300+ PHP versions simultaneously
<?php $task['place'] = 'kitchen'; $task['time'] = 'today'; $task['owner'] = 'josh'; $task['initiator'] = 'wendy'; print_r($task);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1qjMn
function name:  (null)
number of ops:  12
compiled vars:  !0 = $task
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN_DIM                                               !0, 'place'
          1        OP_DATA                                                  'kitchen'
    4     2        ASSIGN_DIM                                               !0, 'time'
          3        OP_DATA                                                  'today'
    5     4        ASSIGN_DIM                                               !0, 'owner'
          5        OP_DATA                                                  'josh'
    6     6        ASSIGN_DIM                                               !0, 'initiator'
          7        OP_DATA                                                  'wendy'
    8     8        INIT_FCALL                                               'print_r'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.14 ms | 1394 KiB | 15 Q