Home
last modified time | relevance | path

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

12345678910>>...47

/PHP-7.1/tests/output/
H A Dob_implicit_flush_variation_001.phpt98 // loop through each element of the array for flag
/PHP-7.1/tests/lang/
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 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 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 DforeachLoopObjects.002.phpt2 Foreach loop tests - visibility.
H A DforeachLoopObjects.003.phpt2 Foreach loop tests - modifying the object during the loop.
H A DforeachLoop.010.phpt31 echo "Infinite loop detected\n";
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.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 DforeachLoopObjects.004.phpt2 Foreach loop tests - Removing the current element from an iterated object.
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.
/PHP-7.1/tests/basic/
H A Dtimeout_variation_0.phpt2 Timeout within while loop
H A Dtimeout_variation_7.phpt2 Timeout within for loop
H A Dtimeout_variation_8.phpt2 Timeout within foreach loop
/PHP-7.1/
H A Dltmain.sh3357 loop=$revision
3358 while test "$loop" -ne 0; do
3359 iface=`expr $revision - $loop`
3360 loop=`expr $loop - 1`
3380 loop=$age
3381 while test "$loop" -ne 0; do
3382 iface=`expr $current - $loop`
3383 loop=`expr $loop - 1`
/PHP-7.1/ext/zlib/tests/
H A Dgzopen_variation2.phpt110 // loop through each element of the array for mode
H A Dgzopen_variation3.phpt111 // loop through each element of the array for use_include_path
H A Dgzopen_variation1.phpt110 // loop through each element of the array for filename
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-7.1/ext/xml/tests/
H A Dxml_parse_variation1.phpt89 // loop through each element of the array for parser
H A Dxml_parser_create_ns_variation1.phpt91 // loop through each element of the array for encoding
H A Dxml_parser_free_variation1.phpt87 // loop through each element of the array for parser
H A Dxml_set_unparsed_entity_decl_handler_variation1.phpt92 // loop through each element of the array for parser
H A Dxml_parser_create_variation1.phpt91 // loop through each element of the array for encoding
H A Dxml_parser_get_option_variation1.phpt88 // loop through each element of the array for parser

Completed in 165 milliseconds

12345678910>>...47