Home
last modified time | relevance | path

Searched refs:loop (Results 1 – 25 of 661) sorted by relevance

12345678910>>...27

/php-src/tests/lang/
H A DforeachLoop.012.phpt79 --> Do loop:
93 --> Do loop:
110 --> Do loop:
130 --> Do loop:
148 --> Do loop:
162 --> Do loop:
179 --> Do loop:
199 --> Do loop:
217 --> Do loop:
231 --> Do loop:
[all …]
H A DforeachLoop.015.phpt81 --> Do loop:
95 --> Do loop:
113 --> Do loop:
134 --> Do loop:
154 --> Do loop:
168 --> Do loop:
185 --> Do loop:
205 --> Do loop:
223 --> Do loop:
237 --> Do loop:
[all …]
H A DforeachLoop.013.phpt79 --> Do loop:
93 --> Do loop:
111 --> Do loop:
132 --> Do loop:
152 --> Do loop:
166 --> Do loop:
183 --> Do loop:
203 --> Do loop:
221 --> Do loop:
235 --> Do loop:
[all …]
H A DforeachLoop.014.phpt81 --> Do loop:
95 --> Do loop:
112 --> 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 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";
38 Simple loop.
49 Check key and value after the loop.
54 Object instantiated inside loop.
65 Check key and value after the loop.
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";
54 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
68 Add elements to a referenced array during loop, using &$value
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.005.phpt2 Foreach loop tests - modifying the array during the loop: special case. Behaviour is good since php…
H A D027.phpt2 Testing do-while loop
/php-src/Zend/tests/weakrefs/
H A Dweakmap_iteration.phpt8 echo "\nEmpty loop:\n";
13 echo "\nSimple loop:\n";
24 echo "\nObject removed during loop:\n";
38 Empty loop:
40 Simple loop:
51 Object removed during loop:
/php-src/ext/standard/tests/url/
H A Dbase64_loop_001.phpt2 Test base64_encode() and base64_decode() function : loop mode
6 * Test base64_encode/base64_decode with loop mode.
9 echo "*** Testing base64_encode() and base64_decode(): loop mode ***\n";
33 *** Testing base64_encode() and base64_decode(): loop mode ***
/php-src/Zend/tests/
H A Dbug79657.phpt11 function loop(): iterable
32 get(...loop());
40 #2 %s(%d): loop()
H A Dgoto_in_foreach.phpt9 echo "loop\n";
15 loop
H A Dbreak_error_003.phpt2 'break' error (not in the loop context)
10 Fatal error: 'break' not in the 'loop' or 'switch' context in %sbreak_error_003.php on line 3
H A Djump07.phpt2 jump 07: goto into loop (backward)
11 Fatal error: 'goto' into loop or switch statement is disallowed in %sjump07.php on line 5
H A Djump08.phpt2 jump 08: goto into loop (forward)
11 Fatal error: 'goto' into loop or switch statement is disallowed in %sjump08.php on line 2
H A Dloop_free_on_return.phpt2 Break out of while loop that is followed by a return statement and inside a foreach loop
H A Dbug73792.phpt2 Bug #73792 (invalid foreach loop hangs script)
8 echo 'loop';
/php-src/ext/dba/libcdb/
H A Dcdb.c88 c->loop = 0; in cdb_findstart()
133 if (!c->loop) { in cdb_findnext()
148 while (c->loop < c->hslots) { in cdb_findnext()
154 c->loop += 1; in cdb_findnext()
/php-src/ext/opcache/tests/jit/
H A Dmethod_call_001.phpt19 static function loop() {
31 A::loop();
/php-src/ext/spl/tests/
H A DSplDoublyLinkedList_consistent_iterator_mode.phpt12 it would advance to the next item in a 'foreach' loop
14 iteration mode was changed in the middle of a loop */
/php-src/ext/zlib/tests/
H A Dbug_40189.phpt2 Bug #40189 (endless loop in zlib.inflate stream filter)
9 // this string is an excerpt of a phar archive that caused an infinite loop
/php-src/ext/standard/tests/general_functions/
H A Dfloatval.phpt31 /* loop to check that floatval() recognizes different
40 /* loop to check that doubleval() also recognizes different
75 /* loop through the $not_float_types to see working of
84 /* loop through the $not_float_types to see working of
/php-src/ext/openssl/tests/
H A Dopenssl_spki_new_basic.phpt25 /* loop over key sizes for test */
28 /* loop to create and verify results */

Completed in 35 milliseconds

12345678910>>...27