php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #73827 Empty cell translates to what?
Submitted: 2016-12-28 10:37 UTC Modified: 2016-12-30 13:47 UTC
From: dnied at tiscali dot it Assigned: cmb (profile)
Status: Closed Package: SQLite related
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: dnied at tiscali dot it
New email:
PHP Version: OS:

 

 [2016-12-28 10:37 UTC] dnied at tiscali dot it
Description:
------------
---
From manual page: http://www.php.net/sqlite3result.fetcharray
---

This documentation page should specify how an empty column is translated into an array value by function ::fetchArray : NULL? Empty string? Not set?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-12-28 10:53 UTC] dnied at tiscali dot it
(the correct answer is NULL, according to var_dump() BTW)
 [2016-12-28 10:56 UTC] dnied at tiscali dot it
-Summary: Empty column translates to what? +Summary: Empty cell translates to what?
 [2016-12-28 10:56 UTC] dnied at tiscali dot it
Description:
------------
---
From manual page: http://www.php.net/sqlite3result.fetcharray
---

This documentation page should specify how an empty cell is translated into an array value by function ::fetchArray : NULL? Empty string? Not set?
 [2016-12-28 12:28 UTC] cmb@php.net
-Status: Open +Status: Verified -Package: PDO SQLite +Package: SQLite related
 [2016-12-28 12:28 UTC] cmb@php.net
Also, the other type mappings should be documented, see
<https://github.com/php/php-src/blob/PHP-7.1.0/ext/sqlite3/sqlite3.c#L568-L603>.
 [2016-12-30 13:46 UTC] cmb@php.net
Automatic comment from SVN on behalf of cmb
Revision: http://svn.php.net/viewvc/?view=revision&amp;revision=341550
Log: Fix #73827: Empty cell translates to what?
 [2016-12-30 13:47 UTC] cmb@php.net
-Status: Verified +Status: Closed -Assigned To: +Assigned To: cmb
 [2016-12-30 13:47 UTC] cmb@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.
 [2020-02-07 06:06 UTC] phpdocbot@php.net
Automatic comment on behalf of cmb
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=911a1c5c18eaedc9f2c10011d63419fd63ac7c7c
Log: Fix #73827: Empty cell translates to what?
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 22:01:29 2024 UTC