diff --git a/reference/strings/functions/strcspn.xml b/reference/strings/functions/strcspn.xml index 0d220f25e1..d97968326a 100644 --- a/reference/strings/functions/strcspn.xml +++ b/reference/strings/functions/strcspn.xml @@ -1,7 +1,7 @@ - - + + strcspn @@ -123,6 +123,15 @@ + + 8.4.0 + + + PHP 8.4.0 より前のバージョンでは、 characters が空の文字列の場合、 + string 内の最初の null バイトで探索が誤って停止してしまうことがありました。 + + + 8.0.0 @@ -141,29 +150,26 @@ ]]> &example.outputs;