Home
last modified time | relevance | path

Searched refs:loop (Results 476 – 500 of 701) sorted by relevance

1...<<11121314151617181920>>...29

/PHP-7.4/ext/standard/tests/strings/
H A Dchunk_split_variation10.phpt46 //loop through each element of values for 'ending'
H A Dstrtoupper1-win32.phpt42 /* loop through to check possible variations */
H A Dstripos_variation1.phpt74 /* loop through to get the position of the needle in haystack string */
H A Dstrtolower-win32.phpt42 /* loop through to check possible variations */
/PHP-7.4/ext/standard/tests/file/
H A Dpathinfo_basic2.phpt38 /* loop through $paths to test each $path in the above array */
H A Dfgetcsv_variation14.phpt68 } //end of mode loop
/PHP-7.4/ext/mbstring/tests/
H A Dmb_substitute_character_variation1.phpt110 // loop through each element of the array for substchar
/PHP-7.4/ext/spl/tests/
H A Dclass_implements_variation1.phpt104 // loop through each element of the array for pattern
H A Dclass_uses_variation1.phpt104 // loop through each element of the array for pattern
H A DSplFileObject_fputcsv_variation10.phpt55 } //end of mode loop
/PHP-7.4/ext/standard/tests/array/
H A Darray_unshift_variation5.phpt70 // loop through the various elements of $arrays to test array_unshift()
H A Darray_unshift_variation9.phpt70 // loop through the various elements of $arrays to test array_unshift()
H A Dend.phpt32 /* loop through $arrays to print the last element of each sub-array */
H A Dend_64bit.phpt32 /* loop through $arrays to print the last element of each sub-array */
H A Darray_intersect_assoc_variation3.phpt88 // loop through each sub-array within $arrrays to check the behavior of array_intersect_assoc()
H A Darray_intersect_assoc_variation4.phpt87 // loop through each sub-array within $arrrays to check the behavior of array_intersect_assoc()
H A Darray_map_variation17.phpt67 // loop through each element of $inputs to check the behavior of array_map
H A Darray_merge_recursive_variation5.phpt59 // loop through each sub array of $arrays and check the behavior of array_merge_recursive()
H A Darray_merge_variation1.phpt88 // loop through each element of $inputs to check the behavior of array_merge()
H A Darray_merge_variation2.phpt88 // loop through each element of $inputs to check the behavior of array_merge()
H A Darray_unshift_variation4.phpt74 // loop through the various elements of $arrays to test array_unshift()
H A Deach_variation1.phpt86 // loop through each element of $inputs to check the behavior of each()
/PHP-7.4/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_v.phpt110 /* loop to display the variables and its reference count using
/PHP-7.4/build/
H A Dltmain.sh3357 loop=$revision
3358 while test "$loop" -ne 0; do
3359 iface=`expr $revision - $loop`
3360 loop=`expr $loop - 1`
3380 loop=$age
3381 while test "$loop" -ne 0; do
3382 iface=`expr $current - $loop`
3383 loop=`expr $loop - 1`
/PHP-7.4/ext/standard/tests/dir/
H A Dscandir_variation3-win32-mb.phpt96 // loop through each element of $inputs to check the behavior of scandir()

Completed in 39 milliseconds

1...<<11121314151617181920>>...29