░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/usr/share/phpmyadmin/vendor/phpmyadmin/sql-parser/bin
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: lint-query
#!/usr/bin/env php <?php $files = array( __DIR__ . "/../vendor/autoload.php", __DIR__ . "/../../vendor/autoload.php", __DIR__ . "/../../../autoload.php", "vendor/autoload.php" ); $found = false; foreach ($files as $file) { if (file_exists($file)) { require_once $file; $found = true; break; } } if (!$found) { die( "You need to set up the project dependencies using the following commands:" . PHP_EOL . "curl -sS https://getcomposer.org/installer | php" . PHP_EOL . "php composer.phar install" . PHP_EOL ); } $cli = new PhpMyAdmin\SqlParser\Utils\CLI(); exit($cli->runLint());
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 highlight-query
?
666 B
2019-06-04 12:06
EDIT
📄 lint-query
?
662 B
2019-06-04 12:06
EDIT
📄 tokenize-query
?
665 B
2019-06-04 12:06
EDIT