php/doc-en

Providing an incorrect encoding to mb_strlen returns false before PHP 8.0

Ouverte

#1 132 ouverte le 23 nov. 2021

 (2 commentaires) (1 réaction) (0 personne assignée)XML (882 forks)auto 404
Extension: mbstringgood first issue

Métriques du dépôt

Stars
 (596 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur