3v4l.org

run code in 500+ PHP versions simultaneously
<?php for ($i=0;$i<10000;$i++) { echo printf("%016x\n", mt_rand(1, mt_getrandmax())); }

Abusive script

This script was stopped while abusing our resources

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 = 2
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 44) Position 1 = 16, Position 2 = 2
Branch analysis from position: 16
Branch analysis from position: 2
filename:       /in/CpnRs
function name:  (null)
number of ops:  17
compiled vars:  !0 = $i
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, 0
          1      > JMP                                                          ->14
    5     2    >   INIT_FCALL                                                   'printf'
          3        SEND_VAL                                                     '%25016x%0A'
          4        INIT_FCALL                                                   'mt_rand'
          5        SEND_VAL                                                     1
          6        INIT_FCALL                                                   'mt_getrandmax'
          7        DO_ICALL                                             $2      
          8        SEND_VAR                                                     $2
          9        DO_ICALL                                             $3      
         10        SEND_VAR                                                     $3
         11        DO_ICALL                                             $4      
         12        ECHO                                                         $4
    3    13        PRE_INC                                                      !0
         14    >   IS_SMALLER                                                   !0, 10000
         15      > JMPNZ                                                        ~6, ->2
    6    16    > > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
160.5 ms | 1830 KiB | 16 Q