3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(md5('240610709')); 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/0DPTC
function name:  (null)
number of ops:  46
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                                                 '240610709'
          3        DO_ICALL                                         $0      
          4        SEND_VAR                                                 $0
          5        DO_ICALL                                                 
    3     6        INIT_FCALL                                               'var_dump'
          7        INIT_FCALL                                               'md5'
          8        SEND_VAL                                                 'aabg7XSs'
          9        DO_ICALL                                         $2      
         10        INIT_FCALL                                               'md5'
         11        SEND_VAL                                                 'aabC9RqS'
         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                                               'sha1'
         18        SEND_VAL                                                 'aaroZmOk'
         19        DO_ICALL                                         $6      
         20        INIT_FCALL                                               'sha1'
         21        SEND_VAL                                                 'aaK1STfY'
         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                                                 'aaO8zKZF'
         29        DO_ICALL                                         $10     
         30        INIT_FCALL                                               'sha1'
         31        SEND_VAL                                                 'aa3OFF9m'
         32        DO_ICALL                                         $11     
         33        IS_EQUAL                                         ~12     $10, $11
         34        SEND_VAL                                                 ~12
         35        DO_ICALL                                                 
    6    36        INIT_FCALL                                               'var_dump'
         37        SEND_VAL                                                 <true>
         38        DO_ICALL                                                 
    7    39        INIT_FCALL                                               'var_dump'
         40        SEND_VAL                                                 <false>
         41        DO_ICALL                                                 
    8    42        INIT_FCALL                                               'var_dump'
         43        SEND_VAL                                                 <false>
         44        DO_ICALL                                                 
         45      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.22 ms | 1400 KiB | 19 Q