3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.59 ms | 1385 KiB | 17 Q