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

 (2 comentários) (1 reação) (0 responsável)XML (882 forks)auto 404
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.

Guia do colaborador