3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(md5('aabg7XSs')); var_dump(md5('aabg7XSs') == md5('aabC9RqS')); // TRUE var_dump(md5('aabg7XSs') === md5('aabC9RqS')); // FALSE var_dump(sha1('aaO8zKZF') == sha1('aa3OFF9m')); // TRUE var_dump(sha1('aaO8zKZF') === sha1('aa3OFF9m')); // FALSE
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/KlCkX
function name:  (null)
number of ops:  47
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'md5'
          2        SEND_VAL                                                 'aabg7XSs'
          3        DO_ICALL                                         $0      
          4        SEND_VAR                                                 $0
          5        DO_ICALL                                                 
    4     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                                                 
    5    16        INIT_FCALL                                               'var_dump'
         17        INIT_FCALL                                               'md5'
         18        SEND_VAL                                                 'aabg7XSs'
         19        DO_ICALL                                         $6      
         20        INIT_FCALL                                               'md5'
         21        SEND_VAL                                                 'aabC9RqS'
         22        DO_ICALL                                         $7      
         23        IS_IDENTICAL                                     ~8      $6, $7
         24        SEND_VAL                                                 ~8
         25        DO_ICALL                                                 
    7    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                                                 
    8    36        INIT_FCALL                                               'var_dump'
         37        INIT_FCALL                                               'sha1'
         38        SEND_VAL                                                 'aaO8zKZF'
         39        DO_ICALL                                         $14     
         40        INIT_FCALL                                               'sha1'
         41        SEND_VAL                                                 'aa3OFF9m'
         42        DO_ICALL                                         $15     
         43        IS_IDENTICAL                                     ~16     $14, $15
         44        SEND_VAL                                                 ~16
         45        DO_ICALL                                                 
         46      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.9 ms | 1400 KiB | 19 Q