php/doc-en
Providing an incorrect encoding to mb_strlen returns false before PHP 8.0
オープン
#1,132 opened on 2021/11/23
Extension: mbstringgood first issue
Repository metrics
- Stars
- (596 個のスター)
- PR merge metrics
- (平均マージ 99d 23h) (30d で 90 merged PRs)
説明
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.