3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input = array(); $input[] = 'client'; $input[] = 'title'; $input[] = 'slug'; $input[] = 'project_date'; $input[] = 'content'; print_r($input);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/rTAQq
function name:  (null)
number of ops:  15
compiled vars:  !0 = $input
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN_DIM                                               !0
          2        OP_DATA                                                  'client'
    4     3        ASSIGN_DIM                                               !0
          4        OP_DATA                                                  'title'
    5     5        ASSIGN_DIM                                               !0
          6        OP_DATA                                                  'slug'
    6     7        ASSIGN_DIM                                               !0
          8        OP_DATA                                                  'project_date'
    7     9        ASSIGN_DIM                                               !0
         10        OP_DATA                                                  'content'
    8    11        INIT_FCALL                                               'print_r'
         12        SEND_VAR                                                 !0
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.32 ms | 1398 KiB | 15 Q