php/doc-en
Providing an incorrect encoding to mb_strlen returns false before PHP 8.0
開放
#1,132 建立於 2021年11月23日
Extension: mbstringgood first issue
倉庫指標
- 星標
- (596 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
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.