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');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7HFJj
function name:  (null)
number of ops:  54
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        CONCAT                                           ~1      $0, '+'
          5        INIT_FCALL                                               'md5'
          6        SEND_VAL                                                 'QNKCDZO'
          7        DO_ICALL                                         $2      
          8        CONCAT                                           ~3      ~1, $2
          9        SEND_VAL                                                 ~3
         10        DO_ICALL                                                 
    3    11        INIT_FCALL                                               'var_dump'
         12        INIT_FCALL                                               'md5'
         13        SEND_VAL                                                 'aabg7XSs'
         14        DO_ICALL                                         $5      
         15        CONCAT                                           ~6      $5, '+'
         16        INIT_FCALL                                               'md5'
         17        SEND_VAL                                                 'aabC9RqS'
         18        DO_ICALL                                         $7      
         19        CONCAT                                           ~8      ~6, $7
         20        SEND_VAL                                                 ~8
         21        DO_ICALL                                                 
    4    22        INIT_FCALL                                               'var_dump'
         23        INIT_FCALL                                               'sha1'
         24        SEND_VAL                                                 'aaroZmOk'
         25        DO_ICALL                                         $10     
         26        CONCAT                                           ~11     $10, '+'
         27        INIT_FCALL                                               'sha1'
         28        SEND_VAL                                                 'aaK1STfY'
         29        DO_ICALL                                         $12     
         30        CONCAT                                           ~13     ~11, $12
         31        SEND_VAL                                                 ~13
         32        DO_ICALL                                                 
    5    33        INIT_FCALL                                               'var_dump'
         34        INIT_FCALL                                               'sha1'
         35        SEND_VAL                                                 'aaO8zKZF'
         36        DO_ICALL                                         $15     
         37        CONCAT                                           ~16     $15, '+'
         38        INIT_FCALL                                               'sha1'
         39        SEND_VAL                                                 'aa3OFF9m'
         40        DO_ICALL                                         $17     
         41        CONCAT                                           ~18     ~16, $17
         42        SEND_VAL                                                 ~18
         43        DO_ICALL                                                 
    6    44        INIT_FCALL                                               'var_dump'
         45        SEND_VAL                                                 <true>
         46        DO_ICALL                                                 
    7    47        INIT_FCALL                                               'var_dump'
         48        SEND_VAL                                                 <false>
         49        DO_ICALL                                                 
    8    50        INIT_FCALL                                               'var_dump'
         51        SEND_VAL                                                 <false>
         52        DO_ICALL                                                 
         53      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.82 ms | 1400 KiB | 19 Q