3v4l.org

run code in 300+ PHP versions simultaneously
<?php $pass = "dongs"; for($i = 0; $i < 5; $i++) $pass = md5($pass); echo $pass . "\n"; echo md5(md5(md5(md5(md5("dongs")))));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 8
Branch analysis from position: 8
2 jumps found. (Code = 44) Position 1 = 10, Position 2 = 3
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 10, Position 2 = 3
Branch analysis from position: 10
Branch analysis from position: 3
filename:       /in/0XV9r
function name:  (null)
number of ops:  29
compiled vars:  !0 = $pass, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'dongs'
    4     1        ASSIGN                                                   !1, 0
          2      > JMP                                                      ->8
          3    >   INIT_FCALL                                               'md5'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $4      
          6        ASSIGN                                                   !0, $4
          7        PRE_INC                                                  !1
          8    >   IS_SMALLER                                               !1, 5
          9      > JMPNZ                                                    ~7, ->3
    6    10    >   CONCAT                                           ~8      !0, '%0A'
         11        ECHO                                                     ~8
    7    12        INIT_FCALL                                               'md5'
         13        INIT_FCALL                                               'md5'
         14        INIT_FCALL                                               'md5'
         15        INIT_FCALL                                               'md5'
         16        INIT_FCALL                                               'md5'
         17        SEND_VAL                                                 'dongs'
         18        DO_ICALL                                         $9      
         19        SEND_VAR                                                 $9
         20        DO_ICALL                                         $10     
         21        SEND_VAR                                                 $10
         22        DO_ICALL                                         $11     
         23        SEND_VAR                                                 $11
         24        DO_ICALL                                         $12     
         25        SEND_VAR                                                 $12
         26        DO_ICALL                                         $13     
         27        ECHO                                                     $13
         28      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.89 ms | 1010 KiB | 14 Q