3v4l.org

run code in 300+ PHP versions simultaneously
<?php mt_srand(161093684); mt_rand(); $nonce=[]; for($j=102;$j<=327;$j++) $nonce[]=mt_rand(); mt_rand(); print_r($nonce); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 8
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 8
Branch analysis from position: 15
Branch analysis from position: 8
filename:       /in/knuO1
function name:  (null)
number of ops:  21
compiled vars:  !0 = $nonce, !1 = $j
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'mt_srand'
          1        SEND_VAL                                                 161093684
          2        DO_ICALL                                                 
    5     3        INIT_FCALL                                               'mt_rand'
          4        DO_ICALL                                                 
    7     5        ASSIGN                                                   !0, <array>
    8     6        ASSIGN                                                   !1, 102
          7      > JMP                                                      ->13
    9     8    >   INIT_FCALL                                               'mt_rand'
          9        DO_ICALL                                         $7      
         10        ASSIGN_DIM                                               !0
         11        OP_DATA                                                  $7
    8    12        PRE_INC                                                  !1
         13    >   IS_SMALLER_OR_EQUAL                                      !1, 327
         14      > JMPNZ                                                    ~9, ->8
   13    15    >   INIT_FCALL                                               'mt_rand'
         16        DO_ICALL                                                 
   15    17        INIT_FCALL                                               'print_r'
         18        SEND_VAR                                                 !0
         19        DO_ICALL                                                 
   19    20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.51 ms | 1411 KiB | 19 Q