3v4l.org

run code in 300+ PHP versions simultaneously
<?php $var = 'the01wma!!'; $enc = md5($var); $o = 'b998403c960cc3234751ab6e47eb4c7b8d2288a8596e91a217244f78cf7dc690936024205f68e36560c4942af56f3f9e050973cfba4a2e0a16081ea467f35ccd'; var_dump($enc == $o); echo $enc; exit;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 79) Position 1 = -2
filename:       /in/YHUrc
function name:  (null)
number of ops:  13
compiled vars:  !0 = $var, !1 = $enc, !2 = $o
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'the01wma%21%21'
    4     1        INIT_FCALL                                               'md5'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $4      
          4        ASSIGN                                                   !1, $4
    5     5        ASSIGN                                                   !2, 'b998403c960cc3234751ab6e47eb4c7b8d2288a8596e91a217244f78cf7dc690936024205f68e36560c4942af56f3f9e050973cfba4a2e0a16081ea467f35ccd'
    7     6        INIT_FCALL                                               'var_dump'
          7        IS_EQUAL                                         ~7      !1, !2
          8        SEND_VAL                                                 ~7
          9        DO_ICALL                                                 
    8    10        ECHO                                                     !1
    9    11      > EXIT                                                     
         12*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.56 ms | 1394 KiB | 17 Q