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
 [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 11:01:31 2024 UTC