3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
185.08 ms | 1400 KiB | 19 Q