Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[0.12.93] Child process timed out after 60.0 seconds. #5341

Closed
williamdes opened this issue Jul 20, 2021 · 14 comments
Closed

[0.12.93] Child process timed out after 60.0 seconds. #5341

williamdes opened this issue Jul 20, 2021 · 14 comments

Comments

@williamdes
Copy link

Bug report

 -- ------------------------------------------------------------------------------------------------------------------------ 
     Error                                                                                                                   
 -- ------------------------------------------------------------------------------------------------------------------------ 
     Reached internal errors count limit of 50, exiting...                                                                   
     Internal error: Child process timed out after 60.0 seconds. Try making it longer with parallel.processTimeout setting.  
 -- ------------------------------------------------------------------------------------------------------------------------ 

Expected output

No error

Did PHPStan help you today? Did it make you happy in any way?

Of course ! I love reading the changelogs looking for new bugs that will be found in my code bases 😌

@mergeable
Copy link

mergeable bot commented Jul 20, 2021

This bug report is missing a link to reproduction on phpstan.org.

It will most likely be closed after manual review.

@williamdes
Copy link
Author

williamdes commented Jul 20, 2021

I ran composer run phpstan multiple times and nothing changed
Then I ran composer run phpstan -- --debug --verbose and the error vanished

Now I can run composer run phpstan without the error.

Maybe a cache clear issue

@williamdes
Copy link
Author

It does not disappear on master branch

williamdes@williamdes:/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO$ composer run phpstan
> phpstan analyse
Note: Using configuration file /mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/phpstan.neon.dist.
 774/774 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%

 ------ -------------------------------------------------------------------- 
  Line   libraries/classes/Controllers/Table/OperationsController.php        
 ------ -------------------------------------------------------------------- 
  461    Comparison operation ">" between int<1, max> and 0 is always true.  
 ------ -------------------------------------------------------------------- 

 -- ------------------------------------------------------------------------------------------------------------------------ 
     Error                                                                                                                   
 -- ------------------------------------------------------------------------------------------------------------------------ 
     Reached internal errors count limit of 50, exiting...                                                                   
     Internal error: Child process timed out after 60.0 seconds. Try making it longer with parallel.processTimeout setting.  
 -- ------------------------------------------------------------------------------------------------------------------------ 

                                                                                                                        
 [ERROR] Found 3 errors                                                                                                 
                                                                                                                        

Script phpstan analyse handling the phpstan event returned with error code 1
williamdes@williamdes:/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO$ composer run phpstan
> phpstan analyse
Note: Using configuration file /mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/phpstan.neon.dist.
 774/774 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%

 ------ -------------------------------------------------------------------- 
  Line   libraries/classes/Controllers/Table/OperationsController.php        
 ------ -------------------------------------------------------------------- 
  461    Comparison operation ">" between int<1, max> and 0 is always true.  
 ------ -------------------------------------------------------------------- 

 -- ------------------------------------------------------------------------------------------------------------------------ 
     Error                                                                                                                   
 -- ------------------------------------------------------------------------------------------------------------------------ 
     Reached internal errors count limit of 50, exiting...                                                                   
     Internal error: Child process timed out after 60.0 seconds. Try making it longer with parallel.processTimeout setting.  
 -- ------------------------------------------------------------------------------------------------------------------------ 

                                                                                                                        
 [ERROR] Found 3 errors                                                                                                 
                                                                                                                        

Script phpstan analyse handling the phpstan event returned with error code 1
williamdes@williamdes:/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO$ rm -rf /tmp/phpstan/
williamdes@williamdes:/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO$ composer run phpstan
> phpstan analyse
Note: Using configuration file /mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/phpstan.neon.dist.
 774/774 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%

 ------ -------------------------------------------------------------------- 
  Line   libraries/classes/Controllers/Table/OperationsController.php        
 ------ -------------------------------------------------------------------- 
  461    Comparison operation ">" between int<1, max> and 0 is always true.  
 ------ -------------------------------------------------------------------- 

 -- ------------------------------------------------------------------------------------------------------------------------ 
     Error                                                                                                                   
 -- ------------------------------------------------------------------------------------------------------------------------ 
     Reached internal errors count limit of 50, exiting...                                                                   
     Internal error: Child process timed out after 60.0 seconds. Try making it longer with parallel.processTimeout setting.  
 -- ------------------------------------------------------------------------------------------------------------------------ 

                                                                                                                        
 [ERROR] Found 3 errors                                                                                                 
                                                                                                                        

