Home
last modified time | relevance | path

Searched refs:loop (Results 101 – 125 of 1147) sorted by relevance

12345678910>>...46

/PHP-5.5/ext/standard/tests/strings/
H A Dstrrchr_variation4.phpt35 //loop through to test strrchr() with each needle
H A Dbin2hex_basic.phpt27 // loop through with each element of the $strings array to test bin2hex() function
H A Dhtmlspecialchars_decode_variation6.phpt24 //loop through the strings array to check if htmlspecialchars_decode() is binary safe
H A Dstrip_tags_variation8.phpt31 //loop through the various elements of strings array to test strip_tags() functionality
H A Dstrncmp_variation9.phpt47 /* loop through to compare each string with the other string */
H A Dstrip_tags_variation6.phpt26 //loop through the strings array to check if strip_tags() is binary safe
H A Daddcslashes_001.phpt25 /* loop prints string with backslashes before characters
/PHP-5.5/ext/gd/tests/
H A Dimagecolorallocate_variation6.phpt31 // loop through each element of the array for blue
/PHP-5.5/tests/lang/
H A DforeachLoopObjects.004.phpt2 Foreach loop tests - Removing the current element from an iterated object.
/PHP-5.5/ext/standard/tests/array/
H A Darray_keys_variation_001.phpt23 /* loop through to test array_keys() with different arrays */
/PHP-5.5/ext/date/tests/
H A Dgetdate_variation6.phpt22 // loop through each element of the array for timestamp
H A Dgmstrftime_variation3.phpt24 // loop through each element of the array for timestamp
H A Dstrftime_variation3.phpt24 // loop through each element of the array for timestamp
H A Dstrftime_variation7.phpt26 // loop through each element of the array for timestamp
H A Dgetdate_variation2.phpt25 // loop through each element of the array for timestamp
H A Dgmmktime_variation9.phpt28 // loop through each element of the array for min
H A Dgmstrftime_variation13.phpt32 // loop through each element of the array for timestamp
H A Dgmstrftime_variation14.phpt32 // loop through each element of the array for timestamp
H A Dgmstrftime_variation21.phpt31 // loop through each element of the array for timestamp
H A Dgmstrftime_variation5.phpt27 // loop through each element of the array for timestamp
H A Dstrftime_variation13.phpt32 // loop through each element of the array for timestamp
H A Dstrftime_variation14.phpt32 // loop through each element of the array for timestamp
H A Dstrftime_variation21.phpt31 // loop through each element of the array for timestamp
H A Dstrftime_variation5.phpt26 // loop through each element of the array for timestamp
/PHP-5.5/ext/standard/
H A Dimage.c183 unsigned int loop; in php_swf_get_bits() local
186 for (loop = pos; loop < pos + count; loop++) in php_swf_get_bits()
189 ((((buffer[loop / 8]) >> (7 - (loop % 8))) & 0x01) << (count - (loop - pos) - 1)); in php_swf_get_bits()

Completed in 42 milliseconds

12345678910>>...46