php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #66410 reference missing
Submitted: 2014-01-04 15:33 UTC Modified: 2015-04-30 19:32 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: matteosistisette at gmail dot com Assigned: peehaa (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: irrelevant
Private report: No CVE-ID: None
 [2014-01-04 15:33 UTC] matteosistisette at gmail dot com
Description:
------------
---
From manual page: http://www.php.net/regexp.reference.assertions
---

"An assertion is a test on the characters following or preceding the current matching point that does not actually consume any characters. The simple assertions coded as \b, \B, \A, \Z, \z, ^ and $ are DESCRIBED ABOVE". 

ABOVE WHERE? This is the beginning of the page, there's no "above".
This probably means "somewhere in one of the earlier sections", which are about a dozen, so a link must be given (or the name of the section indicated), otherwise one has to look through all those previous sections to find the one where \b, \B etc are described.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-04-13 12:50 UTC] peehaa@php.net
-Assigned To: +Assigned To: peehaa
 [2015-04-30 19:32 UTC] peehaa@php.net
-Status: Assigned +Status: Closed
 [2015-04-30 19:32 UTC] peehaa@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 Apr 18 07:01:27 2024 UTC