We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8bbb91 commit a8845aaCopy full SHA for a8845aa
tests/Text_LanguageDetectTest.php
@@ -86,7 +86,7 @@ function test_checkTrigramNoArray()
86
*/
87
function test_checkTrigramNoArrayMagicQuotes()
88
{
89
- if (version_compare(PHP_VERSION, '5.4.0') >= 0) {
+ if (version_compare(PHP_VERSION, '5.4.0-dev') >= 0) {
90
$this->markTestSkipped('5.4.0 has no magic quotes anymore');
91
}
92
ini_set('magic_quotes_runtime', 1);
0 commit comments