3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.12 ms | 1400 KiB | 19 Q