3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo hash("md5","QNKCDZO"); echo hash("md5","240610708"); var_dump(strcmp(hash("md5","QNKCDZO"),hash("md5","240610708"))); var_dump(hash("md5","QNKCDZO") == hash("md5","240610708")); var_dump(md5('240610708') === md5('QNKCDZO'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/F0RfN
function name:  (null)
number of ops:  48
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'hash'
          1        SEND_VAL                                                 'md5'
          2        SEND_VAL                                                 'QNKCDZO'
          3        DO_ICALL                                         $0      
          4        ECHO                                                     $0
    3     5        INIT_FCALL                                               'hash'
          6        SEND_VAL                                                 'md5'
          7        SEND_VAL                                                 '240610708'
          8        DO_ICALL                                         $1      
          9        ECHO                                                     $1
    4    10        INIT_FCALL                                               'var_dump'
         11        INIT_FCALL                                               'strcmp'
         12        INIT_FCALL                                               'hash'
         13        SEND_VAL                                                 'md5'
         14        SEND_VAL                                                 'QNKCDZO'
         15        DO_ICALL                                         $2      
         16        SEND_VAR                                                 $2
         17        INIT_FCALL                                               'hash'
         18        SEND_VAL                                                 'md5'
         19        SEND_VAL                                                 '240610708'
         20        DO_ICALL                                         $3      
         21        SEND_VAR                                                 $3
         22        DO_ICALL                                         $4      
         23        SEND_VAR                                                 $4
         24        DO_ICALL                                                 
    5    25        INIT_FCALL                                               'var_dump'
         26        INIT_FCALL                                               'hash'
         27        SEND_VAL                                                 'md5'
         28        SEND_VAL                                                 'QNKCDZO'
         29        DO_ICALL                                         $6      
         30        INIT_FCALL                                               'hash'
         31        SEND_VAL                                                 'md5'
         32        SEND_VAL                                                 '240610708'
         33        DO_ICALL                                         $7      
         34        IS_EQUAL                                         ~8      $6, $7
         35        SEND_VAL                                                 ~8
         36        DO_ICALL                                                 
    6    37        INIT_FCALL                                               'var_dump'
         38        INIT_FCALL                                               'md5'
         39        SEND_VAL                                                 '240610708'
         40        DO_ICALL                                         $10     
         41        INIT_FCALL                                               'md5'
         42        SEND_VAL                                                 'QNKCDZO'
         43        DO_ICALL                                         $11     
         44        IS_IDENTICAL                                     ~12     $10, $11
         45        SEND_VAL                                                 ~12
         46        DO_ICALL                                                 
         47      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.51 ms | 1400 KiB | 21 Q