From: Marcus Boerger Date: Mon, 17 Dec 2007 13:46:27 +0000 (+0000) Subject: - Fix folding X-Git-Tag: RELEASE_1_3_1~489 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aabb1c309728ae1423685f7addc8133775529594;p=php - Fix folding --- diff --git a/ext/spl/spl_array.c b/ext/spl/spl_array.c index 33f35772f9..4a16fd0f63 100755 --- a/ext/spl/spl_array.c +++ b/ext/spl/spl_array.c @@ -598,7 +598,7 @@ SPL_METHOD(Array, offsetUnset) spl_array_unset_dimension_ex(0, getThis(), index TSRMLS_CC); } /* }}} */ -/* {{ proto array ArrayObject::getArrayCopy() +/* {{{ proto array ArrayObject::getArrayCopy() proto array ArrayIterator::getArrayCopy() Return a copy of the contained array */ SPL_METHOD(Array, getArrayCopy)