diff options
-rw-r--r-- | ext/simplexml/simplexml.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |