php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #40476 [fr] phrase ? modifier / sentence to modify : getImageSize / return values
Submitted: 2007-02-14 08:45 UTC Modified: 2007-02-14 18:01 UTC
From: pov at fingerprint dot fr Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: pov at fingerprint dot fr
New email:
PHP Version: OS:

 

 [2007-02-14 08:45 UTC] pov at fingerprint dot fr
Description:
------------
== in english ==
On the [fr] manual, http://fr.php.net/manual/fr/function.getimagesize.php, in the sentence
"L'index 0 contient la largeur. L'index 1 contient la longueur."
the word "longueur" should be replaced by "hauteur"

== en fran?ais ==
Sur la page http://fr.php.net/manual/fr/function.getimagesize.php,
la phrase
"L'index 0 contient la largeur. L'index 1 contient la longueur."
devrait ?tre remplac?e par
 "L'index 0 contient la largeur.
  L'index 1 contient la hauteur."
                        ^^^^^^^

Reproduce code:
---------------
http://fr.php.net/manual/fr/function.getimagesize.php

Expected result:
----------------
L'index 0 contient la largeur. L'index 1 contient la hauteur.

Actual result:
--------------
L'index 0 contient la largeur. L'index 1 contient la longueur.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-14 11:12 UTC] bjori@php.net
Reclassified
 [2007-02-14 18:01 UTC] yannick@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.

merci :)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Jun 01 01:01:35 2024 UTC