3v4l.org

run code in 300+ PHP versions simultaneously
<?php $salt = "LFfr6"; $password = "Hejmeddig123!"; //6fadcf676c03c81541a1c9c2c4e257f9 echo md5( "6fadcf676c03c81541a1c9c2c4e257f9" . md5($password) );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jkZIY
function name:  (null)
number of ops:  11
compiled vars:  !0 = $salt, !1 = $password
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'LFfr6'
    3     1        ASSIGN                                                   !1, 'Hejmeddig123%21'
    6     2        INIT_FCALL                                               'md5'
          3        INIT_FCALL                                               'md5'
          4        SEND_VAR                                                 !1
          5        DO_ICALL                                         $4      
          6        CONCAT                                           ~5      '6fadcf676c03c81541a1c9c2c4e257f9', $4
          7        SEND_VAL                                                 ~5
          8        DO_ICALL                                         $6      
          9        ECHO                                                     $6
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
177.75 ms | 1398 KiB | 15 Q