From 0d24add1c6e46186e6ac1a7a45bf501fda678604 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 15 Nov 2011 19:00:40 +0000 Subject: [PATCH] Fix old info + typo in XMLReader::getAttribute docs git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319263 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/xmlreader/xmlreader/getattribute.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/xmlreader/xmlreader/getattribute.xml b/reference/xmlreader/xmlreader/getattribute.xml index ca1599a2ab..597f119fe6 100644 --- a/reference/xmlreader/xmlreader/getattribute.xml +++ b/reference/xmlreader/xmlreader/getattribute.xml @@ -13,7 +13,7 @@ stringname - Returns the value of a named attribute or an empty string if + Returns the value of a named attribute or &null; if the attribute does not exist or not positioned on an element node. @@ -35,8 +35,8 @@ &reftitle.returnvalues; - The value of the attribute, or &null; if no attribute with the - given name is found or not positioned of element. + The value of the attribute, or &null; if no attribute with the given + name is found or not positioned on an element node.