From: Xinchen Hui Date: Tue, 5 May 2015 09:37:42 +0000 (+0800) Subject: fixed comment X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~95 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f8bc73fc3fdfddd04d2aeef0f7fbd4a7a05a82a;p=php fixed comment --- diff --git a/ext/simplexml/simplexml.c b/ext/simplexml/simplexml.c index e71fadaa13..d2ed7da008 100644 --- a/ext/simplexml/simplexml.c +++ b/ext/simplexml/simplexml.c @@ -829,7 +829,7 @@ static int sxe_property_exists(zval *object, zval *member, int check_empty, void } /* }}} */ -/* {{{ sxe_property_exists() +/* {{{ sxe_dimension_exists() */ static int sxe_dimension_exists(zval *object, zval *member, int check_empty) {