3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.28 ms | 1393 KiB | 13 Q