php/doc-en
Providing an incorrect encoding to mb_strlen returns false before PHP 8.0
Aberta
#1.132 aberto em 23 de nov. de 2021
Extension: mbstringgood first issue
Métricas do repositório
- Stars
- (596 estrelas)
- Métricas de merge de PR
- (Mesclagem média 99d 23h) (90 fundiu PRs em 30d)
Description
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.