From 90dcd9716e872788004f95abbceb42d236f62bff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 24 Nov 2008 11:06:37 +0000 Subject: [PATCH] Ignore this define. --- test/PMA_STR_sub_test.php | 6 ++++++ 1 file changed, 6 insertions(+) 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); }