php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #44023 translation problem english->hungarian
Submitted: 2008-02-02 04:52 UTC Modified: 2008-03-25 16:38 UTC
From: norbert_tamas at yahoo dot com Assigned:
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS: winxp
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: norbert_tamas at yahoo dot com
New email:
PHP Version: OS:

 

 [2008-02-02 04:52 UTC] norbert_tamas at yahoo dot com
Description:
------------
I founed a bug in php tutorial!
I english version the output is good. In hungarian version isn't good!
I am using:
Apache/2.2.4 (Win32) PHP/5.2.4 

English version: http://www.php.net/manual/en/language.types.string.php

$foo = 4 + "10.2 Little Piggies"; // $foo is float (14.2)
$foo = "10.0 pigs " + 1;          // $foo is float (11)
___________________________________________________________

Hungarian version: http://www.php.net/manual/hu/language.types.string.php

$ize = 4 + "10.2 Kicsi Pingvinke" // $ize most integer (14)
$ize = "10.0 diszn? " + 1;        // $ize most integer (11)



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-03-25 16:38 UTC] felipe@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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 14:01:29 2024 UTC