Skip to content

Commit 548fc6a

Browse files
committed
As of 8.2 this SKIP is no longer possible
1 parent 73d6869 commit 548fc6a

File tree

5 files changed

+0
-16
lines changed

5 files changed

+0
-16
lines changed

ext/mysqli/tests/065.phpt

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ mysqli
55
--SKIPIF--
66
<?php
77
require_once 'skipifconnectfailure.inc';
8-
9-
if (!function_exists('mysqli_set_charset')) {
10-
die('skip mysqli_set_charset() not available');
11-
}
128
?>
139
--FILE--
1410
<?php

ext/mysqli/tests/bug37090.phpt

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ mysqli
55
--SKIPIF--
66
<?php
77
require_once 'skipifconnectfailure.inc';
8-
if (!function_exists('mysqli_set_charset')) {
9-
die('skip mysqli_set_charset() not available');
10-
}
118
?>
129
--FILE--
1310
<?php

ext/mysqli/tests/mysqli_character_set.phpt

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ mysqli
55
--SKIPIF--
66
<?php
77
require_once 'skipifconnectfailure.inc';
8-
9-
if (!function_exists('mysqli_set_charset')) {
10-
die('skip mysqli_set_charset() not available');
11-
}
128
?>
139
--FILE--
1410
<?php

ext/mysqli/tests/mysqli_get_charset.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ mysqli
55
--SKIPIF--
66
<?php
77
require_once 'skipifconnectfailure.inc';
8-
if (!function_exists('mysqli_get_charset'))
9-
die("skip: function not available");
108
?>
119
--FILE--
1210
<?php

ext/mysqli/tests/mysqli_set_charset.phpt

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ mysqli_set_charset()
44
mysqli
55
--SKIPIF--
66
<?php
7-
if (!function_exists('mysqli_set_charset'))
8-
die("skip Function not available");
9-
107
require_once 'connect.inc';
118
if (!$link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
129
die(sprintf("skip Can't connect to MySQL Server - [%d] %s", mysqli_connect_errno(), mysqli_connect_error()));

0 commit comments

Comments
 (0)