3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.61 ms | 1400 KiB | 19 Q