3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo md5('AHaBRa') == md5('BTDPMe'); echo md5('AHaBRa')."\n"; echo md5('BTDPMe')."\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ms1lf
function name:  (null)
number of ops:  19
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'md5'
          1        SEND_VAL                                                 'AHaBRa'
          2        DO_ICALL                                         $0      
          3        INIT_FCALL                                               'md5'
          4        SEND_VAL                                                 'BTDPMe'
          5        DO_ICALL                                         $1      
          6        IS_EQUAL                                         ~2      $0, $1
          7        ECHO                                                     ~2
    5     8        INIT_FCALL                                               'md5'
          9        SEND_VAL                                                 'AHaBRa'
         10        DO_ICALL                                         $3      
         11        CONCAT                                           ~4      $3, '%0A'
         12        ECHO                                                     ~4
    6    13        INIT_FCALL                                               'md5'
         14        SEND_VAL                                                 'BTDPMe'
         15        DO_ICALL                                         $5      
         16        CONCAT                                           ~6      $5, '%0A'
         17        ECHO                                                     ~6
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.07 ms | 1394 KiB | 15 Q