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.
2 parents 5f67bac + 55b9d0a commit 412d691Copy full SHA for 412d691
ext/iconv/tests/translit-failure.phpt
@@ -4,7 +4,7 @@ Translit failure
4
iconv
5
--SKIPIF--
6
<?php
7
-( ICONV_IMPL != "libiconv" ) and die("skip ICONV_IMPL != \"libiconv\"");
+( ICONV_IMPL != "libiconv" && ICONV_IMPL != "\"libiconv\"" ) and die("skip ICONV_IMPL != \"libiconv\"");
8
?>
9
--INI--
10
error_reporting=2039
ext/iconv/tests/translit-utf8.phpt
@@ -4,7 +4,7 @@ Translit UTF-8 quotes
error_reporting=2047
0 commit comments