Skip to content

Commit dda42be

Browse files
Vuudidavidh-c24
andauthored
[skip ci] Fixed comment for SimpleXml function getName (php#11537)
Co-authored-by: David Huang <david.huang@check24.de>
1 parent 4a9fe2a commit dda42be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/simplexml/simplexml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1602,7 +1602,7 @@ PHP_METHOD(SimpleXMLElement, children)
16021602
}
16031603
/* }}} */
16041604

1605-
/* {{{ Finds children of given node */
1605+
/* {{{ Returns name of given node */
16061606
PHP_METHOD(SimpleXMLElement, getName)
16071607
{
16081608
php_sxe_object *sxe;

0 commit comments

Comments
 (0)