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 = $this->table;//$s = kv foreach((array)$key as $k=>$v) { $s .= '-'.$this->primarykey[$k].'-'.$v; } echo $s;
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 6, Position 2 = 16
Branch analysis from position: 6
2 jumps found. (Code = 78) Position 1 = 7, Position 2 = 16
Branch analysis from position: 7
1 jumps found. (Code = 42) Position 1 = 6
Branch analysis from position: 6
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 16
filename:       /in/GHRnT
function name:  (null)
number of ops:  19
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        FETCH_THIS                                       $5      
          2        FETCH_OBJ_R                                      ~6      $5, 'table'
          3        ASSIGN                                                   !1, ~6
    9     4        CAST                                          7  ~8      !0
          5      > FE_RESET_R                                       $9      ~8, ->16
          6    > > FE_FETCH_R                                       ~10     $9, !2, ->16
          7    >   ASSIGN                                                   !3, ~10
   10     8        FETCH_THIS                                       $12     
          9        FETCH_OBJ_R                                      ~13     $12, 'primarykey'
         10        FETCH_DIM_R                                      ~14     ~13, !3
         11        CONCAT                                           ~15     '-', ~14
         12        CONCAT                                           ~16     ~15, '-'
         13        CONCAT                                           ~17     ~16, !2
         14        ASSIGN_OP                                     8          !1, ~17
    9    15      > JMP                                                      ->6
         16    >   FE_FREE                                                  $9
   13    17        ECHO                                                     !1
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.51 ms | 1393 KiB | 13 Q