3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(md5('aabg7XSs')); var_dump(md5('aabC9RqS')); if(md5('aabg7XSs') == md5('aabC9RqS')) { echo 'identique'; } else { echo 'different'; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 20, Position 2 = 22
Branch analysis from position: 20
1 jumps found. (Code = 42) Position 1 = 23
Branch analysis from position: 23
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 22
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/SEWQt
function name:  (null)
number of ops:  24
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                                                 'aabC9RqS'
          9        DO_ICALL                                         $2      
         10        SEND_VAR                                                 $2
         11        DO_ICALL                                                 
    6    12        INIT_FCALL                                               'md5'
         13        SEND_VAL                                                 'aabg7XSs'
         14        DO_ICALL                                         $4      
         15        INIT_FCALL                                               'md5'
         16        SEND_VAL                                                 'aabC9RqS'
         17        DO_ICALL                                         $5      
         18        IS_EQUAL                                                 $4, $5
         19      > JMPZ                                                     ~6, ->22
    7    20    >   ECHO                                                     'identique'
         21      > JMP                                                      ->23
   10    22    >   ECHO                                                     'different'
   11    23    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.8 ms | 1395 KiB | 17 Q