Home
last modified time | relevance | path

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

12345678910>>...27

/php-src/ext/standard/tests/strings/
H A Dstrip_tags_basic2.phpt22 // loop through the $string with various $allowed_tags_array to test strip_tags
H A Dstrtr_variation1.phpt37 /* loop through to test strtr() with each element of $str_arr */
H A Dstrtr_variation2.phpt41 /* loop through to test strtr() with each element of $str_arr */
/php-src/ext/standard/tests/array/
H A Darsort_variation5.phpt33 // loop through to test arsort() with different arrays
42 // loop through $flags array and setting all possible flag values
H A Dasort_variation5.phpt33 // loop through to test asort() with different arrays
42 // loop through $flags array and setting all possible flag values
H A Darray_merge_variation1.phpt83 // loop through each element of $inputs to check the behavior of array_merge()
H A Darray_search_variation2.phpt28 /* loop to do loose and strict type check of elements in
H A Darray_diff_variation4.phpt90 // loop through each element of the array for $arr2
/php-src/ext/standard/tests/general_functions/
H A Dis_bool.phpt13 /* loop to check that is_bool() recognizes different
118 /* loop through the $not_bool_types to see working of
H A Dis_null.phpt31 /* loop to check that is_null() recognizes different
118 /* loop through the $not_null_types to see working of
H A Dis_string.phpt49 /* loop to check that is_string() recognizes different
131 /* loop through the $not_strings to see working of
/php-src/tests/lang/
H A DforeachLoop.010.phpt31 echo "Infinite loop detected\n";
/php-src/ext/ctype/tests/
H A Dctype_alnum_variation3.phpt42 // loop through each element of $values to test behaviour of ctype_alnum()
H A Dctype_alpha_variation3.phpt43 // loop through each element of $values to test behaviour of ctype_alnum()
/php-src/ext/standard/tests/file/
H A Dfilesize_variation3.phpt15 // truncate the same file, in the loop , each time with the decrement in size by 1200 bytes,
H A Dis_file_variation4.phpt33 /* loop through to test each element in the above array */
H A Drename_variation1-win32.phpt36 /* loop through each $src_dirs and rename it to $dest_dir */
H A Drename_variation1.phpt33 /* loop through each $src_dirs and rename it to $dest_dir */
/php-src/ext/date/tests/
H A Dgetdate_variation4.phpt20 // loop through each element of the array for timestamp
H A Dgmdate_variation13.phpt26 // loop through each element of the array for format
H A Dstrftime_variation22.phpt29 // loop through each element of the array for timestamp
H A Dstrftime_variation4.phpt18 // loop through each element of the array for timestamp
/php-src/ext/simplexml/tests/
H A Dbug55098.phpt2 Bug #55098 (SimpleXML iteration produces infinite loop)
/php-src/ext/opcache/tests/match/
H A D001.phpt50 1: 0005 - 0013 (loop)
/php-src/ext/standard/
H A Dimage.c147 unsigned int loop; in php_swf_get_bits() local
150 for (loop = pos; loop < pos + count; loop++) in php_swf_get_bits()
153 ((((buffer[loop / 8]) >> (7 - (loop % 8))) & 0x01) << (count - (loop - pos) - 1)); in php_swf_get_bits()

Completed in 42 milliseconds

12345678910>>...27