Home
last modified time | relevance | path

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

12345678910>>...46

/PHP-7.0/tests/lang/
H A DforeachLoopObjects.004.phpt2 Foreach loop tests - Removing the current element from an iterated object.
/PHP-7.0/ext/standard/tests/strings/
H A Dconvert_uudecode_basic.phpt32 // loop through with each element of the $strings array to test convert_uudecode() function
H A Dnl2br_variation2.phpt37 //loop through $strings array to test nl2br() function with each element
H A Dstrip_tags_variation6.phpt26 //loop through the strings array to check if strip_tags() 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 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
/PHP-7.0/ext/gd/tests/
H A Dimagecolorallocate_variation6.phpt31 // loop through each element of the array for blue
/PHP-7.0/ext/standard/tests/image/
H A Dimage_type_to_mime_type_variation2.phpt33 // loop through each element of the array for imagetype
/PHP-7.0/ext/standard/tests/array/
H A Darray_keys_variation_001.phpt23 /* loop through to test array_keys() with different arrays */
/PHP-7.0/ext/date/tests/
H A Dgetdate_variation2.phpt25 // loop through each element of the array for timestamp
H A Dgetdate_variation6.phpt22 // 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_variation3.phpt24 // 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_variation3.phpt24 // loop through each element of the array for timestamp
H A Dstrftime_variation5.phpt26 // loop through each element of the array for timestamp
H A Dstrftime_variation7.phpt26 // loop through each element of the array for timestamp
/PHP-7.0/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 25 milliseconds

12345678910>>...46