php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #63670 [ES] Variables con acento
Submitted: 2012-12-02 23:03 UTC Modified: 2013-01-08 12:46 UTC
From: simon at cicoss dot net Assigned: seros (profile)
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS: SuSE Linux
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: simon at cicoss dot net
New email:
PHP Version: OS:

 

 [2012-12-02 23:03 UTC] simon at cicoss dot net
Description:
------------
---
From manual page: http://es2.php.net/manual/es/image.examples-watermark.php
---

$margen_dcho = 10;
$margen_inf = 10;
...
imagecopy($im, $estampa, imagesx($im) - $sx - $márgen_dcho, imagesy($im) - $sy - $márgen_inf, 0, 0, imagesx($estampa), imagesy($estampa));
---
4º y 5º parámetros están escritos correctamente en español pero incorrectos para el PHP, siendo difícil su localización. 
Se declaran correctamente sin tilde pero se usan con tilde.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-01-08 06:02 UTC] yannick@php.net
-Summary: Variables con acento +Summary: [ES] Variables con acento
 [2013-01-08 12:46 UTC] seros@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: seros
 [2013-01-08 12:46 UTC] seros@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.


 [2013-01-08 12:47 UTC] seros@php.net
Automatic comment from SVN on behalf of seros
Revision: http://svn.php.net/viewvc/?view=revision&revision=329031
Log: Corregido Error #63670
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 19:01:33 2024 UTC