]> granicus.if.org Git - php/commitdiff
Add missing SKIPIF (mbstring)
authorFabien Villepinte <fabien.villepinte@displayce.com>
Tue, 3 Sep 2019 20:21:01 +0000 (22:21 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Wed, 4 Sep 2019 06:51:03 +0000 (08:51 +0200)
ext/mbstring/tests/bug77165.phpt
ext/mbstring/tests/bug77454.phpt
ext/mbstring/tests/internal_encoding.phpt
ext/mbstring/tests/mb_convert_encoding_leak.phpt

index 69708f613abe309b7b8665ed9786a9ef02cc668a..5ad7584b16d8029fa986e3b580b83894cdf84119 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #77165: mb_check_encoding crashes when argument given an empty array
+--SKIPIF--
+<?php require 'skipif.inc'; ?>
 --FILE--
 <?php
 var_dump(mb_check_encoding(array()));
index b64452c79b7b8d7df0945897cd54d0369643705f..74098580f15046fd3fc31aa8d793589a09cbff40 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #77454: mb_scrub() silently truncates after a null byte
+--SKIPIF--
+<?php require 'skipif.inc'; ?>
 --FILE--
 <?php
 $str = "before\0after";
index 3d097ac79c8390b873d801bdae5ec892a6ccaf7d..17f38d403ce161921e3e0fc3490c5d3417abcbea 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Check that "internal_encoding" ini is picked up by mbstring
+--SKIPIF--
+<?php require 'skipif.inc'; ?>
 --INI--
 internal_encoding=iso-8859-1
 --FILE--
index 4e626b089493ae3b75b84f60a3c155dbd3ea2ed1..47c0d33906e9594adff172b6ea489d9d013615da 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mb_convert_encoding() shouldn't leak keys
+--SKIPIF--
+<?php require 'skipif.inc'; ?>
 --FILE--
 <?php