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'] = Input::get('project_date'); $input['content'] = Input::get('content'); print_r($input);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/G55F6
function name:  (null)
number of ops:  21
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        INIT_STATIC_METHOD_CALL                                  'Input', 'get'
          8        SEND_VAL_EX                                              'project_date'
          9        DO_FCALL                                      0  $6      
         10        ASSIGN_DIM                                               !0, 'project_date'
         11        OP_DATA                                                  $6
    8    12        INIT_STATIC_METHOD_CALL                                  'Input', 'get'
         13        SEND_VAL_EX                                              'content'
         14        DO_FCALL                                      0  $8      
         15        ASSIGN_DIM                                               !0, 'content'
         16        OP_DATA                                                  $8
    9    17        INIT_FCALL                                               'print_r'
         18        SEND_VAR                                                 !0
         19        DO_ICALL                                                 
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
206.55 ms | 1395 KiB | 15 Q