3v4l.org

run code in 300+ PHP versions simultaneously
<?php $player = array( array('name' => 'mello', 'nr' => 1 , 'cash' => 0), array('name' => 'nakas', 'nr' => 2 , 'cash' => 200) ); for($i = 0, $len = count($player); $i < $len; ++$i) { echo $player[$i]['name']; echo ' '; echo $player[$i]['cash'] ; echo '<br/>'; } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 14
Branch analysis from position: 14
2 jumps found. (Code = 44) Position 1 = 16, Position 2 = 5
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 5
2 jumps found. (Code = 44) Position 1 = 16, Position 2 = 5
Branch analysis from position: 16
Branch analysis from position: 5
filename:       /in/TtCCU
function name:  (null)
number of ops:  17
compiled vars:  !0 = $player, !1 = $i, !2 = $len
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    7     1        ASSIGN                                                   !1, 0
          2        COUNT                                            ~5      !0
          3        ASSIGN                                                   !2, ~5
          4      > JMP                                                      ->14
    8     5    >   FETCH_DIM_R                                      ~7      !0, !1
          6        FETCH_DIM_R                                      ~8      ~7, 'name'
          7        ECHO                                                     ~8
          8        ECHO                                                     '+'
          9        FETCH_DIM_R                                      ~9      !0, !1
         10        FETCH_DIM_R                                      ~10     ~9, 'cash'
         11        ECHO                                                     ~10
         12        ECHO                                                     '%3Cbr%2F%3E'
    7    13        PRE_INC                                                  !1
         14    >   IS_SMALLER                                               !1, !2
         15      > JMPNZ                                                    ~12, ->5
   10    16    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.3 ms | 1393 KiB | 13 Q