com doc/fr: Fix #80570 in French translation: language/functions.xml
[email protected] (George Peter Banyard)
| Newsgroups | php.doc.fr |
|---|---|
| Message-ID | <[email protected]> |
Commit: 2e325888d6aa9d059f16edd206e627b7c84b65eb Author: George Peter Banyard <[email protected]> Sat, 2 Jan 2021 19:07:18 +0100 Parents: 712a45ae5c8d04eb1e6ae98bff1a391350e96027 Branches: master Link: http://git.php.net/?p=doc/fr.git;a=commitdiff;h=2e325888d6aa9d059f16edd206e627b7c84b65eb Log: Fix #80570 in French translation Bugs: https://bugs.php.net/80570 Changed paths: M language/functions.xml Diff: diff --git a/language/functions.xml b/language/functions.xml index b5bc4aa2a5..d73ab36d52 100644 --- a/language/functions.xml +++ b/language/functions.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: e296d2443b197fce63a9752dc6d58c0fdcf0c5cc Maintainer: yannick Status: ready --> +<!-- EN-Revision: 4f04bd50ed71039b89e2b9a5aba7e53e74cac4c6 Maintainer: yannick Status: ready --> <!-- Reviewed: no --> <chapter xml:id="language.functions" xmlns="http://docbook.org/ns/docbook"> <title>Les fonctions</title> @@ -639,7 +639,7 @@ function_name($variableStoringParamName: $value); array_fill(0, 100, 50); // Utilisant les arguments nommées : -array_fill(start_index: 0, num: 100, value: 50); +array_fill(start_index: 0, count: 100, value: 50); ?> ]]> </programlisting>