3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr_pie = [ 'test', 'another', 'thing', ]; foreach(array_get_keys($arr_pie) AS $int_snuggle_bunny){ $obj_fuckwit = $arr_pie[pow($int_snuggle_bunny * $int_snuggle_bunny, .5)]; var_dump($obj_fuckwit); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 5, Position 2 = 17
Branch analysis from position: 5
2 jumps found. (Code = 78) Position 1 = 6, Position 2 = 17
Branch analysis from position: 6
1 jumps found. (Code = 42) Position 1 = 5
Branch analysis from position: 5
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 17
filename:       /in/7GvSs
function name:  (null)
number of ops:  19
compiled vars:  !0 = $arr_pie, !1 = $int_snuggle_bunny, !2 = $obj_fuckwit
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    9     1        INIT_FCALL_BY_NAME                                       'array_get_keys'
          2        SEND_VAR_EX                                              !0
          3        DO_FCALL                                      0  $4      
          4      > FE_RESET_R                                       $5      $4, ->17
          5    > > FE_FETCH_R                                               $5, !1, ->17
   10     6    >   INIT_FCALL                                               'pow'
          7        MUL                                              ~6      !1, !1
          8        SEND_VAL                                                 ~6
          9        SEND_VAL                                                 0.5
         10        DO_ICALL                                         $7      
         11        FETCH_DIM_R                                      ~8      !0, $7
         12        ASSIGN                                                   !2, ~8
   11    13        INIT_FCALL                                               'var_dump'
         14        SEND_VAR                                                 !2
         15        DO_ICALL                                                 
    9    16      > JMP                                                      ->5
         17    >   FE_FREE                                                  $5
   12    18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.37 ms | 1395 KiB | 17 Q