php/doc-en

Providing an incorrect encoding to mb_strlen returns false before PHP 8.0

オープン

#1,132 opened on 2021/11/23

 (2 件のコメント) (1 件のリアクション) (0 人の担当者)XML (882 件のフォーク)auto 404
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.

コントリビューターガイド