Home
last modified time | relevance | path

Searched refs:loop (Results 176 – 200 of 1156) sorted by relevance

12345678910>>...47

/PHP-7.3/ext/standard/tests/strings/
H A Dnl2br_variation1.phpt39 //loop through $strings array to test nl2br() function with each element
H A Ducwords_basic.phpt34 // loop through the $strings array to test ucwords on each element
H A Dchr_variation1.phpt69 // loop through with each element of the $inputs array to test chr() function
/PHP-7.3/ext/standard/tests/file/
H A Dis_executable_variation3.phpt44 /* loop through to test each element in the above array
H A Dis_readable_variation3.phpt43 /* loop through to test each element in the above array
H A Dfilegroup_variation2.phpt32 /* loop through to test each element the above array */
H A Dfileinode_variation2.phpt33 /* loop through to test each element the above array */
H A Dfileowner_variation2.phpt33 /* loop through to test each element the above array */
H A Dfileperms_variation2.phpt32 /* loop through to test each element the above array */
/PHP-7.3/ext/oci8/tests/
H A Dimp_res_get_3.phpt43 …for i in 1..30 loop -- if this value is too big for Oracle's open_cursors, calling imp_res_get_3_…
50 end loop;
/PHP-7.3/ext/standard/tests/array/
H A Darsort_variation5.phpt44 // loop through to test arsort() with different arrays
53 // loop through $flags array and setting all possible flag values
H A Dasort_variation5.phpt44 // loop through to test asort() with different arrays
53 // loop through $flags array and setting all possible flag values
H A Dkrsort_variation5.phpt44 // loop through to test krsort() with different arrays
53 // loop through $flags array and call krsort() with all possible sort flag values
H A Dksort_variation5.phpt44 // loop through to test ksort() with different arrays
53 // loop through $flags array and call ksort() with all possible sort flag values
H A Darray_fill_variation3.phpt50 // loop through each element of the array for 'val' argument
H A Darray_chunk_variation6.phpt39 // loop through the array for 'array' argument
/PHP-7.3/ext/standard/tests/general_functions/
H A Dis_object.phpt93 /* loop to check that is_object() recognizes different
133 /* loop through the $not_objects to see working of
H A Dis_scalar.phpt48 /* loop through each valid scalar variables in $scalar_variables
99 /* loop through each element of $variation_array to see the
/PHP-7.3/ext/standard/
H A Dimage.c184 unsigned int loop; in php_swf_get_bits() local
187 for (loop = pos; loop < pos + count; loop++) in php_swf_get_bits()
190 ((((buffer[loop / 8]) >> (7 - (loop % 8))) & 0x01) << (count - (loop - pos) - 1)); in php_swf_get_bits()
/PHP-7.3/ext/gd/tests/
H A Dimagecolorallocate_variation5.phpt39 // loop through each element of the array for blue
/PHP-7.3/ext/date/tests/
H A Dgmdate_variation13.phpt31 // loop through each element of the array for format
H A Dgetdate_variation4.phpt26 // loop through each element of the array for timestamp
/PHP-7.3/ext/standard/tests/math/
H A Dbase_convert_variation1.phpt70 // loop through each element of $inputs to check the behaviour of base_convert()
H A Dceil_variation1.phpt66 // loop through each element of $inputs to check the behaviour of ceil()
H A Dfloor_variation1.phpt66 // loop through each element of $inputs to check the behaviour of floor()

Completed in 40 milliseconds

12345678910>>...47