3v4l.org

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

Function encryptpassword:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/PJOFH
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      > RETURN                                                   $3
    6     9*     > RETURN                                                   null

End of function encryptpassword

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.8 ms | 1394 KiB | 17 Q