com doc/fr: Typo fixes from EN: reference/image/functions/imageaffinematrixget.xml reference/intl/dateformatter/get-locale.xml reference/uopz/functions/uopz-flags.xml

[email protected] (George Peter Banyard)
Newsgroups php.doc.fr
Message-ID <[email protected]>
Commit:    0abc5241a862bde9db78f0b6e996958bb57abb93
Author:    George Peter Banyard <[email protected]>         Sat, 2 Jan 2021 14:59:39 +0100
Parents:   af45c89fd3da945a83ef087d5864a517b60a4468
Branches:  master

Link:       http://git.php.net/?p=doc/fr.git;a=commitdiff;h=0abc5241a862bde9db78f0b6e996958bb57abb93

Log:
Typo fixes from EN

Changed paths:
  M  reference/image/functions/imageaffinematrixget.xml
  M  reference/intl/dateformatter/get-locale.xml
  M  reference/uopz/functions/uopz-flags.xml


Diff:
diff --git a/reference/image/functions/imageaffinematrixget.xml b/reference/image/functions/imageaffinematrixget.xml
index 0b2f3da574..7df13e5ef3 100644
--- a/reference/image/functions/imageaffinematrixget.xml
+++ b/reference/image/functions/imageaffinematrixget.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: b95d28e6ec86e4a71e012737d36ebdc1cf009180 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 4034dfe043fe7646ae7439b9cc49d77aedd3b98c Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
 
 <refentry xml:id="function.imageaffinematrixget" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -70,7 +70,7 @@
     <programlisting role="php">
 <![CDATA[
 <?php
-$matrix = imageaffinematrixget(IMG_AFFINE_TRANSLATE, array('x' = 2, 'y' => 3));
+$matrix = imageaffinematrixget(IMG_AFFINE_TRANSLATE, array('x' => 2, 'y' => 3));
 print_r($matrix);
 ?>
 ]]>
diff --git a/reference/intl/dateformatter/get-locale.xml b/reference/intl/dateformatter/get-locale.xml
index 03042364aa..cc47d73cc0 100644
--- a/reference/intl/dateformatter/get-locale.xml
+++ b/reference/intl/dateformatter/get-locale.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 9643097fc3c3e26ba4545e77a150628b9b8e9230 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: a5f69d2d8afdbe60155b74a9a11988b18e789325 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
 
 <refentry xml:id="intldateformatter.getlocale" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -81,8 +81,8 @@ $fmt = datefmt_create(
     'America/Los_Angeles',
     IntlDateFormatter::GREGORIAN
 );
-echo 'La locale du formateur est : " . datefmt_get_locale($fmt);
-echo 'Le premier format utilisé est " . datefmt_format($fmt, 0);
+echo 'La locale du formateur est : ' . datefmt_get_locale($fmt);
+echo 'Le premier format utilisé est ' . datefmt_format($fmt, 0);
 
 $fmt = datefmt_create(
     'de-DE',
diff --git a/reference/uopz/functions/uopz-flags.xml b/reference/uopz/functions/uopz-flags.xml
index 0317c40989..d9b7a38504 100644
--- a/reference/uopz/functions/uopz-flags.xml
+++ b/reference/uopz/functions/uopz-flags.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 5c724a01a192e135bf165399d9b25caf6099482a Maintainer: yannick Status: ready -->
+<!-- EN-Revision: a733bff5ff4a008364f0a90d7443b6b945b6cc18 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
 
 <refentry xml:id="function.uopz-flags" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -154,7 +154,7 @@ final class MyClass
 
 $flags = uopz_flags(MyClass::class, '');
 uopz_flags(MyClass::class, '', $flags & ~ZEND_ACC_FINAL);
-var_dump((new ReflectionClass(MyClass::class)->isFinal());
+var_dump((new ReflectionClass(MyClass::class))->isFinal());
 ?>
 ]]>
    </programlisting>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.