com doc/ru: Ошибка в документац ии по count: reference/array/functi ons/count.xml
[email protected] (Sergey Panteleev) Thu, 14 Jan 2021 11:02:15 +0000
| Newsgroups | php.doc.ru |
|---|---|
| Message-ID | <[email protected]> |
Commit: ea614dd53698aafb663ad25fad1c34f522173c0e Author: Alexey Berezuev <[email protected]> Thu, 14 Jan 2021 13:57:48 +0300 Committer: Sergey Panteleev <[email protected]> Thu, 14 Jan 2021 14:02:15 +0300 Parents: f702a1ec16efce47849312f6871fef5c6af5ea6f Branches: master Link: http://git.php.net/?p=doc/ru.git;a=commitdiff;h=ea614dd53698aafb663ad25fad1c34f522173c0e Log: Ошибка в документации по count Closes GH-12 Changed paths: M reference/array/functions/count.xml Diff: diff --git a/reference/array/functions/count.xml b/reference/array/functions/count.xml index bca9654e3..9e955a796 100644 --- a/reference/array/functions/count.xml +++ b/reference/array/functions/count.xml @@ -153,7 +153,7 @@ echo count($food); // выводит 2 <row> <entry>7.2.0</entry> <entry> - <function>count</function> теперь будет выдавать предупреждение о некорректных исчисляемых типов, + <function>count</function> теперь будет выдавать предупреждение о некорректных исчисляемых типах, переданных в параметр <parameter>value</parameter>. </entry> </row>