[skip ci] Fixed comment for SimpleXml function getName (#11537)

Co-authored-by: David Huang <david.huang@check24.de>
This commit is contained in:
Vuudi 2023-06-26 13:50:29 +02:00 committed by GitHub
parent 4a9fe2a214
commit dda42be9d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;