Home
last modified time | relevance | path

Searched refs:each (Results 51 – 75 of 1039) sorted by relevance

12345678910>>...42

/PHP-7.2/ext/standard/tests/array/
H A Darray_fill_variation3.phpt6 …* Description: Create an array containing num elements starting with index start_key each initiali…
50 // loop through each element of the array for 'val' argument
H A Darray_filter_error.phpt19 * Parameters : $input - array for which each elements should be checked into the function
21 * Description : Function takes array as input and checks for its each elements.
H A Darray_filter_variation1.phpt16 * Parameters : array for which each elements needs to be used in function
17 * Return value : Returns true for each element
18 * Discription : function applied to each element of the passed array and returns true
90 // loop through each element of the array for input
H A Darray_walk_basic1.phpt26 echo "\n"; // new line to separate the output between each element
35 echo "\n"; // new line to separate the output between each element
H A Darray_walk_recursive_basic1.phpt26 echo "\n"; // new line to separate the output between each element
35 echo "\n"; // new line to separate the output between each element
H A Darray_walk_variation9.phpt27 echo "\n"; // new line to separate the output between each element
37 echo "\n"; // new line to separate the output between each element
H A Darray_walk_recursive_variation9.phpt27 echo "\n"; // new line to separate the output between each element
37 echo "\n"; // new line to separate the output between each element
H A Darray_diff_key_variation5.phpt17 // loop through each element of the array for arr1
H A Darray_walk_basic2.phpt29 echo "\n"; // new line to separate the output between each element
43 echo "\n"; // new line to separate the output between each element
H A Darray_walk_recursive_basic2.phpt29 echo "\n"; // new line to separate the output between each element
43 echo "\n"; // new line to separate the output between each element
/PHP-7.2/Zend/tests/
H A Dbug71067.phpt2 Bug #71067 (Local object in class method stays in memory for each call)
/PHP-7.2/ext/reflection/tests/
H A DReflectionClass_getInterfaces_003.phpt24 echo "The result is an array in which each element is an object (an instance of ReflectionClass)\n";
51 The result is an array in which each element is an object (an instance of ReflectionClass)
/PHP-7.2/ext/hash/
H A DREADME18 hash(), hash_file(), and hash_final() each support an optional boolean parameter $raw_output which …
/PHP-7.2/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2b.phpt20 // Since each column only has one lob descriptor, the last row is
21 // shown twice because the lob descriptor for each column is reused in
/PHP-7.2/ext/standard/tests/strings/
H A Dstrtok_variation4.phpt6 …* Description: splits a string (str) into smaller strings (tokens), with each token being delimite…
28 // loop through each element of the array and check the working of strtok()
H A Ducwords_variation5.phpt6 * Description: Uppercase the first character of each word in a string
H A Dstrtok_variation3.phpt6 …* Description: splits a string (str) into smaller strings (tokens), with each token being delimite…
54 // loop through each element of the array and check the working of strtok()
H A Dstrtok_variation5.phpt6 …* Description: splits a string (str) into smaller strings (tokens), with each token being delimite…
44 // loop through each element of the array and check the working of strtok()
H A Dstr_split_variation3.phpt7 specified, break the string down into chunks each
40 //loop through each element of $values for 'str' argument
H A Dstrrchr_variation8.phpt27 //loop through to test strrchr() with each needle
H A Dchunk_split_variation13.phpt23 //loop through each element of values for 'str' and default value of 'chunklen'
H A Dstrtok_variation6.phpt6 …* Description: splits a string (str) into smaller strings (tokens), with each token being delimite…
31 // loop through each element of the array and check the working of strtok()
H A Ducwords_variation3.phpt6 * Description: Uppercase the first character of each word in a string
49 // loop through the $str_array array to test ucwords on each element
/PHP-7.2/ext/xsl/tests/
H A Dbug71540.phpt27 <xsl:for-each select="user">
32 </xsl:for-each>
/PHP-7.2/tests/output/
H A Dob_start_basic_002.phpt25 // Use each of the above functions as an output buffering callback:

Completed in 22 milliseconds

12345678910>>...42