3v4l.org

run code in 300+ PHP versions simultaneously
<?php $variables = array('time_limit_3' => 0); $array[] = array ( 'age' => 'Upper limit', 'shipments' => null, 'orders' => null, 'ifs' => null, 'items' => $variables['time_limit_3'], 'highlight' => false ); $array2 = implode('', array_slice($array, 5));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5XrjI
function name:  (null)
number of ops:  20
compiled vars:  !0 = $variables, !1 = $array, !2 = $array2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    4     1        INIT_ARRAY                                       ~5      'Upper+limit', 'age'
          2        ADD_ARRAY_ELEMENT                                ~5      null, 'shipments'
          3        ADD_ARRAY_ELEMENT                                ~5      null, 'orders'
          4        ADD_ARRAY_ELEMENT                                ~5      null, 'ifs'
    8     5        FETCH_DIM_R                                      ~6      !0, 'time_limit_3'
          6        ADD_ARRAY_ELEMENT                                ~5      ~6, 'items'
    4     7        ADD_ARRAY_ELEMENT                                ~5      <false>, 'highlight'
    3     8        ASSIGN_DIM                                               !1
    4     9        OP_DATA                                                  ~5
   14    10        INIT_FCALL                                               'implode'
         11        SEND_VAL                                                 ''
         12        INIT_FCALL                                               'array_slice'
         13        SEND_VAR                                                 !1
         14        SEND_VAL                                                 5
         15        DO_ICALL                                         $7      
         16        SEND_VAR                                                 $7
         17        DO_ICALL                                         $8      
         18        ASSIGN                                                   !2, $8
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.53 ms | 1386 KiB | 17 Q