Script phpstan analyse handling the phpstan event returned with error code 1
williamdes@williamdes:/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO$ composer run phpstan

@williamdes williamdes reopened this Jul 20, 2021
@ondrejmirtes
Copy link
Member

Hi, thank you for letting me know about this problem. If you run with --debug, is there any file that takes longer than 60 seconds?

How long does it take until you see the Internal error message and the run ends without --debug?

@williamdes
Copy link
Author

williamdes commented Jul 20, 2021

Hi, thank you for letting me know about this problem. If you run with --debug, is there any file that takes longer than 60 seconds?

How long does it take until you see the Internal error message and the run ends without --debug?

Hi 👋🏻

is there any file that takes longer than 60 seconds?

No, phpstan never hangs on a file

it works without a problem using --debug and after it works perfectly, like last time. Seems like when the cache is warmed up the issue does not exist anymore

logs

williamdes@williamdes:/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO$ composer run phpstan -- --verbose --debug
> phpstan: phpstan analyse '--verbose' '--debug'
Note: Using configuration file /mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/phpstan.neon.dist.
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/show_config_errors.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/index.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/setup/validate.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/setup/config.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/setup/index.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/setup/lib/common.inc.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/config.inc.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/config.sample.inc.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/url.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/services_loader.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/config.values.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/vendor_config.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/advisory_rules_mysql_before80003.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/services.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/TwoFactor.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Server/Select.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Server/UserGroups.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Server/SysInfo/WindowsNt.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Server/SysInfo/SunOs.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Server/SysInfo/Linux.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Server/SysInfo/Base.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Server/SysInfo/SysInfo.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Server/Plugins.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Server/Status/Data.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Server/Status/Monitor.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Server/Plugin.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Server/Privileges.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Bookmark.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Git.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Table.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Sql.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/SqlQueryForm.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/UserPassword.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Core.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Relation.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/TablePartitionDefinition.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/InternalRelations.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Operations.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Replication.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Query/Cache.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Query/Compatibility.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Query/Utilities.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Query/Generator.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/ParseAnalyze.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Import/Ajax.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Providers/ServerVariables/ServerVariablesProviderInterface.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Providers/ServerVariables/MariaDbMySqlKbsProvider.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Providers/ServerVariables/VoidProvider.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Providers/ServerVariables/ServerVariablesProvider.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Message.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/RelationCleanup.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Partition.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/LanguageManager.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Cache.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Common.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/ListDatabase.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/CreateAddField.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/ReplicationGui.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/BrowseForeigners.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Advisor.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/SavedSearches.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Template.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Gis/GisMultiLineString.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Gis/GisGeometry.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Gis/GisPolygon.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Gis/GisFactory.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Gis/GisMultiPolygon.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Gis/GisMultiPoint.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Gis/GisGeometryCollection.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Gis/GisVisualization.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Gis/GisLineString.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Gis/GisPoint.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Html/MySQLDocumentation.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Html/Generator.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Tracking.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Index.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/StorageEngine.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Console.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Display/Results.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Theme.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/DatabaseInterface.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Linter.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Normalization.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Tracker.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/FlashMessages.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Session.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Charsets/Collation.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Charsets/Charset.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Language.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/OpenDocument.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Command/CacheWarmupCommand.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Command/SetVersionCommand.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Command/WriteGitRevisionCommand.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Command/TwigLintCommand.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Command/FixPoTwigCommand.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Utils/HttpRequest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Utils/ForeignKey.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Utils/Gis.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Utils/SessionCache.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Utils/FormatConverter.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/OutputBuffering.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Scripts.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/InsertEdit.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Util.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Server/DatabasesController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Server/VariablesController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Server/PluginsController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Server/Status/AbstractController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Server/Status/StatusController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Server/Status/ProcessesController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Server/Status/VariablesController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Server/Status/QueriesController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Server/Status/AdvisorController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Server/Status/MonitorController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Server/CollationsController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Server/PrivilegesController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Server/BinlogController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Server/SqlController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Server/ExportController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Server/ImportController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Server/UserGroupsController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Server/EnginesController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Server/ReplicationController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/BrowseForeignersController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/JavaScriptMessagesController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/LintController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/TableController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/NavigationController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Preferences/MainPanelController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Preferences/NavigationController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Preferences/FeaturesController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Preferences/SqlController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Preferences/ExportController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Preferences/ImportController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Preferences/ManageController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Preferences/TwoFactorController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/HomeController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/ColumnController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/PhpInfoController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/DatabaseController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/AbstractController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/ChangeLogController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/LogoutController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/LicenseController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/VersionCheckController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/NormalizationController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/CheckRelationsController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/ErrorReportController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/TransformationWrapperController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Table/PartitionController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Table/ZoomSearchController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Table/RecentFavoriteController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Table/CreateController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Table/TrackingController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Table/GisVisualizationController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Table/OperationsController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Table/AbstractController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Table/IndexesController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Table/DropColumnController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Table/SearchController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Table/AddFieldController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Table/ChangeController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Table/PrivilegesController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Table/ReplaceController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Table/SqlController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Table/ExportController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Table/ImportController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Table/TriggersController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Table/MaintenanceController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Table/ChartController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Table/DropColumnConfirmationController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Table/DeleteController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Table/StructureController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Table/GetFieldController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Table/RelationController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Table/FindReplaceController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Setup/HomeController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Setup/AbstractController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Setup/ServersController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Setup/FormController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Setup/ConfigController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/ExportTemplateController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/UserPasswordController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/ThemesController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/TransformationOverviewController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/ImportStatusController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/ViewOperationsController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/SqlController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/ExportController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/ImportController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Database/SqlFormatController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Database/QueryByExampleController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Database/MultiTableQueryController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Database/TrackingController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Database/EventsController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Database/DesignerController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Database/CentralColumnsController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Database/OperationsController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Database/AbstractController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Database/RoutinesController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Database/DataDictionaryController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Database/SearchController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Database/PrivilegesController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Database/SqlAutoCompleteController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Database/SqlController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Database/ExportController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Database/ImportController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Database/TriggersController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/Database/StructureController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/GisDataEditorController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/SchemaExportController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/ConfigController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Controllers/ViewCreateController.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/ListAbstract.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Sanitize.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/RecentFavoriteTable.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/SubPartition.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Navigation/NavigationTree.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Navigation/Nodes/NodeDatabase.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Navigation/Nodes/NodeDatabaseChild.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Navigation/Nodes/Node.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Navigation/Nodes/NodeDatabaseContainer.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Navigation/Nodes/NodeEvent.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Navigation/Nodes/NodeTable.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Navigation/Nodes/NodeViewContainer.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Navigation/Nodes/NodeProcedureContainer.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Navigation/Nodes/NodeTableContainer.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Navigation/Nodes/NodeIndexContainer.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Navigation/Nodes/NodeEventContainer.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Navigation/Nodes/NodeFunctionContainer.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Navigation/Nodes/NodeTriggerContainer.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Navigation/Nodes/NodeTrigger.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Navigation/Nodes/NodeColumn.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Navigation/Nodes/NodeFunction.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Navigation/Nodes/NodeProcedure.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Navigation/Nodes/NodeColumnContainer.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Navigation/Nodes/NodeView.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Navigation/Nodes/NodeIndex.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Navigation/Nodes/NodeDatabaseChildContainer.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Navigation/NodeFactory.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Navigation/Navigation.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/ResponseRenderer.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Version.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/IpAllowDeny.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/ErrorReport.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Table/Partition.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Table/Maintenance.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Table/Search.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Table/ColumnsDefinition.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Setup/ConfigGenerator.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Setup/Index.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Setup/FormProcessing.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Charsets.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Engines/Pbxt.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Engines/Myisam.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Engines/Binlog.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Engines/Merge.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Engines/Bdb.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Engines/PerformanceSchema.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Engines/Innobase.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Engines/Innodb.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Engines/MrgMyisam.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Engines/Berkeleydb.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Engines/Memory.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Engines/Ndbcluster.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Mime.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Encoding.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/UserPreferences.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Logging.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Routing.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Twig/SanitizeExtension.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Twig/TransformationsExtension.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Twig/RelationExtension.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Twig/UrlExtension.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Twig/UtilExtension.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Twig/MessageExtension.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Twig/I18nExtension.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Twig/TableExtension.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Twig/PluginsExtension.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Twig/TrackerExtension.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Twig/FlashMessagesExtension.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Twig/AssetExtension.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Twig/CoreExtension.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/SystemDatabase.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/ThemeManager.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Error.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Export.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/FileListing.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Transformations.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Http/ServerRequest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Http/Factory/ServerRequestFactory.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/ErrorHandler.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/AuthenticationPlugin.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Import/ImportOds.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Import/Upload/UploadNoplugin.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Import/Upload/UploadProgress.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Import/Upload/UploadSession.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Import/ShapeFileImport.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Import/ImportSql.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Import/ImportLdi.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Import/AbstractImportCsv.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Import/ImportXml.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Import/ImportMediawiki.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Import/ImportCsv.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Import/ImportShp.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/IOTransformationsPlugin.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Auth/AuthenticationConfig.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Auth/AuthenticationCookie.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Auth/AuthenticationHttp.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Auth/AuthenticationSignon.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Schema/Dia/DiaRelationSchema.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Schema/Dia/TableStatsDia.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Schema/Dia/RelationStatsDia.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Schema/Dia/Dia.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Schema/SchemaSvg.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Schema/RelationStats.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Schema/SchemaDia.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Schema/Svg/RelationStatsSvg.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Schema/Svg/TableStatsSvg.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Schema/Svg/Svg.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Schema/Pdf/RelationStatsPdf.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Schema/Pdf/Pdf.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Schema/SchemaEps.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Schema/Eps/Eps.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Schema/Eps/TableStatsEps.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Schema/Eps/RelationStatsEps.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Schema/SchemaPdf.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Schema/TableStats.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Schema/ExportRelationSchema.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/TransformationsInterface.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptobinary.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Input/Text_Plain_JsonEditor.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Input/Text_Plain_FileUpload.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Input/Text_Plain_XmlEditor.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptolong.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Input/Text_Plain_RegexValidation.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Input/Image_JPEG_Upload.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Input/Text_Plain_SqlEditor.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Text_Plain_Link.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Text_Plain_PreApPend.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Output/Text_Octetstream_Sql.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Output/Application_Octetstream_Download.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Output/Image_JPEG_Inline.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Output/Application_Octetstream_Hex.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Output/Text_Plain_Imagelink.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Output/Text_Plain_Dateformat.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Output/Text_Plain_External.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Output/Text_Plain_Json.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Output/Text_Plain_Binarytoip.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Output/Text_Plain_Bool2Text.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Output/Image_PNG_Inline.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Output/Image_JPEG_Link.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Output/Text_Plain_Sql.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Output/Text_Plain_Formatted.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Output/Text_Plain_Xml.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Abs/InlineTransformationsPlugin.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Abs/SQLTransformationsPlugin.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Abs/TextLinkTransformationsPlugin.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Abs/LongToIPv4TransformationsPlugin.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Abs/FormattedTransformationsPlugin.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Abs/TextFileUploadTransformationsPlugin.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Abs/HexTransformationsPlugin.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Abs/Bool2TextTransformationsPlugin.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Abs/TextImageLinkTransformationsPlugin.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Abs/PreApPendTransformationsPlugin.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Abs/CodeMirrorEditorTransformationPlugin.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Abs/ImageLinkTransformationsPlugin.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Abs/SubstringTransformationsPlugin.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Text_Plain_Longtoipv4.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Transformations/Text_Plain_Substring.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/SchemaPlugin.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/UploadInterface.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/TransformationsPlugin.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Plugin.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/ImportPlugin.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/TwoFactor/Invalid.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/TwoFactor/Application.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/TwoFactor/Key.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/TwoFactor/Simple.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/TwoFactorPlugin.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/ExportPlugin.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Export/ExportOds.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Export/ExportMediawiki.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Export/ExportYaml.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Export/ExportJson.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Export/ExportTexytext.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Export/ExportSql.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Export/ExportCsv.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Export/ExportLatex.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Export/Helpers/TableProperty.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Export/Helpers/Pdf.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Export/ExportPdf.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Export/ExportPhparray.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Export/ExportXml.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Export/ExportHtmlword.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Export/ExportCodegen.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Export/ExportExcel.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Plugins/Export/ExportOdt.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Types.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Url.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/ReplicationInfo.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Profiling.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/FieldMetadata.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Font.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Menu.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/ZipExtension.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/CheckUserPrivileges.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Dbal/DbiMysqli.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Dbal/DbalInterface.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Dbal/DatabaseName.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Dbal/DbiExtension.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Properties/Options/Groups/OptionsPropertySubgroup.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Properties/Options/Groups/OptionsPropertyMainGroup.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Properties/Options/Groups/OptionsPropertyRootGroup.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Properties/Options/OptionsPropertyGroup.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Properties/Options/OptionsPropertyItem.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Properties/Options/OptionsPropertyOneItem.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Properties/Options/Items/NumberPropertyItem.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Properties/Options/Items/RadioPropertyItem.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Properties/Options/Items/DocPropertyItem.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Properties/Options/Items/MessageOnlyPropertyItem.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Properties/Options/Items/SelectPropertyItem.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Properties/Options/Items/HiddenPropertyItem.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Properties/Options/Items/BoolPropertyItem.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Properties/Options/Items/TextPropertyItem.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Properties/Plugins/PluginPropertyItem.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Properties/Plugins/SchemaPluginProperties.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Properties/Plugins/ImportPluginProperties.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Properties/Plugins/ExportPluginProperties.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Properties/PropertyItem.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Database/Designer/DesignerTable.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Database/Designer/Common.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Database/Qbe.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Database/Events.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Database/Triggers.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Database/DatabaseList.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Database/Search.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Database/Routines.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Database/Designer.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Database/CentralColumns.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Database/MultiTableQuery.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Header.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/VersionInformation.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Footer.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Import.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/File.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/Descriptions.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/ConfigFile.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/Form.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/SpecialSchemaLinks.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/Forms/User/ExportForm.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/Forms/User/NaviForm.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/Forms/User/ImportForm.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/Forms/User/SqlForm.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/Forms/User/MainForm.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/Forms/User/UserFormList.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/Forms/User/FeaturesForm.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/Forms/BaseFormList.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/Forms/Page/DbStructureForm.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/Forms/Page/ExportForm.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/Forms/Page/PageFormList.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/Forms/Page/NaviForm.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/Forms/Page/ImportForm.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/Forms/Page/SqlForm.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/Forms/Page/EditForm.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/Forms/Page/BrowseForm.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/Forms/Page/TableStructureForm.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/Forms/BaseForm.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/Forms/Setup/ExportForm.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/Forms/Setup/SetupFormList.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/Forms/Setup/ConfigForm.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/Forms/Setup/NaviForm.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/Forms/Setup/ImportForm.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/Forms/Setup/SqlForm.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/Forms/Setup/MainForm.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/Forms/Setup/ServersForm.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/Forms/Setup/FeaturesForm.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/ServerConfigChecks.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/FormDisplayTemplate.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/FormDisplay.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/PageSettings.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Config/Validator.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/DbTableExists.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Export/Template.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Export/TemplateModel.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Export/Options.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Exceptions/ExportException.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/IndexColumn.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Pdf.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/routes.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/services_controllers.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/advisory_rules_generic.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/config.default.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/examples/config.manyhosts.inc.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/examples/signon-script.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/examples/signon.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/phpstan-constants.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/test_data/config.inc.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/config.e2e.inc.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/CoreTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Server/PluginsTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Server/PluginTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Server/SysInfo/SysInfoTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Server/UserGroupsTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Server/PrivilegesTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Server/SelectTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/PluginsTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/UserPreferencesTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/ExportTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/RelationTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/ThemeTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/InsertEditTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Query/GeneratorTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Import/AjaxTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/ErrorTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/IndexTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/NormalizationTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/FileListingTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/CharsetsTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/ListDatabaseTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/TransformationsTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/TrackingTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/CacheTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/LoggingTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Gis/GisPointTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Gis/GisPolygonTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Gis/GisMultiPolygonTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Gis/GisFactoryTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Gis/GisVisualizationTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Gis/GisGeometryTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Gis/GisGeomTestCase.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Gis/GisLineStringTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Gis/GisGeometryCollectionTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Gis/GisMultiLineStringTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Gis/GisMultiPointTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/FooterTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/ErrorReportTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Html/SecurityTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Html/MySQLDocumentationTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Html/GeneratorTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/UrlTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/FontTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/BookmarkTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Display/ResultsTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/SanitizeTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/CreateAddFieldTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/TwoFactorTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/AdvisorTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/EnvironmentTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/GitTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/SqlTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/SystemDatabaseTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/FileTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Stubs/DbiDummy.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Stubs/ResponseRenderer.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/ScriptsTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/LinterTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Charsets/CharsetTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Charsets/CollationTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/FieldMetadataTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Command/WriteGitRevisionCommandTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Command/TwigLintCommandTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Command/SetVersionCommandTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Utils/SessionCacheTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Utils/HttpRequestTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Utils/GisTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Utils/FormatConverterTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Utils/ForeignKeyTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/OperationsTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/ResponseTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/PdfTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/IndexColumnTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/SubPartitionTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Controllers/Server/PluginsControllerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Controllers/Server/EnginesControllerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Controllers/Server/DatabasesControllerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Controllers/Server/VariablesControllerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Controllers/Server/BinlogControllerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Controllers/Server/Status/VariablesControllerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Controllers/Server/Status/StatusControllerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Controllers/Server/Status/ProcessesControllerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Controllers/Server/Status/MonitorControllerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Controllers/Server/Status/QueriesControllerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Controllers/Server/Status/AdvisorControllerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Controllers/Server/CollationsControllerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Controllers/TransformationOverviewControllerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Controllers/ExportTemplateControllerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Controllers/Table/FindReplaceControllerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Controllers/Table/RelationControllerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Controllers/Table/PrivilegesControllerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Controllers/Table/StructureControllerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Controllers/Table/ReplaceControllerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Controllers/Table/IndexesControllerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Controllers/Table/SearchControllerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Controllers/JavaScriptMessagesControllerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Controllers/NormalizationControllerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Controllers/NavigationControllerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Controllers/SqlControllerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Controllers/Database/PrivilegesControllerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Controllers/Database/StructureControllerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Controllers/Database/MultiTableQueryControllerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/ErrorHandlerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/ImportTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/MimeTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/TypesTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Navigation/NavigationTreeTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Navigation/Nodes/NodeProcedureTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Navigation/Nodes/NodeTableTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Navigation/Nodes/NodeColumnTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Navigation/Nodes/NodeIndexContainerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Navigation/Nodes/NodeFunctionTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Navigation/Nodes/NodeTriggerContainerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Navigation/Nodes/NodeViewTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Navigation/Nodes/NodeIndexTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Navigation/Nodes/NodeViewContainerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Navigation/Nodes/NodeProcedureContainerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Navigation/Nodes/NodeColumnContainerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Navigation/Nodes/NodeDatabaseTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Navigation/Nodes/NodeEventContainerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Navigation/Nodes/NodeTableContainerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Navigation/Nodes/NodeFunctionContainerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Navigation/Nodes/NodeDatabaseChildTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Navigation/Nodes/NodeTriggerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Navigation/Nodes/NodeEventTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Navigation/Nodes/NodeTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Navigation/NavigationTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Navigation/NodeFactoryTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/StorageEngineTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/ConfigTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Table/SearchTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Setup/IndexTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Setup/ConfigGeneratorTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Setup/FormProcessingTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Engines/PbxtTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Engines/PerformanceSchemaTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Engines/BdbTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Engines/MrgMyisamTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Engines/NdbclusterTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Engines/BinlogTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Engines/MemoryTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Engines/InnodbTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Engines/MyisamTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/TablePartitionDefinitionTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/TableTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/EncodingTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/ReplicationGuiTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/RoutingTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/UserPasswordTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/CommonTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/TrackerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/PartitionTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/TemplateTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/ZipExtensionTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/ThemeManagerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/HeaderTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Import/ImportShpTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Import/ImportOdsTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Import/ImportMediawikiTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Import/ImportXmlTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Import/ImportSqlTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Import/ImportCsvTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Import/ImportLdiTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Auth/AuthenticationConfigTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Auth/AuthenticationSignonTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Auth/AuthenticationCookieTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Auth/AuthenticationHttpTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Schema/PdfRelationSchemaTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Schema/DiaRelationSchemaTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Schema/SvgRelationSchemaTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Schema/EpsRelationSchemaTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Schema/ExportRelationSchemaTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Transformations/TransformationPluginsTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Export/ExportOdtTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Export/ExportLatexTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Export/ExportTexytextTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Export/ExportPhparrayTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Export/ExportYamlTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Export/ExportOdsTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Export/ExportJsonTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Export/ExportXmlTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Export/ExportMediawikiTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Export/ExportHtmlwordTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Export/Helpers/TablePropertyTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Export/ExportCodegenTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Export/ExportPdfTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Export/ExportCsvTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Export/ExportExcelTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Plugins/Export/ExportSqlTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/FlashMessagesTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/MenuTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/InternalRelationsTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Dbal/DatabaseNameTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Dbal/DbiDummyTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Dbal/DbiMysqliTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Properties/Options/Groups/OptionsPropertyMainGroupTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Properties/Options/Groups/OptionsPropertySubgroupTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Properties/Options/Groups/OptionsPropertyRootGroupTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Properties/Options/OptionsPropertyGroupTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Properties/Options/OptionsPropertyItemTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Properties/Options/OptionsPropertyOneItemTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Properties/Options/Items/PropertyItemsTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Properties/PropertyItemTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Properties/Plugins/ExportPluginPropertiesTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Properties/Plugins/ImportPluginPropertiesTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Properties/Plugins/PluginPropertyItemTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/UtilTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/IpAllowDenyTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/ConsoleTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/AbstractNetworkTestCase.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/VersionTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Database/Designer/CommonTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Database/QbeTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Database/EventsTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Database/RoutinesTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Database/CentralColumnsTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Database/TriggersTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Database/DesignerTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Database/SearchTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/MessageTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/LanguageTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/CheckUserPrivilegesTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/BrowseForeignersTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/VersionInformationTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Config/ServerConfigChecksTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Config/Forms/FormListTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Config/FormDisplayTemplateTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Config/DescriptionTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Config/FormTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Config/FormDisplayTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Config/ConfigFileTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Config/PageSettingsTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/RelationCleanupTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/DatabaseInterfaceTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/SqlQueryFormTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/Export/OptionsTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/AbstractTestCase.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/classes/ProfilingTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/selenium/ExportTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/selenium/XssTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/selenium/NormalizationTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/selenium/TrackingTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/selenium/LoginTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/selenium/CreateDropDatabaseTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/selenium/ImportTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/selenium/ServerSettingsTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/selenium/Table/InsertTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/selenium/Table/CreateTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/selenium/Table/StructureTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/selenium/Table/OperationsTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/selenium/Table/BrowseTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/selenium/CreateRemoveUserTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/selenium/TestBase.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/selenium/Database/ProceduresTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/selenium/Database/EventsTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/selenium/Database/StructureTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/selenium/Database/OperationsTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/selenium/Database/TriggersTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/selenium/Database/QueryByExampleTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/selenium/SqlQueryTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/selenium/ChangePasswordTest.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/bootstrap-static.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/test/bootstrap-dist.php
/mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/js/messages.php
 ------ -------------------------------------------------------------------- 
  Line   libraries/classes/Controllers/Table/OperationsController.php        
 ------ -------------------------------------------------------------------- 
  461    Comparison operation ">" between int<1, max> and 0 is always true.  
 ------ -------------------------------------------------------------------- 

 ------ ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 
  Line   libraries/classes/Database/Designer/Common.php                                                                                                                                                       
 ------ ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 
         Ignored error pattern #^Offset 'DCN' does not exist on array\('C_NAME' \=\> array<int, string\>, \?'DCN' \=\> array<int, string\>&nonEmpty, \?'DTN' \=\> array<int, string\>&nonEmpty, \?'SCN' \=\>  
         array<int, string\>&nonEmpty, \?'STN' \=\> array<int, string\>&nonEmpty\)\.$# in path /mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Database/Designer/Common.php was not matched in   
         reported errors.                                                                                                                                                                                     
         Ignored error pattern #^Offset 'DTN' does not exist on array\('C_NAME' \=\> array<int, string\>, \?'DCN' \=\> array<int, string\>&nonEmpty, \?'DTN' \=\> array<int, string\>&nonEmpty, \?'SCN' \=\>  
         array<int, string\>&nonEmpty, \?'STN' \=\> array<int, string\>&nonEmpty\)\.$# in path /mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Database/Designer/Common.php was not matched in   
         reported errors.                                                                                                                                                                                     
         Ignored error pattern #^Offset 'SCN' does not exist on array\('C_NAME' \=\> array<int, string\>, \?'DCN' \=\> array<int, string\>&nonEmpty, \?'DTN' \=\> array<int, string\>&nonEmpty, \?'SCN' \=\>  
         array<int, string\>&nonEmpty, \?'STN' \=\> array<int, string\>&nonEmpty\)\.$# in path /mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Database/Designer/Common.php was not matched in   
         reported errors.                                                                                                                                                                                     
         Ignored error pattern #^Offset 'STN' does not exist on array\('C_NAME' \=\> array<int, string\>, \?'DCN' \=\> array<int, string\>&nonEmpty, \?'DTN' \=\> array<int, string\>&nonEmpty, \?'SCN' \=\>  
         array<int, string\>&nonEmpty, \?'STN' \=\> array<int, string\>&nonEmpty\)\.$# in path /mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/Database/Designer/Common.php was not matched in   
         reported errors.                                                                                                                                                                                     
  185    Offset 'DTN' does not exist on array('C_NAME' => array<int, string>, ?'DCN' => array<int, string>&nonEmpty, ?'DTN' => array<int, non-empty-string>&nonEmpty, ?'SCN' => array<int, string>&nonEmpty,  
         ?'STN' => array<int, non-empty-string>&nonEmpty).                                                                                                                                                    
  188    Offset 'STN' does not exist on array('C_NAME' => array<int, string>, ?'DCN' => array<int, string>&nonEmpty, ?'DTN' => array<int, non-empty-string>&nonEmpty, ?'SCN' => array<int, string>&nonEmpty,  
         ?'STN' => array<int, non-empty-string>&nonEmpty).                                                                                                                                                    
  190    Offset 'DCN' does not exist on array('C_NAME' => array<int, string>, ?'DCN' => array<int, string>&nonEmpty, ?'DTN' => array<int, non-empty-string>&nonEmpty, ?'SCN' => array<int, string>&nonEmpty,  
         ?'STN' => array<int, non-empty-string>&nonEmpty).                                                                                                                                                    
  191    Offset 'STN' does not exist on array('C_NAME' => array<int, string>, ?'DCN' => array<int, string>&nonEmpty, ?'DTN' => array<int, non-empty-string>&nonEmpty, ?'SCN' => array<int, string>&nonEmpty,  
         ?'STN' => array<int, non-empty-string>&nonEmpty).                                                                                                                                                    
  192    Offset 'SCN' does not exist on array('C_NAME' => array<int, string>, ?'DCN' => array<int, string>&nonEmpty, ?'DTN' => array<int, non-empty-string>&nonEmpty, ?'SCN' => array<int, string>&nonEmpty,  
         ?'STN' => array<int, non-empty-string>&nonEmpty).                                                                                                                                                    
 ------ ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 

 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 
  Line   libraries/classes/SavedSearches.php                                                                                                                                                                   
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 
         Ignored error pattern #^Offset string does not exist on array\|string\.$# in path /mnt/Dev/@phpmyadmin/theREALphpMyAdminREPO/libraries/classes/SavedSearches.php was not matched in reported errors.  
  206    Offset non-empty-string does not exist on array|string.                                                                                                                                               
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 

 ------ ------------------------------------------------------- 
  Line   libraries/classes/Table.php                            
 ------ ------------------------------------------------------- 
  2394   If condition is always true.                           
  2405   Unreachable statement - code above always terminates.  
 ------ ------------------------------------------------------- 

 ------ ------------------------------------------------------------------------------------------ 
  Line   test/classes/AbstractTestCase.php                                                         
 ------ ------------------------------------------------------------------------------------------ 
  142    Class PhpMyAdmin\Tests\Response not found.                                                
         💡 Learn more at https://phpstan.org/user-guide/discovering-symbols                        
  142    PHPDoc tag @var for variable $response contains unknown class PhpMyAdmin\Tests\Response.  
         💡 Learn more at https://phpstan.org/user-guide/discovering-symbols                        
  144    Call to method setAjax() on an unknown class PhpMyAdmin\Tests\Response.                   
         💡 Learn more at https://phpstan.org/user-guide/discovering-symbols                        
 ------ ------------------------------------------------------------------------------------------ 

 ------ ------------------------------------------------------------------------------------------------- 
  Line   test/classes/Controllers/NavigationControllerTest.php                                            
 ------ ------------------------------------------------------------------------------------------------- 
  22     Call to an undefined static method PhpMyAdmin\Tests\AbstractTestCase::defineVersionConstants().  
  161    Call to an undefined static method PhpMyAdmin\Tests\AbstractTestCase::defineVersionConstants().  
 ------ ------------------------------------------------------------------------------------------------- 

                                                                                                                        
 [ERROR] Found 19 errors                                                                                                
                                                                                                                        

