php-doc-en/reference/array/functions
Nikita Popov cccd50e8ed Remove redundant note in count() docs
Follows from general PHP behavior (undefined variable reads as NULL) and discusses something nobody should be doing in the first place. This was probably more relevant ten years ago than it is now.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345126 c90b9560-bf6c-de11-be94-00142212c4b1
2018-06-13 14:15:05 +00:00
..
array-change-key-case.xml Normalize parameter names of array functions 2013-09-24 13:06:51 +00:00
array-chunk.xml Use entities in initializer 2018-01-25 19:11:34 +00:00
array-column.xml Use entities in initializer 2018-01-25 19:11:34 +00:00
array-combine.xml Improve markup (patch provided by anon user) 2016-09-28 12:56:11 +00:00
array-count-values.xml Normalize parameter names of array functions 2013-09-24 13:06:51 +00:00
array-diff-assoc.xml more useful see also functions (patch by cmb) 2015-05-14 07:58:05 +00:00
array-diff-key.xml Improved wording of description and added an extra example using more arrays. 2017-07-21 14:04:56 +00:00
array-diff-uassoc.xml Fix typo 2016-12-04 13:03:52 +00:00
array-diff-ukey.xml Normalize parameter names of array functions 2013-09-24 13:06:51 +00:00
array-diff.xml Improve wording 2017-02-17 17:51:30 +00:00
array-fill-keys.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
array-fill.xml num can be zero now (thanks Levi and rn at alpha9marketing dot com) 2014-11-20 21:58:35 +00:00
array-filter.xml Add markup 2018-06-04 11:32:38 +00:00
array-flip.xml Better self-contained examples 2014-12-01 16:41:04 +00:00
array-intersect-assoc.xml clarified difference to array_intersect() 2016-04-04 16:51:21 +00:00
array-intersect-key.xml Normalize parameter names of array functions 2013-09-24 13:06:51 +00:00
array-intersect-uassoc.xml Normalize parameter names of array functions 2013-09-24 13:06:51 +00:00
array-intersect-ukey.xml Normalize parameter names of array functions 2013-09-24 13:06:51 +00:00
array-intersect.xml Normalize parameter names of array functions 2013-09-24 13:06:51 +00:00
array-key-exists.xml Fix typo 2016-10-11 14:08:21 +00:00
array-keys.xml Use entities in initializer 2018-01-25 19:11:34 +00:00
array-map.xml Fix #70654: array_map key preservation behaviour not explicit 2016-06-29 17:49:53 +00:00
array-merge-recursive.xml This was submitted as bug #64781 and I was directed here to make the change. 2013-05-07 07:08:00 +00:00
array-merge.xml Remove changelogs for PHP 4 - 3rd round 2014-08-27 17:46:13 +00:00
array-multisort.xml Fix #73267: Order by callback changed 2016-10-08 09:12:17 +00:00
array-pad.xml Normalize parameter names of array functions 2013-09-24 13:06:51 +00:00
array-pop.xml Fix bug #68525 (link broken on array_pop doc page) 2014-11-30 06:21:53 +00:00
array-product.xml Remove bugfix link and improve changelog description (cf discussion on doc-cvs ml) 2013-03-04 06:52:39 +00:00
array-push.xml Insert comma for clarity 2018-05-08 12:05:17 +00:00
array-rand.xml Clarify refpurpose 2018-05-08 12:29:26 +00:00
array-reduce.xml more consistent function name in example (contributed by Jason Woof) 2015-08-15 11:14:12 +00:00
array-replace-recursive.xml Normalize parameter names of array functions 2013-09-24 13:06:51 +00:00
array-replace.xml Clarified description of array_replace() behaviour 2013-11-18 18:17:02 +00:00
array-reverse.xml Use entities in initializer 2018-01-25 19:11:34 +00:00
array-search.xml Use entities in initializer 2018-01-25 19:11:34 +00:00
array-shift.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
array-slice.xml Use entities in initializer 2018-01-25 19:11:34 +00:00
array-splice.xml Make array_splice() example clearer 2017-08-04 12:50:49 +00:00
array-sum.xml Fix #73256: Missing documented return vaue for array_sum([]) 2016-10-06 09:57:03 +00:00
array-udiff-assoc.xml Normalize parameter names of array functions 2013-09-24 13:06:51 +00:00
array-udiff-uassoc.xml Normalize parameter names of array functions 2013-09-24 13:06:51 +00:00
array-udiff.xml Minor typo, grammar and example Fixes (By Christoph Becker cmb@php.net) 2015-05-04 19:48:31 +00:00
array-uintersect-assoc.xml Normalize parameter names of array functions 2013-09-24 13:06:51 +00:00
array-uintersect-uassoc.xml better description 2015-05-14 08:05:19 +00:00
array-uintersect.xml Normalize parameter names of array functions 2013-09-24 13:06:51 +00:00
array-unique.xml Update array_unique() documentation wrt 7853832234 2017-08-01 15:30:27 +00:00
array-unshift.xml Document PR 3011 2018-03-25 21:38:29 +00:00
array-values.xml Add see-also links 2016-11-25 12:18:58 +00:00
array-walk-recursive.xml Normalize parameter names of array functions 2013-09-24 13:06:51 +00:00
array-walk.xml Update Errors/Exceptions sections to PHP 7.1 behaviour. 2017-08-25 13:44:23 +00:00
array.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
arsort.xml Fix #51229: consecutives sorting with usort and uasort 2016-06-25 14:42:12 +00:00
asort.xml Fix #51229: consecutives sorting with usort and uasort 2016-06-25 14:42:12 +00:00
compact.xml Integrate user note 101775 2018-05-25 14:09:07 +00:00
count.xml Remove redundant note in count() docs 2018-06-13 14:15:05 +00:00
current.xml Properly refer to the value, not the type 2017-09-21 10:47:02 +00:00
each.xml Document PHP 7.2 deprecations as the result of https://wiki.php.net/rfc/deprecations_php_7_2 2017-03-14 11:30:59 +00:00
end.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
extract.xml Move essential point of the warning in the notes section up 2018-01-22 14:31:39 +00:00
in-array.xml Remove changelogs for PHP 4 - 2nd round 2014-08-26 14:28:17 +00:00
key-exists.xml Document key_exists() 2013-05-31 21:17:07 +00:00
key.xml Fix bug #74850 current() and key() no longer take their parameter by reference (in PHP 7) 2017-08-21 11:23:04 +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 Update example output wrt. PHP 7 change 2016-09-14 11:59:44 +00:00
natcasesort.xml Fix #51229: consecutives sorting with usort and uasort 2016-06-25 14:42:12 +00:00
natsort.xml Fix #51229: consecutives sorting with usort and uasort 2016-06-25 14:42:12 +00:00
next.xml Fix/improve wording 2018-01-28 12:31:16 +00:00
pos.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
prev.xml Fix/improve wording 2018-01-28 12:31:16 +00:00
range.xml W/S fixes 2014-08-27 05:42:22 +00:00
reset.xml Improve wording 2018-01-26 23:25:10 +00:00
rsort.xml Fix #51229: consecutives sorting with usort and uasort 2016-06-25 14:42:12 +00:00
shuffle.xml Nested <link>s can't work 2018-04-17 16:10:01 +00:00
sizeof.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
sort.xml Minor doc improvements 2018-03-09 12:44:59 +00:00
uasort.xml Fix #51229: consecutives sorting with usort and uasort 2016-06-25 14:42:12 +00:00
uksort.xml Fix #51229: consecutives sorting with usort and uasort 2016-06-25 14:42:12 +00:00
usort.xml Fix #51229: consecutives sorting with usort and uasort 2016-06-25 14:42:12 +00:00