3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.73 ms | 1400 KiB | 19 Q