php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #68040 chm manual missing heredoc,nowdoc in index
Submitted: 2014-09-18 03:06 UTC Modified: -
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: jmichae3 at yahoo dot com Assigned:
Status: Open Package: Documentation problem
PHP Version: 5.6.0 OS: win7ult64sp1retail
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2014-09-18 03:06 UTC] jmichae3 at yahoo dot com
Description:
------------
the chm manual is missing the words heredoc and nowdoc in the index. they are used a lot, so an entry is needed for both.


Test script:
---------------
1. run chm help file
2. click index tab
3. type heredoc
4. replace with nowdoc
5. replace with <<<

Expected result:
----------------
it would be nice to include <<< but I think the microsoft HTML help indexing engine doesn't seem to support < or > characters or most punctuation (unit-test it though).

perhaps you could also list <<< with the string operators? or is that appropriate?


Actual result:
--------------
no entry in index for these 3 items.

Patches

Add a Patch

Pull Requests

Add a Pull Request

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 22:01:30 2024 UTC