php/doc-en

Providing an incorrect encoding to mb_strlen returns false before PHP 8.0

Aperta

#1132 aperta il 23 nov 2021

 (2 commenti) (1 reazione) (0 assegnatari)XML (882 fork)auto 404
Extension: mbstringgood first issue

Metriche repository

Star
 (596 stelle)
Metriche merge PR
 (Merge medio 99g 23h) (90 PR mergiate in 30 g)

Descrizione

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.

Guida contributor