Home
last modified time | relevance | path

Searched refs:loop (Results 201 – 225 of 701) sorted by relevance

12345678910>>...29

/PHP-7.4/ext/standard/tests/file/
H A Dis_dir_variation4.phpt38 /* loop through to test each element the above array */
H A Dreadlink_variation1.phpt32 /* loop through to test each element the above array */
H A Drename_variation1-win32.phpt40 /* loop through each $src_dirs and rename it to $dest_dir */
H A Drename_variation.phpt29 /* loop through each $file and rename it to rename_variation_renamed.tmp */
H A Dis_file_variation4.phpt38 /* loop through to test each element in the above array */
/PHP-7.4/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.4/ext/standard/tests/general_functions/
H A Dis_null.phpt35 /* loop to check that is_null() recognizes different
122 /* loop through the $not_null_types to see working of
H A Dis_string.phpt53 /* loop to check that is_string() recognizes different
135 /* loop through the $not_strings to see working of
H A Dis_bool.phpt17 /* loop to check that is_bool() recognizes different
122 /* loop through the $not_bool_types to see working of
/PHP-7.4/ext/standard/tests/strings/
H A Dconvert_uuencode_basic.phpt32 // loop through with each element of the $strings array to test convert_uuencode() function
H A Djoin_variation4.phpt45 /* loop through each element of $glues and call join */
H A Dstrip_tags_variation9.phpt27 //loop through the various elements of strings array to test strip_tags() functionality
H A Dstrtr_variation1.phpt43 /* loop through to test strtr() with each element of $str_arr */
H A Dstrtr_variation2.phpt47 /* loop through to test strtr() with each element of $str_arr */
H A Dstrval_variation1.phpt86 // loop through each element of the array for strval
H A Dstrip_tags_variation10.phpt28 //loop through the various elements of strings array to test strip_tags() functionality
H A Dstrip_tags_variation2.phpt76 // loop through each element of the array for allowable_tags
/PHP-7.4/ext/standard/tests/math/
H A Dabs_variation.phpt72 // loop through each element of $inputs to check the behavior of abs()
/PHP-7.4/ext/standard/tests/image/
H A Dgetimagesize_variation3.phpt27 //loop through each element of the array for filename
/PHP-7.4/ext/ctype/tests/
H A Dctype_alnum_variation3.phpt47 // loop through each element of $values to test behaviour of ctype_alnum()
H A Dctype_alpha_variation3.phpt48 // loop through each element of $values to test behaviour of ctype_alnum()
/PHP-7.4/ext/standard/tests/array/
H A Drsort_variation8.phpt34 // loop through to test rsort() with different arrays
H A Darray_chunk_basic2.phpt32 // loop through each element of the array for input
H A Darray_diff_variation4.phpt96 // loop through each element of the array for $arr2
H A Darray_search_variation2.phpt34 /* loop to do loose and strict type check of elements in

Completed in 47 milliseconds

12345678910>>...29