php/doc-en
Providing an incorrect encoding to mb_strlen returns false before PHP 8.0
开放
#1,132 创建于 2021年11月23日
Extension: mbstringgood first issue
仓库指标
- 星标
- (596 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
From manual page: https://php.net/function.mb-strlen
<?php var_dump(@mb_strlen('', ''));
The documentation should either note what the behavior was in versions prior to PHP 8.0 or how it changed starting with PHP 8.0.