3v4l.org

run code in 300+ PHP versions simultaneously
<?php $salt = 'aehr08aeyr08rg90aer'; $salt2 = 'aehr08aeyr08rg90aer'; $password = "billsmellsfunny"; $password2 = "billsmellsfunny"; $password_hash = md5($password); $password_hash2 = md5($password2); echo $password_hash; echo PHP_NEWLINE; echo $password_hash;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3P30f
function name:  (null)
number of ops:  17
compiled vars:  !0 = $salt, !1 = $salt2, !2 = $password, !3 = $password2, !4 = $password_hash, !5 = $password_hash2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'aehr08aeyr08rg90aer'
    4     1        ASSIGN                                                   !1, 'aehr08aeyr08rg90aer'
    6     2        ASSIGN                                                   !2, 'billsmellsfunny'
    7     3        ASSIGN                                                   !3, 'billsmellsfunny'
    9     4        INIT_FCALL                                               'md5'
          5        SEND_VAR                                                 !2
          6        DO_ICALL                                         $10     
          7        ASSIGN                                                   !4, $10
   10     8        INIT_FCALL                                               'md5'
          9        SEND_VAR                                                 !3
         10        DO_ICALL                                         $12     
         11        ASSIGN                                                   !5, $12
   13    12        ECHO                                                     !4
   14    13        FETCH_CONSTANT                                   ~14     'PHP_NEWLINE'
         14        ECHO                                                     ~14
   15    15        ECHO                                                     !4
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.05 ms | 1394 KiB | 15 Q