3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! $key = "upload_8_fid_aids.tmp"; $s = "kv"; foreach((array)$key as $k=>$v) { $s .= '-' . $k . '-' . $v; } echo $s;
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 4, Position 2 = 11
Branch analysis from position: 4
2 jumps found. (Code = 78) Position 1 = 5, Position 2 = 11
Branch analysis from position: 5
1 jumps found. (Code = 42) Position 1 = 4
Branch analysis from position: 4
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
filename:       /in/lFGqk
function name:  (null)
number of ops:  14
compiled vars:  !0 = $key, !1 = $s, !2 = $v, !3 = $k
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   ASSIGN                                                   !0, 'upload_8_fid_aids.tmp'
    7     1        ASSIGN                                                   !1, 'kv'
    9     2        CAST                                          7  ~6      !0
          3      > FE_RESET_R                                       $7      ~6, ->11
          4    > > FE_FETCH_R                                       ~8      $7, !2, ->11
          5    >   ASSIGN                                                   !3, ~8
   10     6        CONCAT                                           ~10     '-', !3
          7        CONCAT                                           ~11     ~10, '-'
          8        CONCAT                                           ~12     ~11, !2
          9        ASSIGN_OP                                     8          !1, ~12
    9    10      > JMP                                                      ->4
         11    >   FE_FREE                                                  $7
   13    12        ECHO                                                     !1
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.64 ms | 1384 KiB | 13 Q