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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Thu Mar 28 15:01:29 2024 UTC