diff options
author | Hannes Magnusson <bjori@php.net> | 2007-12-16 18:31:07 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2007-12-16 18:31:07 +0000 |
commit | bfad3071cd91b1974be856431de989b9d2b9f35c (patch) | |
tree | 79c44a7b6de4f01978ab00c9c260bfc07bf8be23 | |
parent | b0d7f9c3eec61862760d8eb6dbb184117badec90 (diff) | |
download | php-git-bfad3071cd91b1974be856431de989b9d2b9f35c.tar.gz |
Fix typo
-rwxr-xr-x | ext/spl/spl_array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/spl_array.c b/ext/spl/spl_array.c index bed700bae9..33f35772f9 100755 --- a/ext/spl/spl_array.c +++ b/ext/spl/spl_array.c @@ -1269,7 +1269,7 @@ SPL_ARRAY_METHOD(Array, natsort, 0) /* }}} */ /* {{{ proto int ArrayObject::natcasesort() proto int ArrayIterator::natcasesort() Sort the entries by key using case insensitive "natural order" algorithm. */ -SPL_ARRAY_METHOD(Array, natcasesort, 0) /* }}} / +SPL_ARRAY_METHOD(Array, natcasesort, 0) /* }}} */ /* {{{ proto mixed|NULL ArrayIterator::current() Return current array entry */ |