3v4l.org

run code in 300+ PHP versions simultaneously
<?php $Estrutura = [ [ 'VAR1' => 'teste', 'CAMPO' => 'meu-campo' ], [ 'VAR1' => 'minhaVar', 'CAMPO' => 'meu-outro-campo' ], ]; foreach ( $Estrutura as $campo ) printf( "var %s = button.getAttribute( 'data-bs-%s' );\n", $campo[ 'VAR1' ], $campo[ 'CAMPO' ], );
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/EObSi
function name:  (null)
number of ops:  13
compiled vars:  !0 = $Estrutura, !1 = $campo
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    7     1      > FE_RESET_R                                       $3      !0, ->11
          2    > > FE_FETCH_R                                               $3, !1, ->11
    8     3    >   INIT_FCALL                                               'printf'
    9     4        SEND_VAL                                                 'var+%25s+%3D+button.getAttribute%28+%27data-bs-%25s%27+%29%3B%0A'
   10     5        FETCH_DIM_R                                      ~4      !1, 'VAR1'
          6        SEND_VAL                                                 ~4
   11     7        FETCH_DIM_R                                      ~5      !1, 'CAMPO'
          8        SEND_VAL                                                 ~5
          9        DO_ICALL                                                 
    7    10      > JMP                                                      ->2
         11    >   FE_FREE                                                  $3
   12    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.83 ms | 1399 KiB | 15 Q