Used memory: 930.85 MB
Script phpstan analyse handling the phpstan event returned with error code 1

@williamdes
Copy link
Author

I added:

    parallel:
        processTimeout: 70.0

and could have it working as before
Setting 65.0 fails

@staabm
Copy link
Contributor

staabm commented Jul 21, 2021

Maybe this is the same error as the one reported here?

https://github.com/phpstan/phpstan-src/runs/3115565557?check_suite_focus=true

@ondrejmirtes
Copy link
Member

FYI I'm trying to get rid of this problem by having the worker processes ping the main process more often, even during a single job, but I'm bumping into this issue with reactphp: reactphp/socket#262

@ondrejmirtes
Copy link
Member

There's probably nothing I can do about it right now. Just make the timeout sufficiently longer, thanks.

@williamdes
Copy link
Author

There's probably nothing I can do about it right now. Just make the timeout sufficiently longer, thanks.

I understand..
That feels wrong to have to add timeout after a minor version bump

@ondrejmirtes
Copy link
Member

I could make the default 600s and it would still be fine...

@williamdes
Copy link
Author

I could make the default 600s and it would still be fine...

Maybe this is a better idea until the root issue is fixed :)
I bet nobody would complain having a working analysis vs a non working one

@ondrejmirtes
Copy link
Member

Done: phpstan/phpstan-src@abb4378

@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 31, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants