3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
177.52 ms | 1393 KiB | 15 Q