3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.74 ms | 1396 KiB | 19 Q