diff options
| author | Xinchen Hui <laruence@php.net> | 2015-05-05 17:37:42 +0800 |
|---|---|---|
| committer | Xinchen Hui <laruence@php.net> | 2015-05-05 17:37:42 +0800 |
| commit | 5f8bc73fc3fdfddd04d2aeef0f7fbd4a7a05a82a (patch) | |
| tree | bc80f6dfd521e0b3148c5824ad42f7205e105ada | |
| parent | 7b9e4e19e1358af0154180255ec8b4f84c7a992d (diff) | |
| download | php-git-5f8bc73fc3fdfddd04d2aeef0f7fbd4a7a05a82a.tar.gz | |
fixed comment
| -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) { |
