Home
last modified time | relevance | path

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

12345678910>>...46

/PHP-5.5/tests/lang/
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 D031.phpt9 print "Correct - with inner loop reset.\n";
20 print "What happens without inner loop reset.\n";
30 print "What happens without inner loop reset but copy.\n";
41 print "What happens with inner loop reset over copy.\n";
53 Correct - with inner loop reset.
58 What happens without inner loop reset.
61 What happens without inner loop reset but copy.
66 What happens with inner loop reset over copy.
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.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
H A DforeachLoop.006.phpt2 Foreach loop tests - error case: key is a reference.
/PHP-5.5/Zend/
H A Dzend_qsort.c66 register int loop; in zend_qsort_r() local
72 for (loop = 0; loop >= 0; --loop) { in zend_qsort_r()
73 begin = begin_stack[loop]; in zend_qsort_r()
74 end = end_stack[loop]; in zend_qsort_r()
105 begin_stack[loop] = seg2p + siz; in zend_qsort_r()
106 end_stack[loop++] = end; in zend_qsort_r()
112 begin_stack[loop] = begin; in zend_qsort_r()
113 end_stack[loop++] = seg2p - siz; in zend_qsort_r()
/PHP-5.5/Zend/tests/
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 Djump09.phpt13 Fatal error: 'goto' into loop or switch statement is disallowed in %sjump09.php on line 7
H A Djump10.phpt13 Fatal error: 'goto' into loop or switch statement is disallowed in %sjump10.php on line 2
H A Dbug44184.phpt2 Bug #44184 (Double free of loop-variable on exception)
/PHP-5.5/ext/dba/libcdb/
H A Dcdb.c90 c->loop = 0; in cdb_findstart()
135 if (!c->loop) { in cdb_findnext()
150 while (c->loop < c->hslots) { in cdb_findnext()
156 c->loop += 1; in cdb_findnext()
/PHP-5.5/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-5.5/ext/oci8/tests/
H A Dbug37581.phpt21 for i in 1 .. in_str.count loop
23 end loop;
/PHP-5.5/ext/standard/tests/general_functions/
H A Dfloatval.phpt35 /* loop to check that floatval() recognizes different
44 /* loop to check that doubleval() also recognizes different
79 /* loop through the $not_float_types to see working of
88 /* loop through the $not_float_types to see working of
/PHP-5.5/ext/spl/tests/
H A Dbug46053.phpt2 Bug #46053 (SplFileObject::seek - Endless loop)
/PHP-5.5/ext/json/tests/
H A D005.phpt2 json_encode() & endless loop - 3
/PHP-5.5/ext/pcre/tests/
H A Dbug38600.phpt2 Bug #38600 (infinite loop in pcre with extended class)

Completed in 30 milliseconds

12345678910>>...46