From ce8212a9d067d3871e97027c6e41f096151ee82e Mon Sep 17 00:00:00 2001 From: Maciek Sokolewicz Date: Sat, 18 Feb 2012 20:02:26 +0000 Subject: [PATCH] Fixed missing initializers git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323350 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-filter.xml | 2 +- reference/array/functions/array-keys.xml | 4 ++-- reference/array/functions/array-slice.xml | 4 ++-- reference/array/functions/array-walk-recursive.xml | 2 +- reference/array/functions/array-walk.xml | 2 +- reference/array/functions/extract.xml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/reference/array/functions/array-filter.xml b/reference/array/functions/array-filter.xml index 4d9853b75a..249675d92c 100644 --- a/reference/array/functions/array-filter.xml +++ b/reference/array/functions/array-filter.xml @@ -11,7 +11,7 @@ arrayarray_filter arrayinput - callbackcallback + callbackcallback"" Iterates over each value in diff --git a/reference/array/functions/array-keys.xml b/reference/array/functions/array-keys.xml index 68be7eb220..ed2fc28171 100644 --- a/reference/array/functions/array-keys.xml +++ b/reference/array/functions/array-keys.xml @@ -11,7 +11,7 @@ arrayarray_keys arrayinput - mixedsearch_value + mixedsearch_value&null; boolstrictfalse @@ -60,7 +60,7 @@ &reftitle.returnvalues; - Returns an array of all the keys in input. + Returns an array of all the keys in 1212 input. diff --git a/reference/array/functions/array-slice.xml b/reference/array/functions/array-slice.xml index f86802a846..d3c20dceb0 100644 --- a/reference/array/functions/array-slice.xml +++ b/reference/array/functions/array-slice.xml @@ -11,7 +11,7 @@ arrayarray_slice arrayarray intoffset - intlength + intlength&null; boolpreserve_keysfalse @@ -66,7 +66,7 @@ Note that array_slice will reorder and reset the - array indices by default. You can change this behaviour by setting + numeric array indices by default. You can change this behaviour by setting preserve_keys to &true;. diff --git a/reference/array/functions/array-walk-recursive.xml b/reference/array/functions/array-walk-recursive.xml index 0dee946f3f..2475461cfc 100644 --- a/reference/array/functions/array-walk-recursive.xml +++ b/reference/array/functions/array-walk-recursive.xml @@ -11,7 +11,7 @@ boolarray_walk_recursive arrayinput callbackfuncname - mixeduserdata + mixeduserdata&null; Applies the user-defined function funcname to each diff --git a/reference/array/functions/array-walk.xml b/reference/array/functions/array-walk.xml index fed4769414..59c0eab9b9 100644 --- a/reference/array/functions/array-walk.xml +++ b/reference/array/functions/array-walk.xml @@ -11,7 +11,7 @@ boolarray_walk arrayarray callbackfuncname - mixeduserdata + mixeduserdata&null; Applies the user-defined function funcname to each diff --git a/reference/array/functions/extract.xml b/reference/array/functions/extract.xml index 659856391c..17872c7088 100644 --- a/reference/array/functions/extract.xml +++ b/reference/array/functions/extract.xml @@ -11,7 +11,7 @@ intextract arrayvar_array intextract_typeEXTR_OVERWRITE - stringprefix + stringprefix&null; Import variables from an array into the current symbol table.