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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Fri May 17 02:01:32 2024 UTC