php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #47162 Use of non object method in object example on mysqli constructor page
Submitted: 2009-01-20 09:55 UTC Modified: 2009-03-15 15:20 UTC
From: rapsys at free dot fr Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Mandriva Linux 2009.0
Private report: No CVE-ID: None
 [2009-01-20 09:55 UTC] rapsys at free dot fr
Description:
------------
The object oriented example on this page is incorrect :
http://fr.php.net/manual/fr/mysqli.connect.php

It use the linear function mysqli_connect_error() instead of correct object oriented method : $mysqli->connect_error

Plz fix the doc


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-03-15 15:20 UTC] danielc@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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 29 10:01:32 2024 UTC