]> granicus.if.org Git - php/commitdiff
- Fix folding
authorMarcus Boerger <helly@php.net>
Mon, 17 Dec 2007 13:46:27 +0000 (13:46 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 17 Dec 2007 13:46:27 +0000 (13:46 +0000)
ext/spl/spl_array.c

index 33f35772f95cc01f221706464452f41a942aa199..4a16fd0f63b11d1b67dd736da31fbe50bab3e6bd 100755 (executable)
@@ -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)