Home
last modified time | relevance | path

Searched refs:loop (Results 1 – 25 of 1136) sorted by last modified time

12345678910>>...46

/PHP-5.3/tests/output/
H A Dob_implicit_flush_variation_001.phpt96 // loop through each element of the array for flag
/PHP-5.3/tests/lang/
H A DforeachLoop.001.phpt2 Foreach loop tests - basic loop with just value and key => value.
14 //check key and value after the loop.
25 //check key and value after the loop.
29 //Ensure counter is advanced during loop
H A DforeachLoop.002.phpt2 Foreach loop tests - modifying the array during the loop.
35 //avoid infinite loop if test is failing
49 //avoid infinite loop if test is failing
H A DforeachLoop.003.phpt2 Foreach loop tests - error case: not an array.
H A DforeachLoop.004.phpt2 Foreach loop tests - using an array element as the $value
H A DforeachLoop.005.phpt2 Foreach loop tests - modifying the array during the loop: special case. Behaviour is good since php…
H A DforeachLoop.006.phpt2 Foreach loop tests - error case: key is a reference.
H A DforeachLoop.007.phpt2 Foreach loop tests - error case: reference to constant array.
H A DforeachLoop.008.phpt2 Foreach loop tests - error case: reference to constant array, with key.
H A DforeachLoop.009.phpt2 Foreach loop tests - foreach operates on the original array if the array is referenced outside the
8 echo "\nRemove elements from a referenced array during loop\n";
16 echo "\nRemove elements from a referenced array during loop, using &\$value\n";
24 echo "\nAdd elements to a referenced array during loop\n";
38 echo "\nAdd elements to a referenced array during loop, using &\$value\n";
55 Remove elements from a referenced array during loop
59 Remove elements from a referenced array during loop, using &$value
63 Add elements to a referenced array during loop
73 Add elements to a referenced array during loop, using &$value
H A DforeachLoop.010.phpt31 echo "Infinite loop detected\n";
H A DforeachLoop.012.phpt80 --> Do loop:
94 --> Do loop:
111 --> Do loop:
131 --> Do loop:
149 --> Do loop:
163 --> Do loop:
180 --> Do loop:
200 --> Do loop:
218 --> Do loop:
232 --> Do loop:
[all …]
H A DforeachLoop.013.phpt80 --> Do loop:
94 --> Do loop:
111 --> Do loop:
132 --> Do loop:
150 --> Do loop:
164 --> Do loop:
181 --> Do loop:
201 --> Do loop:
219 --> Do loop:
233 --> Do loop:
[all …]
H A DforeachLoop.014.phpt81 --> Do loop:
95 --> Do loop:
112 --> Do loop:
133 --> Do loop:
151 --> Do loop:
165 --> Do loop:
182 --> Do loop:
202 --> Do loop:
220 --> Do loop:
234 --> Do loop:
[all …]
H A DforeachLoop.015.phpt82 --> Do loop:
96 --> Do loop:
113 --> Do loop:
134 --> Do loop:
152 --> Do loop:
166 --> Do loop:
183 --> Do loop:
203 --> Do loop:
221 --> Do loop:
235 --> Do loop:
[all …]
H A DforeachLoopObjects.001.phpt2 Foreach loop on objects - basic loop with just value and key => value.
15 echo "\n\nSimple loop.\n";
23 echo "\nCheck key and value after the loop.\n";
27 echo "\n\nObject instantiated inside loop.\n";
34 echo "\nCheck key and value after the loop.\n";
40 Simple loop.
51 Check key and value after the loop.
56 Object instantiated inside loop.
67 Check key and value after the loop.
H A DforeachLoopObjects.002.phpt2 Foreach loop tests - visibility.
H A DforeachLoopObjects.003.phpt2 Foreach loop tests - modifying the object during the loop.
H A DforeachLoopObjects.004.phpt2 Foreach loop tests - Removing the current element from an iterated object.
H A DforeachLoopObjects.005.phpt2 Foreach loop tests - removing properties before and after the current property during the loop.
H A DforeachLoopObjects.006.phpt2 Foreach loop tests - substituting the entire iterated entity during the loop.
H A D023.phpt72 3 loop iterations should follow:<br>
H A D024.phpt415 3 loop iterations should follow:
640 3 loop iterations should follow:
865 3 loop iterations should follow:
1090 3 loop iterations should follow:
1315 3 loop iterations should follow:
1540 3 loop iterations should follow:
1765 3 loop iterations should follow:
1990 3 loop iterations should follow:
2215 3 loop iterations should follow:
2440 3 loop iterations should follow:
[all …]
H A D027.phpt2 Testing do-while loop
/PHP-5.3/tests/func/
H A D005a.phpt24 /* infinite loop to simulate long processing */

Completed in 66 milliseconds

12345678910>>...46