3v4l.org

run code in 300+ PHP versions simultaneously
<?php $trans_vars = array( 'beta_content', 'beta_upgrade', 'layouts_content_1', 'layouts_content_2', ); foreach ($trans_vars as $variable) { $echo('Seting var: ' . $module_prefix . $variable . ' in ' . $lang); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 11
Branch analysis from position: 2
2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 11
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
filename:       /in/lGbKp
function name:  (null)
number of ops:  13
compiled vars:  !0 = $trans_vars, !1 = $variable, !2 = $echo, !3 = $module_prefix, !4 = $lang
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   11     1      > FE_RESET_R                                       $6      !0, ->11
          2    > > FE_FETCH_R                                               $6, !1, ->11
   12     3    >   INIT_DYNAMIC_CALL                                        !2
          4        CONCAT                                           ~7      'Seting+var%3A+', !3
          5        CONCAT                                           ~8      ~7, !1
          6        CONCAT                                           ~9      ~8, '+in+'
          7        CONCAT                                           ~10     ~9, !4
          8        SEND_VAL_EX                                              ~10
          9        DO_FCALL                                      0          
   11    10      > JMP                                                      ->2
         11    >   FE_FREE                                                  $6
   13    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
185.94 ms | 1397 KiB | 13 Q