3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.5 ms | 1394 KiB | 15 Q