3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(hash("md5","240610708")); var_dump(hash("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/5badZ
function name:  (null)
number of ops:  64
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                                                 '240610708'
          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                                                 'QNKCDZO'
         11        DO_ICALL                                         $2      
         12        SEND_VAR                                                 $2
         13        DO_ICALL                                                 
    4    14        INIT_FCALL                                               'var_dump'
         15        INIT_FCALL                                               'md5'
         16        SEND_VAL                                                 '240610708'
         17        DO_ICALL                                         $4      
         18        INIT_FCALL                                               'md5'
         19        SEND_VAL                                                 'QNKCDZO'
         20        DO_ICALL                                         $5      
         21        IS_IDENTICAL                                     ~6      $4, $5
         22        SEND_VAL                                                 ~6
         23        DO_ICALL                                                 
    5    24        INIT_FCALL                                               'var_dump'
         25        INIT_FCALL                                               'md5'
         26        SEND_VAL                                                 'aabg7XSs'
         27        DO_ICALL                                         $8      
         28        INIT_FCALL                                               'md5'
         29        SEND_VAL                                                 'aabC9RqS'
         30        DO_ICALL                                         $9      
         31        IS_IDENTICAL                                     ~10     $8, $9
         32        SEND_VAL                                                 ~10
         33        DO_ICALL                                                 
    6    34        INIT_FCALL                                               'var_dump'
         35        INIT_FCALL                                               'sha1'
         36        SEND_VAL                                                 'aaroZmOk'
         37        DO_ICALL                                         $12     
         38        INIT_FCALL                                               'sha1'
         39        SEND_VAL                                                 'aaK1STfY'
         40        DO_ICALL                                         $13     
         41        IS_IDENTICAL                                     ~14     $12, $13
         42        SEND_VAL                                                 ~14
         43        DO_ICALL                                                 
    7    44        INIT_FCALL                                               'var_dump'
         45        INIT_FCALL                                               'sha1'
         46        SEND_VAL                                                 'aaO8zKZF'
         47        DO_ICALL                                         $16     
         48        INIT_FCALL                                               'sha1'
         49        SEND_VAL                                                 'aa3OFF9m'
         50        DO_ICALL                                         $17     
         51        IS_IDENTICAL                                     ~18     $16, $17
         52        SEND_VAL                                                 ~18
         53        DO_ICALL                                                 
    8    54        INIT_FCALL                                               'var_dump'
         55        SEND_VAL                                                 <false>
         56        DO_ICALL                                                 
    9    57        INIT_FCALL                                               'var_dump'
         58        SEND_VAL                                                 <false>
         59        DO_ICALL                                                 
   10    60        INIT_FCALL                                               'var_dump'
         61        SEND_VAL                                                 <false>
         62        DO_ICALL                                                 
         63      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.89 ms | 1400 KiB | 21 Q