3v4l.org

run code in 300+ PHP versions simultaneously
<?php $username = 'fem'; $password = '3bpvblW7'; $challenge = ''; $challenge_res = '0c07042fb4d065fd3baae50b511be2fb'; $challenge_cmp = md5($username.md5($password).$challenge); var_dump($challenge_cmp);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/oO71J
function name:  (null)
number of ops:  17
compiled vars:  !0 = $username, !1 = $password, !2 = $challenge, !3 = $challenge_res, !4 = $challenge_cmp
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'fem'
    3     1        ASSIGN                                                   !1, '3bpvblW7'
    4     2        ASSIGN                                                   !2, ''
    5     3        ASSIGN                                                   !3, '0c07042fb4d065fd3baae50b511be2fb'
    6     4        INIT_FCALL                                               'md5'
          5        INIT_FCALL                                               'md5'
          6        SEND_VAR                                                 !1
          7        DO_ICALL                                         $9      
          8        CONCAT                                           ~10     !0, $9
          9        CONCAT                                           ~11     ~10, !2
         10        SEND_VAL                                                 ~11
         11        DO_ICALL                                         $12     
         12        ASSIGN                                                   !4, $12
    8    13        INIT_FCALL                                               'var_dump'
         14        SEND_VAR                                                 !4
         15        DO_ICALL                                                 
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.64 ms | 1394 KiB | 17 Q