phpmyadmin/libraries/classes/Controllers/Table/Structure
Maurício Meneghini Fauth 22c6a2f9d8
Add a wrapper around the exit language construct
Creates the PhpMyAdmin\ResponseRenderer::callExit() method as a wrapper
to the exit language construct. That makes the tests more correct as the
method will always stop the code execution.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-06-06 21:54:07 -03:00
..
AbstractIndexController.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
AddIndexController.php AbstractIndexController 2022-11-11 21:37:32 +00:00
AddKeyController.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
BrowseController.php Rename variables to use camel case format 2023-03-26 21:47:50 -03:00
CentralColumnsAddController.php Assume that selected fields/tables are always string 2023-05-25 19:54:36 +01:00
CentralColumnsRemoveController.php Assume that selected fields/tables are always string 2023-05-25 19:54:36 +01:00
ChangeController.php Use null as sentinel value in getColumn 2023-05-19 16:33:01 +01:00
FulltextController.php AbstractIndexController 2022-11-11 21:37:32 +00:00
MoveColumnsController.php Improve boolean conditions with arrays (#18417) 2023-05-12 15:16:26 -03:00
PartitioningController.php Rename variables to use camel case format 2023-03-26 21:47:50 -03:00
PrimaryController.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
ReservedWordCheckController.php Improve boolean conditions with arrays (#18417) 2023-05-12 15:16:26 -03:00
SaveController.php Add a wrapper around the exit language construct 2023-06-06 21:54:07 -03:00
SpatialController.php AbstractIndexController 2022-11-11 21:37:32 +00:00
UniqueController.php AbstractIndexController 2022-11-11 21:37:32 +00:00