3v4l.org

run code in 300+ PHP versions simultaneously
<?php print(intval(md5('QNKCDZO'))); print(md5('QNKCDZO') . "\n"); print(md5('240610708') . "\n"); var_dump(md5('QNKCDZO') === md5('QNKCDZO')); var_dump(md5('240610708') === md5('QNKCDZO')); var_dump(md5('aabg7XSs') === md5('aabC9RqS')); var_dump(sha1('aaroZmOk') === sha1('aaK1STfY')); var_dump(sha1('aaO8zKZF') === sha1('aa3OFF9m')); var_dump('0010e2' === '1e3'); var_dump('0x1234Ab' === '1193131'); var_dump('0xABCdef' === ' 0xABCdef');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/DUrJt
function name:  (null)
number of ops:  75
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'md5'
          1        SEND_VAL                                                 'QNKCDZO'
          2        DO_ICALL                                         $0      
          3        CAST                                          4  ~1      $0
          4        ECHO                                                     ~1
    6     5        INIT_FCALL                                               'md5'
          6        SEND_VAL                                                 'QNKCDZO'
          7        DO_ICALL                                         $2      
          8        CONCAT                                           ~3      $2, '%0A'
          9        ECHO                                                     ~3
    7    10        INIT_FCALL                                               'md5'
         11        SEND_VAL                                                 '240610708'
         12        DO_ICALL                                         $4      
         13        CONCAT                                           ~5      $4, '%0A'
         14        ECHO                                                     ~5
    9    15        INIT_FCALL                                               'var_dump'
         16        INIT_FCALL                                               'md5'
         17        SEND_VAL                                                 'QNKCDZO'
         18        DO_ICALL                                         $6      
         19        INIT_FCALL                                               'md5'
         20        SEND_VAL                                                 'QNKCDZO'
         21        DO_ICALL                                         $7      
         22        IS_IDENTICAL                                     ~8      $6, $7
         23        SEND_VAL                                                 ~8
         24        DO_ICALL                                                 
   11    25        INIT_FCALL                                               'var_dump'
         26        INIT_FCALL                                               'md5'
         27        SEND_VAL                                                 '240610708'
         28        DO_ICALL                                         $10     
         29        INIT_FCALL                                               'md5'
         30        SEND_VAL                                                 'QNKCDZO'
         31        DO_ICALL                                         $11     
         32        IS_IDENTICAL                                     ~12     $10, $11
         33        SEND_VAL                                                 ~12
         34        DO_ICALL                                                 
   12    35        INIT_FCALL                                               'var_dump'
         36        INIT_FCALL                                               'md5'
         37        SEND_VAL                                                 'aabg7XSs'
         38        DO_ICALL                                         $14     
         39        INIT_FCALL                                               'md5'
         40        SEND_VAL                                                 'aabC9RqS'
         41        DO_ICALL                                         $15     
         42        IS_IDENTICAL                                     ~16     $14, $15
         43        SEND_VAL                                                 ~16
         44        DO_ICALL                                                 
   13    45        INIT_FCALL                                               'var_dump'
         46        INIT_FCALL                                               'sha1'
         47        SEND_VAL                                                 'aaroZmOk'
         48        DO_ICALL                                         $18     
         49        INIT_FCALL                                               'sha1'
         50        SEND_VAL                                                 'aaK1STfY'
         51        DO_ICALL                                         $19     
         52        IS_IDENTICAL                                     ~20     $18, $19
         53        SEND_VAL                                                 ~20
         54        DO_ICALL                                                 
   14    55        INIT_FCALL                                               'var_dump'
         56        INIT_FCALL                                               'sha1'
         57        SEND_VAL                                                 'aaO8zKZF'
         58        DO_ICALL                                         $22     
         59        INIT_FCALL                                               'sha1'
         60        SEND_VAL                                                 'aa3OFF9m'
         61        DO_ICALL                                         $23     
         62        IS_IDENTICAL                                     ~24     $22, $23
         63        SEND_VAL                                                 ~24
         64        DO_ICALL                                                 
   15    65        INIT_FCALL                                               'var_dump'
         66        SEND_VAL                                                 <false>
         67        DO_ICALL                                                 
   16    68        INIT_FCALL                                               'var_dump'
         69        SEND_VAL                                                 <false>
         70        DO_ICALL                                                 
   17    71        INIT_FCALL                                               'var_dump'
         72        SEND_VAL                                                 <false>
         73        DO_ICALL                                                 
         74      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.3 ms | 1400 KiB | 19 Q