..
array-change-key-case.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
array-chunk.xml
Link array_slice() and array_chunk()
2011-12-03 07:14:26 +00:00
array-combine.xml
Doesn't return false for empty arrays anymore
2011-06-30 16:53:51 +00:00
array-count-values.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
array-diff-assoc.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
array-diff-key.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
array-diff-uassoc.xml
Document and use callable type hint introduced in PHP 5.4
2012-03-12 05:55:59 +00:00
array-diff-ukey.xml
Document and use callable type hint introduced in PHP 5.4
2012-03-12 05:55:59 +00:00
array-diff.xml
Whitespace
2011-08-02 09:10:35 +00:00
array-fill-keys.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
array-fill.xml
clarify parameter descriptions for array_fill() (doc #54628 )
2011-04-30 11:46:19 +00:00
array-filter.xml
Document and use callable type hint introduced in PHP 5.4
2012-03-12 05:55:59 +00:00
array-flip.xml
Corrects the doc for array_flip to match the observed behavior when the input contains values that are not valid keys.
2012-06-06 12:48:32 +00:00
array-intersect-assoc.xml
Fix doc bug #55343 (documentation needs to be more clear) by making the
2011-08-02 09:33:49 +00:00
array-intersect-key.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
array-intersect-uassoc.xml
Document and use callable type hint introduced in PHP 5.4
2012-03-12 05:55:59 +00:00
array-intersect-ukey.xml
Document and use callable type hint introduced in PHP 5.4
2012-03-12 05:55:59 +00:00
array-intersect.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
array-key-exists.xml
Remove the changelog from array_key_exists(), since this change never actually
2012-09-20 09:27:30 +00:00
array-keys.xml
Revert part of previous commit, accidentally approved part of an incorrect patch
2012-02-18 20:06:31 +00:00
array-map.xml
Document and use callable type hint introduced in PHP 5.4
2012-03-12 05:55:59 +00:00
array-merge-recursive.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
array-merge.xml
tidy array_merge() prototype (doc #54772 )
2011-05-17 22:10:53 +00:00
array-multisort.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
array-pad.xml
grammar correction (doc bug #61872 )
2012-05-04 19:31:17 +00:00
array-pop.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
array-product.xml
Product of empty array
2011-12-02 23:55:51 +00:00
array-push.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
array-rand.xml
Typo fix (closes doc #53193 )
2010-10-28 14:52:00 +00:00
array-reduce.xml
Document and use callable type hint introduced in PHP 5.4
2012-03-12 05:55:59 +00:00
array-replace-recursive.xml
array_replace(_recursive) parameters are not by reference (doc #62383 )
2012-06-22 21:42:14 +00:00
array-replace.xml
array_replace(_recursive) parameters are not by reference (doc #62383 )
2012-06-22 21:42:14 +00:00
array-reverse.xml
fixes Bug #60427 : array_reverse docs are slightly misleading
2011-12-02 13:00:40 +00:00
array-search.xml
Fix doc bug #62471 (Documentation for array_search misses 5.3 changes).
2012-07-20 09:04:50 +00:00
array-shift.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
array-slice.xml
Apply patch by GoogleGuy
2012-07-18 11:33:02 +00:00
array-splice.xml
Fixed #51453 (Mentioning NULL as special value for replacement in array_splice())
2010-04-01 20:33:18 +00:00
array-sum.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
array-udiff-assoc.xml
Document and use callable type hint introduced in PHP 5.4
2012-03-12 05:55:59 +00:00
array-udiff-uassoc.xml
Document and use callable type hint introduced in PHP 5.4
2012-03-12 05:55:59 +00:00
array-udiff.xml
Document and use callable type hint introduced in PHP 5.4
2012-03-12 05:55:59 +00:00
array-uintersect-assoc.xml
Document and use callable type hint introduced in PHP 5.4
2012-03-12 05:55:59 +00:00
array-uintersect-uassoc.xml
Document and use callable type hint introduced in PHP 5.4
2012-03-12 05:55:59 +00:00
array-uintersect.xml
Document and use callable type hint introduced in PHP 5.4
2012-03-12 05:55:59 +00:00
array-unique.xml
See also
2011-07-25 14:38:26 +00:00
array-unshift.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
array-values.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
array-walk-recursive.xml
Fix typo & literal tag
2012-04-02 13:36:00 +00:00
array-walk.xml
Document and use callable type hint introduced in PHP 5.4
2012-03-12 05:55:59 +00:00
array.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
arsort.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
asort.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
compact.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
count.xml
Clarify count() with objects
2011-06-14 14:40:03 +00:00
current.xml
reverting 307359. current does take the array by reference. but it also allows a constant. oh well.
2011-04-17 09:37:40 +00:00
each.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
end.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
extract.xml
Fixed missing initializers
2012-02-18 20:02:26 +00:00
in-array.xml
Fixing mistake made with last commit ( #54574 )
2011-04-20 14:00:06 +00:00
key.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
krsort.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
ksort.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
list.xml
Fix Doc Bug #51112 : list() misbehaviour
2011-12-08 21:25:44 +00:00
natcasesort.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
natsort.xml
Added note about 5.2.10 '0' padding change, and added a bunch of gotcha-like examples as expressed in several user notes
2010-05-18 01:43:37 +00:00
next.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
pos.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
prev.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
range.xml
clarify range() parameter purposes (doc #54696 )
2011-05-24 20:14:36 +00:00
reset.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
rsort.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
shuffle.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
sizeof.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
sort.xml
Fixed WS
2012-09-06 09:49:38 +00:00
uasort.xml
Document and use callable type hint introduced in PHP 5.4
2012-03-12 05:55:59 +00:00
uksort.xml
Document and use callable type hint introduced in PHP 5.4
2012-03-12 05:55:59 +00:00
usort.xml
Added caution for returning non-integer types to help clarify language for usort callback behavior.
2012-07-20 02:22:35 +00:00