3v4l.org

run code in 300+ PHP versions simultaneously
<?php $people = Array( Array('name' => 'Kalle', 'salt' => 856412), Array('name' => 'Pierre', 'salt' => 215863) ); for($i = 0; $i < sizeof($people); ++$i) { echo $people[$i]['salt'] = rand(000000, 999999); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 3
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 3
Branch analysis from position: 15
Branch analysis from position: 3
filename:       /in/EaFmC
function name:  (null)
number of ops:  16
compiled vars:  !0 = $people, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    7     1        ASSIGN                                                   !1, 0
          2      > JMP                                                      ->12
    9     3    >   INIT_FCALL                                               'rand'
          4        SEND_VAL                                                 0
          5        SEND_VAL                                                 999999
          6        DO_ICALL                                         $6      
          7        FETCH_DIM_W                                      $4      !0, !1
          8        ASSIGN_DIM                                       ~5      $4, 'salt'
          9        OP_DATA                                                  $6
         10        ECHO                                                     ~5
    7    11        PRE_INC                                                  !1
         12    >   COUNT                                            ~8      !0
         13        IS_SMALLER                                               !1, ~8
         14      > JMPNZ                                                    ~9, ->3
   10    15    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.28 ms | 1399 KiB | 15 Q