3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.74 ms | 1392 KiB | 19 Q