Add missing SKIPIF (mbstring)

This commit is contained in:
Fabien Villepinte 2019-09-03 22:21:01 +02:00 committed by Christoph M. Becker
parent 7aece45f4d
commit db4f5e44e1
4 changed files with 8 additions and 0 deletions

View 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()));

View 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";

View 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--

View File

@ -1,5 +1,7 @@
--TEST--
mb_convert_encoding() shouldn't leak keys
--SKIPIF--
<?php require 'skipif.inc'; ?>
--FILE--
<?php