3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174 ms | 1395 KiB | 17 Q