Skip to content

Commit a06d015

Browse files
committed
Remove unnecessary mbstring skipifs
These functions are always available (if the extension is available at all).
1 parent 1eaaabc commit a06d015

File tree

80 files changed

+0
-321
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+0
-321
lines changed

ext/mbstring/tests/bug43840.phpt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
Test mb_strpos() function : mb_strpos bounds check is byte count rather than a character count
33
--EXTENSIONS--
44
mbstring
5-
--SKIPIF--
6-
<?php
7-
function_exists('mb_strpos') or die("skip mb_strpos() is not available in this build");
8-
?>
95
--FILE--
106
<?php
117
/*

ext/mbstring/tests/bug43841.phpt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
Test mb_strrpos() function : mb_strrpos offset is byte count for negative values
33
--EXTENSIONS--
44
mbstring
5-
--SKIPIF--
6-
<?php
7-
function_exists('mb_strrpos') or die("skip mb_strrpos() is not available in this build");
8-
?>
95
--FILE--
106
<?php
117
/*

ext/mbstring/tests/bug43998.phpt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
Test mb_strtolower() function : Two error messages returned for incorrect encoding for mb_strto[upper|lower]
33
--EXTENSIONS--
44
mbstring
5-
--SKIPIF--
6-
<?php
7-
function_exists('mb_strtolower') or die("skip mb_strtolower() is not available in this build");
8-
?>
95
--FILE--
106
<?php
117
/*

ext/mbstring/tests/casefold.phpt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
mb_strtoupper() / mb_strtolower()
33
--EXTENSIONS--
44
mbstring
5-
--SKIPIF--
6-
<?php
7-
function_exists('mb_strtolower') and
8-
function_exists('mb_convert_case' ) or die("skip mb_convert_case() is not available");
9-
?>
105
--INI--
116
output_handler=
127
--FILE--

ext/mbstring/tests/mb_convert_encoding_array.phpt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
Test mb_convert_encoding() function : array functionality
33
--EXTENSIONS--
44
mbstring
5-
--SKIPIF--
6-
<?php
7-
function_exists('mb_convert_encoding') or die("skip mb_convert_encoding() is not available in this build");
8-
?>
95
--FILE--
106
<?php
117
/*

ext/mbstring/tests/mb_convert_encoding_array2.phpt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
Test mb_convert_encoding() function : Circular references
33
--EXTENSIONS--
44
mbstring
5-
--SKIPIF--
6-
<?php
7-
function_exists('mb_convert_encoding') or die("skip mb_convert_encoding() is not available in this build");
8-
?>
95
--FILE--
106
<?php
117
/*

ext/mbstring/tests/mb_convert_encoding_basic.phpt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
Test mb_convert_encoding() function : basic functionality
33
--EXTENSIONS--
44
mbstring
5-
--SKIPIF--
6-
<?php
7-
function_exists('mb_convert_encoding') or die("skip mb_convert_encoding() is not available in this build");
8-
?>
95
--FILE--
106
<?php
117
/*

ext/mbstring/tests/mb_convert_encoding_empty_encoding_list.phpt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
Test mb_convert_encoding() function : empty encoding list
33
--EXTENSIONS--
44
mbstring
5-
--SKIPIF--
6-
<?php
7-
function_exists('mb_convert_encoding') or die("skip mb_convert_encoding() is not available in this build");
8-
?>
95
--FILE--
106
<?php
117

ext/mbstring/tests/mb_convert_kana.phpt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
Testing mb_convert_kana() function
33
--EXTENSIONS--
44
mbstring
5-
--SKIPIF--
6-
<?php
7-
if (!function_exists("mb_convert_kana")) print "skip mb_convert_kana() not available";
8-
?>
95
--FILE--
106
<?php
117
$zenKakuA = 'ァアィイゥウェエォオカガキギク';

ext/mbstring/tests/mb_decode_mimeheader_basic.phpt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
Test mb_decode_mimeheader() function : basic functionality
33
--EXTENSIONS--
44
mbstring
5-
--SKIPIF--
6-
<?php
7-
function_exists('mb_decode_mimeheader') or die("skip mb_decode_mimeheader() is not available in this build");
8-
?>
95
--FILE--
106
<?php
117
echo "*** Testing mb_decode_mimeheader() : basic functionality ***\n";

0 commit comments

Comments
 (0)