3v4l.org

run code in 300+ PHP versions simultaneously
<?php $HU = sha1("matthew@the-e-foundry.com"); echo " $HU"; $Password = "Password1"; echo " $Password"; $Hashed = sha1($HU . 'j8i3mas9UJ3!' . $Password); echo " $Hashed";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/g81gQ
function name:  (null)
number of ops:  21
compiled vars:  !0 = $HU, !1 = $Password, !2 = $Hashed
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'sha1'
          1        SEND_VAL                                                 'matthew%40the-e-foundry.com'
          2        DO_ICALL                                         $3      
          3        ASSIGN                                                   !0, $3
    4     4        NOP                                                      
    5     5        FAST_CONCAT                                      ~5      '%0A++++', !0
          6        ECHO                                                     ~5
    7     7        ASSIGN                                                   !1, 'Password1'
    8     8        NOP                                                      
    9     9        FAST_CONCAT                                      ~7      '%0A++++', !1
         10        ECHO                                                     ~7
   11    11        INIT_FCALL                                               'sha1'
         12        CONCAT                                           ~8      !0, 'j8i3mas9UJ3%21'
         13        CONCAT                                           ~9      ~8, !1
         14        SEND_VAL                                                 ~9
         15        DO_ICALL                                         $10     
         16        ASSIGN                                                   !2, $10
   12    17        NOP                                                      
   13    18        FAST_CONCAT                                      ~12     '%0A++++', !2
         19        ECHO                                                     ~12
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.9 ms | 1395 KiB | 15 Q