- Turn off mbstring.func_overload as this test uses plain strlen() for

comparison.
This commit is contained in:
Moriyoshi Koizumi 2004-01-19 16:53:34 +00:00
parent 039d88ac99
commit e4d90e60fc

View File

@ -2,6 +2,8 @@
mb_strlen()
--SKIPIF--
<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
--INI--
mbstring.func_overload=0
--FILE--
<?php
// TODO: Add more encodings