3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input = array(); $input['client'] = 'clientName'; $input['title'] = 'title of thingy'; $input['slug'] = 'slugOfAGun'; $input['project_date'] = 'DateTime'; $input['content'] = 'String of content'; print_r($input);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5k7ho
function name:  (null)
number of ops:  15
compiled vars:  !0 = $input
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        ASSIGN_DIM                                               !0, 'client'
          2        OP_DATA                                                  'clientName'
    5     3        ASSIGN_DIM                                               !0, 'title'
          4        OP_DATA                                                  'title+of+thingy'
    6     5        ASSIGN_DIM                                               !0, 'slug'
          6        OP_DATA                                                  'slugOfAGun'
    7     7        ASSIGN_DIM                                               !0, 'project_date'
          8        OP_DATA                                                  'DateTime'
    8     9        ASSIGN_DIM                                               !0, 'content'
         10        OP_DATA                                                  'String+of+content'
    9    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:
162.54 ms | 1385 KiB | 15 Q