php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #62290 missing Y letter in documentation
Submitted: 2012-06-11 11:06 UTC Modified: 2012-06-11 14:50 UTC
From: sqakwis at gmail dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: Irrelevant OS:
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: sqakwis at gmail dot com
New email:
PHP Version: OS:

 

 [2012-06-11 11:06 UTC] sqakwis at gmail dot com
Description:
------------
---
From manual page: http://www.php.net/function.msql-fetch-array#refsect1-function.msql-fetch-array-parameters
---
MSQL_ASSOC, MSQL_NUM, and MSQL_BOTH with MSQL_BOTH 
should be 
M(Y)SQL_ASSOC, M(Y)SQL_NUM, and M(Y)SQL_BOTH with M(Y)SQL_BOTH

Test script:
---------------
missing Y letter in documentation

MSQL_ASSOC, MSQL_NUM, and MSQL_BOTH with MSQL_BOTH 
should be 
M(Y)SQL_ASSOC, M(Y)SQL_NUM, and M(Y)SQL_BOTH with M(Y)SQL_BOTH

Expected result:
----------------
missing Y letter in documentation

Actual result:
--------------
missing Y letter in documentation

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-06-11 14:50 UTC] salathe@php.net
-Status: Open +Status: Not a bug
 [2012-06-11 14:50 UTC] salathe@php.net
You were reading the documentation for the msql_fetch_array() function which is 
part of the mSQL extension, which is wholly different from the MySQL extension. 
The mSQL extension has constants beginning with MSQL_ and the MySQL extension has 
similarly named ones starting with MYSQL_.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 12:01:29 2024 UTC