php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32780 refpurpose isn't displayed if it contains a function or entity
Submitted: 2005-04-20 20:24 UTC Modified: 2005-06-21 03:38 UTC
From: jsgoupil at lookstrike dot com Assigned:
Status: Closed Package: Livedocs problem
PHP Version: Irrelevant OS: Linux
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:

 

 [2005-04-20 20:24 UTC] jsgoupil at lookstrike dot com
Description:
------------
The content of <refpurpose> is not displayed if it contains a function tag : <function>.

As you can see on "pg_set_error_verbosity"


Jean-S?bastien Goupil


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-04-21 01:18 UTC] jsgoupil@php.net
same if entity (&null;)
See "pg_field_is_null"
 [2005-06-16 02:35 UTC] sean@php.net
Analysis:
If the refpurpose has children, livedocs breaks (tries to pring $node->content, but really wants $node->children[n]->content (and it needs to transform the children)).

S
 [2005-06-20 18:22 UTC] sean@php.net
Also happens in <title><literal>foo</literal></title>.

 [2005-06-21 03:38 UTC] iliaa@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jan 02 12:01:29 2025 UTC