php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #29367 mysqli_stmt_init() typo
Submitted: 2004-07-24 21:29 UTC Modified: 2004-08-12 09:00 UTC
From: jsgoupil at lookstrike dot com Assigned:
Status: Closed Package: Documentation problem
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jsgoupil at lookstrike dot com
New email:
PHP Version: OS:

 

 [2004-07-24 21:29 UTC] jsgoupil at lookstrike dot com
Description:
------------
In the page http://ca3.php.net/manual/fr/function.mysqli-stmt-init.php

We can see mysqli_stmt-init and lower in the page, we can see mysqli_stmt_init.

(I think it is in all languages and also in the list of the functions on the left, and also in the last list of function on http://ca3.php.net/manual/en/ref.mysqli.php)



We can also see on http://ca3.php.net/manual/en/ref.mysqli.php
"stmt_initInitializes a statement for use with mysqli_stmt_prepare" (There is no dash to seperate the function and explanation)
English Only

Expected result:
----------------
Supposed to be mysqli_stmt_init() ?


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-24 21:35 UTC] philip@php.net
What's funny is I fixed this about an hour ago :)  It'll show up when the manual is next built, here's the diff:

http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-stmt-init.xml?r1=1.3&r2=1.4

Thanks for the report!

 [2004-08-12 06:26 UTC] jsgoupil at lookstrike dot com
You know that there is always the same "bug" in other languages...
 [2004-08-12 09:00 UTC] derick@php.net
No need to keep the bug open for that, we have tools to track that.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Sep 11 08:01:29 2024 UTC