3v4l.org

run code in 300+ PHP versions simultaneously
<?php 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'); 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/ONDUk
function name:  (null)
number of ops:  99
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                                                 '240610708'
          3        DO_ICALL                                         $0      
          4        INIT_FCALL                                               'md5'
          5        SEND_VAL                                                 'QNKCDZO'
          6        DO_ICALL                                         $1      
          7        IS_IDENTICAL                                     ~2      $0, $1
          8        SEND_VAL                                                 ~2
          9        DO_ICALL                                                 
    3    10        INIT_FCALL                                               'var_dump'
         11        INIT_FCALL                                               'md5'
         12        SEND_VAL                                                 'aabg7XSs'
         13        DO_ICALL                                         $4      
         14        INIT_FCALL                                               'md5'
         15        SEND_VAL                                                 'aabC9RqS'
         16        DO_ICALL                                         $5      
         17        IS_IDENTICAL                                     ~6      $4, $5
         18        SEND_VAL                                                 ~6
         19        DO_ICALL                                                 
    4    20        INIT_FCALL                                               'var_dump'
         21        INIT_FCALL                                               'sha1'
         22        SEND_VAL                                                 'aaroZmOk'
         23        DO_ICALL                                         $8      
         24        INIT_FCALL                                               'sha1'
         25        SEND_VAL                                                 'aaK1STfY'
         26        DO_ICALL                                         $9      
         27        IS_IDENTICAL                                     ~10     $8, $9
         28        SEND_VAL                                                 ~10
         29        DO_ICALL                                                 
    5    30        INIT_FCALL                                               'var_dump'
         31        INIT_FCALL                                               'sha1'
         32        SEND_VAL                                                 'aaO8zKZF'
         33        DO_ICALL                                         $12     
         34        INIT_FCALL                                               'sha1'
         35        SEND_VAL                                                 'aa3OFF9m'
         36        DO_ICALL                                         $13     
         37        IS_IDENTICAL                                     ~14     $12, $13
         38        SEND_VAL                                                 ~14
         39        DO_ICALL                                                 
    6    40        INIT_FCALL                                               'var_dump'
         41        SEND_VAL                                                 <false>
         42        DO_ICALL                                                 
    7    43        INIT_FCALL                                               'var_dump'
         44        SEND_VAL                                                 <false>
         45        DO_ICALL                                                 
    8    46        INIT_FCALL                                               'var_dump'
         47        SEND_VAL                                                 <false>
         48        DO_ICALL                                                 
    9    49        INIT_FCALL                                               'var_dump'
         50        INIT_FCALL                                               'md5'
         51        SEND_VAL                                                 '240610708'
         52        DO_ICALL                                         $19     
         53        INIT_FCALL                                               'md5'
         54        SEND_VAL                                                 'QNKCDZO'
         55        DO_ICALL                                         $20     
         56        IS_EQUAL                                         ~21     $19, $20
         57        SEND_VAL                                                 ~21
         58        DO_ICALL                                                 
   10    59        INIT_FCALL                                               'var_dump'
         60        INIT_FCALL                                               'md5'
         61        SEND_VAL                                                 'aabg7XSs'
         62        DO_ICALL                                         $23     
         63        INIT_FCALL                                               'md5'
         64        SEND_VAL                                                 'aabC9RqS'
         65        DO_ICALL                                         $24     
         66        IS_EQUAL                                         ~25     $23, $24
         67        SEND_VAL                                                 ~25
         68        DO_ICALL                                                 
   11    69        INIT_FCALL                                               'var_dump'
         70        INIT_FCALL                                               'sha1'
         71        SEND_VAL                                                 'aaroZmOk'
         72        DO_ICALL                                         $27     
         73        INIT_FCALL                                               'sha1'
         74        SEND_VAL                                                 'aaK1STfY'
         75        DO_ICALL                                         $28     
         76        IS_EQUAL                                         ~29     $27, $28
         77        SEND_VAL                                                 ~29
         78        DO_ICALL                                                 
   12    79        INIT_FCALL                                               'var_dump'
         80        INIT_FCALL                                               'sha1'
         81        SEND_VAL                                                 'aaO8zKZF'
         82        DO_ICALL                                         $31     
         83        INIT_FCALL                                               'sha1'
         84        SEND_VAL                                                 'aa3OFF9m'
         85        DO_ICALL                                         $32     
         86        IS_EQUAL                                         ~33     $31, $32
         87        SEND_VAL                                                 ~33
         88        DO_ICALL                                                 
   13    89        INIT_FCALL                                               'var_dump'
         90        SEND_VAL                                                 <true>
         91        DO_ICALL                                                 
   14    92        INIT_FCALL                                               'var_dump'
         93        SEND_VAL                                                 <false>
         94        DO_ICALL                                                 
   15    95        INIT_FCALL                                               'var_dump'
         96        SEND_VAL                                                 <false>
         97        DO_ICALL                                                 
         98      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.81 ms | 1404 KiB | 19 Q