mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
[skip ci] Fixed comment for SimpleXml function getName (#11537)
Co-authored-by: David Huang <david.huang@check24.de>
This commit is contained in:
parent
4a9fe2a214
commit
dda42be9d3
@ -1602,7 +1602,7 @@ PHP_METHOD(SimpleXMLElement, children)
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ Finds children of given node */
|
||||
/* {{{ Returns name of given node */
|
||||
PHP_METHOD(SimpleXMLElement, getName)
|
||||
{
|
||||
php_sxe_object *sxe;
|
||||
|
Loading…
Reference in New Issue
Block a user