Home
last modified time | relevance | path

Searched refs:loop (Results 126 – 150 of 1136) sorted by relevance

12345678910>>...46

/PHP-5.3/ext/standard/
H A Dimage.c179 unsigned int loop; in php_swf_get_bits() local
182 for (loop = pos; loop < pos + count; loop++) in php_swf_get_bits()
185 ((((buffer[loop / 8]) >> (7 - (loop % 8))) & 0x01) << (count - (loop - pos) - 1)); in php_swf_get_bits()
/PHP-5.3/ext/standard/tests/array/
H A Darray_chunk_basic1.phpt33 // loop through each element of the array for input
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
/PHP-5.3/ext/standard/tests/file/
H A Drename_variation1.phpt33 /* loop through each $src_dirs and rename it to $dest_dir */
H A Dis_dir_variation4.phpt38 /* loop through to test each element the above array */
H A Dis_executable_variation3.phpt44 /* loop through to test each element in the above array
/PHP-5.3/ext/standard/tests/strings/
H A Ducwords_basic.phpt34 // loop through the $strings array to test ucwords on each element
H A Dnl2br_variation1.phpt39 //loop through $strings array to test nl2br() function with each element
H A Dstrip_tags_basic1.phpt34 // loop through the $string_array to test strip_tags on various inputs
H A Dstrip_tags_basic2.phpt29 // loop through the $string with various $allowed_tags_array to test strip_tags
H A Daddcslashes_001.phpt25 /* loop prints string with backslashes before characters
/PHP-5.3/ext/standard/tests/general_functions/
H A Descapeshellarg_variation1-win32.phpt69 // loop through each element of $inputs to check the behaviour of escapeshellarg()
H A Descapeshellarg_variation1.phpt69 // loop through each element of $inputs to check the behaviour of escapeshellarg()
/PHP-5.3/ext/date/tests/
H A Dgmstrftime_variation15.phpt31 // loop through each element of the array for timestamp
H A Dgmstrftime_variation16.phpt31 // loop through each element of the array for timestamp
H A Dgmstrftime_variation6.phpt27 // 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_variation3.phpt25 // loop through each element of the array for timestamp
H A Dgmstrftime_variation22.phpt35 // loop through each element of the array for timestamp
H A Dgmstrftime_variation7.phpt25 // loop through each element of the array for timestamp
H A Didate_variation4.phpt30 // loop through each element of the array for timestamp
H A Dstrftime_variation15.phpt31 // loop through each element of the array for timestamp
H A Dstrftime_variation16.phpt31 // loop through each element of the array for timestamp
/PHP-5.3/tests/lang/
H A DforeachLoop.010.phpt31 echo "Infinite loop detected\n";

Completed in 35 milliseconds

12345678910>>...46