diff --git a/test/PMA_STR_sub_test.php b/test/PMA_STR_sub_test.php index e29426e93..957f2cb12 100644 --- a/test/PMA_STR_sub_test.php +++ b/test/PMA_STR_sub_test.php @@ -22,9 +22,15 @@ if (isset($match) && ! empty($match[1])) { if (! isset($match[3])) { $match[3] = 0; } + /** + * @ignore + */ define('PMA_PHP_INT_VERSION', (int) sprintf('%d%02d%02d', $match[1], $match[2], $match[3])); } else { + /** + * @ignore + */ define('PMA_PHP_INT_VERSION', 0); }