3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(hash("md5","QNKCDZO")); var_dump(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/cjBET
function name:  (null)
number of ops:  52
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'hash'
          2        SEND_VAL                                                 'md5'
          3        SEND_VAL                                                 'QNKCDZO'
          4        DO_ICALL                                         $0      
          5        SEND_VAR                                                 $0
          6        DO_ICALL                                                 
    3     7        INIT_FCALL                                               'var_dump'
          8        INIT_FCALL                                               'hash'
          9        SEND_VAL                                                 'md5'
         10        SEND_VAL                                                 '240610708'
         11        DO_ICALL                                         $2      
         12        SEND_VAR                                                 $2
         13        DO_ICALL                                                 
    4    14        INIT_FCALL                                               'var_dump'
         15        INIT_FCALL                                               'strcmp'
         16        INIT_FCALL                                               'hash'
         17        SEND_VAL                                                 'md5'
         18        SEND_VAL                                                 'QNKCDZO'
         19        DO_ICALL                                         $4      
         20        SEND_VAR                                                 $4
         21        INIT_FCALL                                               'hash'
         22        SEND_VAL                                                 'md5'
         23        SEND_VAL                                                 '240610708'
         24        DO_ICALL                                         $5      
         25        SEND_VAR                                                 $5
         26        DO_ICALL                                         $6      
         27        SEND_VAR                                                 $6
         28        DO_ICALL                                                 
    5    29        INIT_FCALL                                               'var_dump'
         30        INIT_FCALL                                               'hash'
         31        SEND_VAL                                                 'md5'
         32        SEND_VAL                                                 'QNKCDZO'
         33        DO_ICALL                                         $8      
         34        INIT_FCALL                                               'hash'
         35        SEND_VAL                                                 'md5'
         36        SEND_VAL                                                 '240610708'
         37        DO_ICALL                                         $9      
         38        IS_EQUAL                                         ~10     $8, $9
         39        SEND_VAL                                                 ~10
         40        DO_ICALL                                                 
    6    41        INIT_FCALL                                               'var_dump'
         42        INIT_FCALL                                               'md5'
         43        SEND_VAL                                                 '240610708'
         44        DO_ICALL                                         $12     
         45        INIT_FCALL                                               'md5'
         46        SEND_VAL                                                 'QNKCDZO'
         47        DO_ICALL                                         $13     
         48        IS_IDENTICAL                                     ~14     $12, $13
         49        SEND_VAL                                                 ~14
         50        DO_ICALL                                                 
         51      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.57 ms | 941 KiB | 22 Q