php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #36728 Missing negative sign in documentation
Submitted: 2006-03-13 23:27 UTC Modified: 2006-03-14 04:32 UTC
From: heredy at sbcglobal dot net Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: XP
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: heredy at sbcglobal dot net
New email:
PHP Version: OS:

 

 [2006-03-13 23:27 UTC] heredy at sbcglobal dot net
Description:
------------
Regarding the documentation for explode():

This text is in the doc:
---
If the limit parameter is negative, all components except the last limit are returned. This feature was added in PHP 5.1.0.
---

I think there should be a negative sign (-) in front of the second instance if the word 'limit' in this sentence.

---
If the limit parameter is negative, all components except the last -limit are returned. This feature was added in PHP 5.1.0.
---


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-03-14 04:32 UTC] takagi@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: Thu May 23 04:01:32 2024 UTC