Home
last modified time | relevance | path

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

12345678910>>...47

/PHP-7.1/ext/date/tests/
H A Dstrftime_variation16.phpt31 // loop through each element of the array for timestamp
H A Dstrftime_variation22.phpt35 // loop through each element of the array for timestamp
H A Dstrftime_variation6.phpt28 // loop through each element of the array for timestamp
H A Dgetdate_variation4.phpt26 // loop through each element of the array for timestamp
H A Dgmdate_variation13.phpt31 // loop through each element of the array for format
/PHP-7.1/ext/standard/tests/strings/
H A Daddcslashes_001.phpt25 /* loop prints string with backslashes before characters
H A Djoin_variation4.phpt45 /* loop through each element of $glues and call join */
H A Dstrtr_variation4.phpt40 /* loop through to test strtr() with each element of $str_arr */
/PHP-7.1/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_chunk_variation6.phpt39 // loop through the array for 'array' argument
H A Darray_fill_variation3.phpt50 // loop through each element of the array for 'val' argument
/PHP-7.1/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;
H A Dbug38173.phpt51 // dies on oci_free_statement on 2nd pass through loop
/PHP-7.1/ext/standard/tests/general_functions/
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
H A Dis_object.phpt93 /* loop to check that is_object() recognizes different
133 /* loop through the $not_objects to see working of
/PHP-7.1/ext/standard/
H A Dimage.c186 unsigned int loop; in php_swf_get_bits() local
189 for (loop = pos; loop < pos + count; loop++) in php_swf_get_bits()
192 ((((buffer[loop / 8]) >> (7 - (loop % 8))) & 0x01) << (count - (loop - pos) - 1)); in php_swf_get_bits()
/PHP-7.1/ext/standard/tests/file/
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 */
H A Dfilegroup_variation2.phpt32 /* loop through to test each element the above array */
H A Dis_dir_variation4.phpt38 /* loop through to test each element the above array */
/PHP-7.1/ext/standard/tests/math/
H A Dbase_convert_variation1.phpt70 // loop through each element of $inputs to check the behaviour of base_convert()

Completed in 46 milliseconds

12345678910>>...47