mirror of
https://github.com/php/php-src.git
synced 2026-03-27 01:32:22 +01:00
This is a mix of more automated and manual migration. It should remove all applicable extension_loaded() checks outside of skipif.inc files.
11 lines
203 B
PHP
11 lines
203 B
PHP
--TEST--
|
|
Bug #45722 (mb_check_encoding() crashes)
|
|
--EXTENSIONS--
|
|
mbstring
|
|
--FILE--
|
|
<?php
|
|
var_dump(mb_check_encoding("&\xc2\xb7 TEST TEST TEST TEST TEST TEST", "HTML-ENTITIES"));
|
|
?>
|
|
--EXPECT--
|
|
bool(true)
|