3v4l.org

run code in 300+ PHP versions simultaneously
<?php $password = "test"; $salt2 = "niftysalt!"; $password = $salt2.$password; for($i = 0; $i < 10000; $i++) { $password = hash('futuresuperhash1024', $password); } echo $password; ?>
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 = 14, Position 2 = 6
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
2 jumps found. (Code = 44) Position 1 = 14, Position 2 = 6
Branch analysis from position: 14
Branch analysis from position: 6
filename:       /in/4OAu5
function name:  (null)
number of ops:  16
compiled vars:  !0 = $password, !1 = $salt2, !2 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'test'
    4     1        ASSIGN                                                   !1, 'niftysalt%21'
    5     2        CONCAT                                           ~5      !1, !0
          3        ASSIGN                                                   !0, ~5
    6     4        ASSIGN                                                   !2, 0
          5      > JMP                                                      ->12
    8     6    >   INIT_FCALL                                               'hash'
          7        SEND_VAL                                                 'futuresuperhash1024'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $8      
         10        ASSIGN                                                   !0, $8
    6    11        PRE_INC                                                  !2
         12    >   IS_SMALLER                                               !2, 10000
         13      > JMPNZ                                                    ~11, ->6
   10    14    >   ECHO                                                     !0
   11    15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
199.39 ms | 1399 KiB | 15 Q