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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 15 10:01:30 2025 UTC