This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Core functions used all over the scripts. | |
* This script is distinct from libraries/common.inc.php because this | |
* script is called from /test. | |
*/ | |
declare(strict_types=1); | |
namespace PhpMyAdmin; |