3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.83 ms | 1395 KiB | 17 Q