mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
- Turn off mbstring.func_overload as this test uses plain strlen() for
comparison.
This commit is contained in:
parent
039d88ac99
commit
e4d90e60fc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user