Home
last modified time | relevance | path

Searched refs:counter (Results 151 – 175 of 275) sorted by relevance

1234567891011

/PHP-7.4/ext/standard/tests/strings/
H A Dvfprintf_variation14.phpt77 $counter = 1;
79 fprintf($fp, "\n-- Iteration %d --\n",$counter);
81 $counter++;
H A Dvfprintf_variation14_64bit.phpt77 $counter = 1;
79 fprintf($fp, "\n-- Iteration %d --\n",$counter);
81 $counter++;
H A Dvfprintf_variation18.phpt66 $counter = 1;
68 fprintf($fp, "\n-- Iteration %d --\n",$counter);
70 $counter++;
H A Dvsprintf_variation18.phpt61 $counter = 1;
63 echo "\n-- Iteration $counter --\n";
65 $counter++;
H A Djoin_variation1.phpt89 $counter = 1;
91 echo "-- Iteration $counter --\n";
96 $counter ++;
H A Dprintf.phpt52 $counter = 1;
59 echo "\n\nFloat Iteration $counter";
65 $counter++;
71 $counter = 1;
78 echo "\n\nInteger Iteration $counter";
84 $counter++;
H A Dprintf_64bit.phpt52 $counter = 1;
59 echo "\n\nFloat Iteration $counter";
65 $counter++;
71 $counter = 1;
78 echo "\n\nInteger Iteration $counter";
84 $counter++;
H A Djoin_variation2.phpt87 $counter = 1;
89 echo "-- Iteration $counter --\n";
94 $counter ++;
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation54.phpt44 $counter = 1;
51 echo "\n-- iteration $counter --\n";
H A Dis_writable_variation1.phpt48 $counter = 1;
52 echo "-- Iteration $counter --\n";
55 $counter++;
H A Dreadlink_realpath_basic1.phpt50 $counter = 1;
54 echo "\n-- Iteration $counter --\n";
57 $counter++;
H A Dsymlink_link_linkinfo_is_link_basic1.phpt53 $counter = 1;
57 echo "\n-- Iteration $counter --\n";
84 $counter++;
H A Dglob_variation-win32-mb.phpt44 $counter = 1;
48 echo "\n-- Iteration $counter --\n";
55 $counter++;
71 $counter = 1;
75 echo "-- Iteration $counter --\n";
77 $counter++;
H A Dglob_variation-win32.phpt43 $counter = 1;
47 echo "\n-- Iteration $counter --\n";
54 $counter++;
70 $counter = 1;
74 echo "-- Iteration $counter --\n";
76 $counter++;
H A Dglob_variation.phpt46 $counter = 1;
50 echo "\n-- Iteration $counter --\n";
57 $counter++;
73 $counter = 1;
77 echo "-- Iteration $counter --\n";
79 $counter++;
/PHP-7.4/ext/standard/tests/array/
H A Dsizeof_variation2.phpt39 $counter = 1;
42 echo "-- Iteration $counter --\n";
57 $counter++;
H A Dshuffle_variation3.phpt53 $counter = 1;
55 echo "\n-- Iteration $counter --\n";
59 $counter++;
H A Darray_fill_variation5.phpt42 $counter = 1;
45 echo "-- Iteration $counter --\n";
50 $counter++;
H A Darray_rand_variation4.phpt49 $counter = 1;
51 echo "\n-- Iteration $counter --\n";
63 $counter++;
H A Dshuffle_variation4.phpt56 $counter = 1;
58 echo "\n-- Iteration $counter --\n";
62 $counter++;
/PHP-7.4/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_b.phpt86 $counter = 1;
88 echo "-- Iteration $counter --\n";
90 $counter++;
H A Ddebug_zval_dump_b_64bit.phpt90 $counter = 1;
92 echo "-- Iteration $counter --\n";
94 $counter++;
H A Dis_callable_variation1.phpt19 $counter = 1;
21 echo "-- Iteration $counter --\n";
29 $counter++;
/PHP-7.4/tests/lang/
H A DforeachLoop.012.phpt14 $counter=0;
21 echo " iteration $counter: \$k=$k; \$v=$v\n";
23 $counter++;
24 if ($counter>MAX_LOOPS) {
57 $transform = 'array_push($a, "new.$counter");';
64 $transform = 'array_unshift($a, "new.$counter");';
H A DforeachLoop.014.phpt14 $counter=0;
23 echo " iteration $counter: \$k=$k; \$v=$v\n";
25 $counter++;
26 if ($counter>MAX_LOOPS) {
59 $transform = 'array_push($a, "new.$counter");';
66 $transform = 'array_unshift($a, "new.$counter");';

Completed in 41 milliseconds

1234567891011