3v4l.org

run code in 300+ PHP versions simultaneously
<?php $password="hola mundo"; $salt='$bgr$/'; echo $password=sha1(md5($salt.$password)); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Q2UaN
function name:  (null)
number of ops:  12
compiled vars:  !0 = $password, !1 = $salt
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'hola+mundo'
    3     1        ASSIGN                                                   !1, '%24bgr%24%2F'
    4     2        INIT_FCALL                                               'sha1'
          3        INIT_FCALL                                               'md5'
          4        CONCAT                                           ~4      !1, !0
          5        SEND_VAL                                                 ~4
          6        DO_ICALL                                         $5      
          7        SEND_VAR                                                 $5
          8        DO_ICALL                                         $6      
          9        ASSIGN                                           ~7      !0, $6
         10        ECHO                                                     ~7
    5    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.6 ms | 1385 KiB | 17 Q