php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #55167 Parameters are in the wrong order
Submitted: 2011-07-09 14:36 UTC Modified: 2011-07-14 22:10 UTC
From: pierre at zestuff dot com Assigned: frozenfire (profile)
Status: Closed Package: Unknown/Other Function
PHP Version: Irrelevant OS:
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: pierre at zestuff dot com
New email:
PHP Version: OS:

 

 [2011-07-09 14:36 UTC] pierre at zestuff dot com
Description:
------------
---
From manual page: http://www.php.net/function.ncurses-getmaxyx%23Parameters
---

Parameters are in the wrong order in the URL above.

Window, x, y should be listed as Window, y, x as per the function call "void 
ncurses_getmaxyx ( resource $window , int &$y , int &$x )".

I know it's silly but when you look a little too quickly, you can get easily 
confused.

Thanks! :D


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-07-14 22:10 UTC] frozenfire@php.net
Automatic comment from SVN on behalf of frozenfire
Revision: http://svn.php.net/viewvc/?view=revision&revision=313252
Log: Reversed x,y parameter order to y,x as per bug #55167.
 [2011-07-14 22:10 UTC] frozenfire@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: frozenfire
 [2011-07-14 22:10 UTC] frozenfire@php.net
This bug has been fixed in SVN.

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/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 16:01:36 2025 UTC