3v4l.org

run code in 300+ PHP versions simultaneously
<?php $salt_prefix = 'aec8cc17861baec8c'; $salt_suffix = '51dc1dea64ccd3.02330704'; $password = 'user'; var_dump(sha1(md5($prefix . $password . $suffix)));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/nXPM3
function name:  (null)
number of ops:  15
compiled vars:  !0 = $salt_prefix, !1 = $salt_suffix, !2 = $password, !3 = $prefix, !4 = $suffix
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'aec8cc17861baec8c'
    3     1        ASSIGN                                                   !1, '51dc1dea64ccd3.02330704'
    4     2        ASSIGN                                                   !2, 'user'
    5     3        INIT_FCALL                                               'var_dump'
          4        INIT_FCALL                                               'sha1'
          5        INIT_FCALL                                               'md5'
          6        CONCAT                                           ~8      !3, !2
          7        CONCAT                                           ~9      ~8, !4
          8        SEND_VAL                                                 ~9
          9        DO_ICALL                                         $10     
         10        SEND_VAR                                                 $10
         11        DO_ICALL                                         $11     
         12        SEND_VAR                                                 $11
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.24 ms | 1394 KiB | 19 Q