Home
last modified time | relevance | path

Searched refs:counter (Results 126 – 150 of 320) sorted by relevance

12345678910>>...13

/PHP-7.2/ext/standard/tests/strings/
H A Dvfprintf_variation16_64bit.phpt70 $counter = 1;
72 fprintf($fp, "\n-- Iteration %d --\n",$counter);
74 $counter++;
H A Dvfprintf_variation20.phpt93 $counter = 1;
95 fprintf( $fp, "\n-- Iteration %d --\n",$counter);
97 $counter++;
H A Dvfprintf_variation21.phpt90 $counter = 1;
92 fprintf($fp, "\n-- Iteration %d --\n",$counter);
94 $counter++;
H A Dvfprintf_variation4.phpt71 $counter = 1;
73 fprintf($fp, "\n-- Iteration %d --\n",$counter);
75 $counter++;
H A Dvfprintf_variation4_64bit.phpt71 $counter = 1;
73 fprintf($fp, "\n-- Iteration %d --\n",$counter);
75 $counter++;
H A Dvfprintf_variation8.phpt69 $counter = 1;
71 fprintf($fp, "\n-- Iteration %d --\n",$counter);
73 $counter++;
H A Dvprintf_variation1.phpt88 $counter = 1;
90 echo "\n -- Iteration $counter --\n";
94 $counter++;
H A Dvprintf_variation14.phpt73 $counter = 1;
75 echo "\n-- Iteration $counter --\n";
79 $counter++;
H A Dvprintf_variation14_64bit.phpt73 $counter = 1;
75 echo "\n-- Iteration $counter --\n";
79 $counter++;
H A Dvprintf_variation2.phpt84 $counter = 1;
86 echo "\n-- Iteration $counter --\n";
90 $counter++;
H A Dvsprintf_variation1.phpt88 $counter = 1;
90 echo "\n -- Iteration $counter --\n";
92 $counter++;
H A Dvsprintf_variation14.phpt73 $counter = 1;
75 echo "\n-- Iteration $counter --\n";
77 $counter++;
H A Dvsprintf_variation14_64bit.phpt73 $counter = 1;
75 echo "\n-- Iteration $counter --\n";
77 $counter++;
H A Dstrtok_variation6.phpt34 $counter =1;
36 echo "\n--- Iteration $counter ---\n";
44 $counter++;
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 Dvprintf_variation18.phpt61 $counter = 1;
63 echo "\n-- Iteration $counter --\n";
67 $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 ++;
/PHP-7.2/ext/standard/tests/file/
H A Drealpath_basic-win32-mb.phpt44 $counter = 1;
47 echo "\n-- Iteration $counter --\n";
49 $counter++;
H A Dfscanf_variation26.phpt32 $counter = 1;
48 $counter = 1;
53 echo "\n-- iteration $counter --\n";
57 $counter++;
H A Dfscanf_variation53.phpt20 $counter = 1;
28 $counter = 1;
52 echo "\n-- iteration $counter --\n";
66 $counter++;
/PHP-7.2/ext/standard/tests/array/
H A Darray_pop.phpt33 $counter = 1;
36 echo "\n-- Input Array for Iteration $counter is --\n";
40 $counter++;
H A Dsizeof_variation5.phpt58 $counter = 1;
61 echo "-- Iteration $counter --\n";
66 $counter++;

Completed in 45 milliseconds

12345678910>>...13