php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #33962 Spanish asort's manual page errata
Submitted: 2005-08-02 13:02 UTC Modified: 2005-08-02 13:47 UTC
From: mf050802 at ma47 dot dyndns dot org Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Irrelevant
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: mf050802 at ma47 dot dyndns dot org
New email:
PHP Version: OS:

 

 [2005-08-02 13:02 UTC] mf050802 at ma47 dot dyndns dot org
Description:
------------
El resultado del ejemplo est? mal.
El resultado real es
  d = limon 
  c = manzana 
  a = naranja 
  b = platano

Reproduce code:
---------------
Original: Fragmento de source.php?url=/manual/es/function.asort.php

CLASS="screen"
>d = limon
a = naranja
c = manzana
d = platano</PRE
></TD

Expected result:
----------------
Debe ser:

CLASS="screen"
>d = limon
c = manzana
a = naranja
d = platano</PRE
></TD


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-08-02 13:47 UTC] nlopess@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 [2020-02-07 14:18 UTC] phpdocbot@php.net
Automatic comment on behalf of nlopess
Revision: http://git.php.net/?p=doc/es.git;a=commit;h=7073d3167113f2f8a0c2a5b047ff388ec76bf78f
Log: fix #33962: erro no exemplo
 [2020-12-30 11:09 UTC] nikic@php.net
Automatic comment on behalf of nlopess
Revision: http://git.php.net/?p=doc/es.git;a=commit;h=c848ebc3333db7c523d6a8b3a389c3925fda95c5
Log: fix #33962: erro no exemplo
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Nov 19 13:00:01 2025 UTC