[php-src] Issue #20699: SQLite3Result fetchArray return array|false, null returned
[email protected] (plusminmax)
| Newsgroups | php.bugs |
|---|---|
| Message-ID | <[email protected]> |
Issue: https://github.com/php/php-src/issues/20699 Author: plusminmax ### Description SQLite3 enableExceptions=false. SQLite3Result::fetchArray(): Return value must be of type array|false, null returned in Unknown on line 0. In my opinion it should never return 'null' or add null in fetchArray return array|false|null.