PHP Bugs  
php.net | support | documentation | report a bug | advanced search | search howto | statistics | login

go to bug id or search bugs for  

Bug #14600 property missed
Submitted:19 Dec 2001 7:28am UTC Modified: 14 Feb 2002 1:23pm UTC
From:a dot marahovsky at thewebproduction dot com Assigned to:
Status:Closed Category:Documentation problem
Version:4.1.0 OS:w2k
Votes:1 Avg. Score:5.0 ± 0.0 Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%) Same OS:0 (0.0%)
View/Vote Developer Edit Submission

Welcome! If you don't have a SVN 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.
SVN Username: SVN Password:
Quick Fix:
Status: Assign to:
Category:
Summary:
From: a dot marahovsky at thewebproduction dot com
New email:
Version: OS:
New/Additional Comment:

[19 Dec 2001 7:28am UTC] a dot marahovsky at thewebproduction dot com
$node->name

where $node is domxml node reports 

Warning: Undefined property: name in ...

in PHP 4.06 everything works perfect!
[19 Dec 2001 7:46am UTC] mfischer@php.net
API has changed, its called tagname now, print_r($node) is your friend.

No bug, bousifying.
[19 Dec 2001 8:02am UTC] derick@php.net
I'm reopening this as a documentation bug. The documentation should
explain the tree IMO.

Derick
[14 Feb 2002 1:23pm UTC] nohn@php.net
This bug has been fixed in CVS.

fixed this according to mfischer

RSS feed | show source 

PHP Copyright © 2001-2009 The PHP Group
All rights reserved.
Last updated: Sat Nov 21 10:30:49 2009 UTC