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 < count($people); ++$i) { $people[$i]['salt'] = mt_rand(000000, 999999); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 14, Position 2 = 3
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 14, Position 2 = 3
Branch analysis from position: 14
Branch analysis from position: 3
filename:       /in/Teobv
function name:  (null)
number of ops:  15
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                                                      ->11
    8     3    >   INIT_FCALL                                               'mt_rand'
          4        SEND_VAL                                                 0
          5        SEND_VAL                                                 999999
          6        DO_ICALL                                         $6      
          7        FETCH_DIM_W                                      $4      !0, !1
          8        ASSIGN_DIM                                               $4, 'salt'
          9        OP_DATA                                                  $6
    7    10        PRE_INC                                                  !1
         11    >   COUNT                                            ~8      !0
         12        IS_SMALLER                                               !1, ~8
         13      > JMPNZ                                                    ~9, ->3
    9    14    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.69 ms | 1394 KiB | 15 Q