3v4l.org

run code in 300+ PHP versions simultaneously
<?php $pass = 'a7168f0f249e3add33da11a59e228a57'; EncryptPassword($pass); function EncryptPassword($pass){ echo md5(sha1($pass).'HoofdTelefoon0123GroentenEnFruitSLS95s5fdskfj'); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ZPX26
function name:  (null)
number of ops:  5
compiled vars:  !0 = $pass
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'a7168f0f249e3add33da11a59e228a57'
    3     1        INIT_FCALL_BY_NAME                                       'EncryptPassword'
          2        SEND_VAR_EX                                              !0
          3        DO_FCALL                                      0          
    6     4      > RETURN                                                   1

Function encryptpassword:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ZPX26
function name:  EncryptPassword
number of ops:  10
compiled vars:  !0 = $pass
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   RECV                                             !0      
    5     1        INIT_FCALL                                               'md5'
          2        INIT_FCALL                                               'sha1'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $1      
          5        CONCAT                                           ~2      $1, 'HoofdTelefoon0123GroentenEnFruitSLS95s5fdskfj'
          6        SEND_VAL                                                 ~2
          7        DO_ICALL                                         $3      
          8        ECHO                                                     $3
    6     9      > RETURN                                                   null

End of function encryptpassword

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.17 ms | 1386 KiB | 17 Q