php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #66530 space missing between variable and declaration
Submitted: 2014-01-21 10:35 UTC Modified: 2014-01-21 11:01 UTC
From: thoysg at gmail dot com Assigned:
Status: Duplicate Package: Doc Build problem
PHP Version: Irrelevant OS: Windows 7
Private report: No CVE-ID: None
 [2014-01-21 10:35 UTC] thoysg at gmail dot com
Description:
------------
---
From manual page: http://www.php.net/class.mongocollection
---
space missing between variable and declaration in synopsis

Test script:
---------------
i.e.
public MongoCursoraddOption ( string $key , mixed $value )

should be

public MongoCursor addOption ( string $key , mixed $value )


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-01-21 11:01 UTC] salathe@php.net
-Status: Open +Status: Duplicate -Package: mongo +Package: Doc Build problem
 [2014-01-21 11:01 UTC] salathe@php.net
Duplicate of bug #66400
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 11:01:30 2024 UTC