From: Ulf Wendel Date: Mon, 6 Jul 2009 15:52:48 +0000 (+0000) Subject: Enabling test as requested by the skipif comment... it does pass when slightly modified. X-Git-Tag: php-5.4.0alpha1~191^2~3158 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2577bb946bdcb65349f48b9ee421175a1d9fb64;p=php Enabling test as requested by the skipif comment... it does pass when slightly modified. --- diff --git a/ext/mysqli/tests/mysqli_constants_categories.phpt b/ext/mysqli/tests/mysqli_constants_categories.phpt index 3fd6e51a82..e51325a213 100644 --- a/ext/mysqli/tests/mysqli_constants_categories.phpt +++ b/ext/mysqli/tests/mysqli_constants_categories.phpt @@ -4,21 +4,15 @@ Constants exported by ext/mysqli - checking category - PHP bug not mysqli bug (c --FILE-- $consts) { foreach ($consts as $name => $value) { if (stristr($name, 'mysqli')) { - if ('mysqli' !== $group) + if ('mysqli' != $group) printf("found constant '%s' in group '%s'. expecting group 'mysqli'\n", $name, $group); } }