php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #52135 SQLite3::open example does not use open method
Submitted: 2010-06-21 23:19 UTC Modified: 2010-07-30 18:41 UTC
From: mike at pelley dot com Assigned: saltybeagle (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2010-06-21 23:19 UTC] mike at pelley dot com
Description:
------------
In the examples section for SQLite3::open (see http://php.net/manual/en/sqlite3.open.php), the example doesn't actually use the open method.

Expected result:
----------------
SQLite3::open should be used in the example code.

Actual result:
--------------
SQLite3::open does not appear in the example code.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-07-30 18:40 UTC] saltybeagle@php.net
Automatic comment from SVN on behalf of saltybeagle
Revision: http://svn.php.net/viewvc/?view=revision&revision=301723
Log: Bug #52135	SQLite3::open example does not use open method
 [2010-07-30 18:41 UTC] saltybeagle@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: saltybeagle
 [2010-07-30 18:41 UTC] saltybeagle@php.net
Fixed in SVN
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 23:01:29 2024 UTC