From 93bc4c0a77b4a146d291fb54d679f7b635c9a797 Mon Sep 17 00:00:00 2001 From: Yoshinari Takaoka Date: Sun, 12 Jan 2020 14:49:39 +0000 Subject: [PATCH] fixed typo in r348878 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348887 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/math/functions/octdec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/math/functions/octdec.xml b/reference/math/functions/octdec.xml index 10b6440661..8b566b2ebb 100644 --- a/reference/math/functions/octdec.xml +++ b/reference/math/functions/octdec.xml @@ -25,7 +25,7 @@ The octal string to convert. - Any invalid characters in binary_string are silently ignored. + Any invalid characters in octal_string are silently ignored. As of PHP 7.4.0 supplying any invalid characters is deprecated.