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 0e334fe commit c8003b4Copy full SHA for c8003b4
ext/mysqli/tests/mysqli_query_unicode.phpt
@@ -4,10 +4,7 @@ mysqli_query() - unicode (cyrillic)
4
mysqli
5
--SKIPIF--
6
<?php
7
-require_once __DIR__ . '/test_setup/test_helpers.inc';
8
-$link = mysqli_connect_or_skip();
9
-if (!$res = mysqli_query($link, "SHOW CHARACTER SET LIKE 'utf8'"))
10
- die("skip UTF8 chatset seems not available");
+require_once 'skipifconnectfailure.inc';
11
?>
12
--FILE--
13
0 commit comments