It creates a VIEW with DEFINER = { user | CURRENT_USER } and with fully qualified table name because during export VIEW PHPMyADMIN executes SHOW CREATE VIEW database_name.view_name; which returns all these values as it is part of SHOW CREATE VIEW result.
Refer this.