Home
last modified time | relevance | path

Searched refs:counter (Results 101 – 125 of 304) sorted by relevance

12345678910>>...13

/PHP-5.3/ext/standard/tests/strings/
H A Dvprintf_variation12_64bit.phpt72 $counter = 1;
74 echo "\n-- Iteration $counter --\n";
78 $counter++;
H A Dvprintf_variation16.phpt65 $counter = 1;
67 echo "\n-- Iteration $counter --\n";
71 $counter++;
H A Dvprintf_variation16_64bit.phpt65 $counter = 1;
67 echo "\n-- Iteration $counter --\n";
71 $counter++;
H A Dvprintf_variation4.phpt65 $counter = 1;
67 echo "\n-- Iteration $counter --\n";
71 $counter++;
H A Dvprintf_variation4_64bit.phpt65 $counter = 1;
67 echo "\n-- Iteration $counter --\n";
71 $counter++;
H A Dvsprintf_variation12.phpt72 $counter = 1;
74 echo "\n-- Iteration $counter --\n";
76 $counter++;
H A Dvsprintf_variation12_64bit.phpt72 $counter = 1;
74 echo "\n-- Iteration $counter --\n";
76 $counter++;
H A Dvfprintf_variation6.phpt66 $counter = 1;
68 fprintf($fp, "\n-- Iteration %d --\n",$counter);
70 $counter++;
H A Dvsprintf_variation16.phpt65 $counter = 1;
67 echo "\n-- Iteration $counter --\n";
69 $counter++;
H A Dvsprintf_variation16_64bit.phpt65 $counter = 1;
67 echo "\n-- Iteration $counter --\n";
69 $counter++;
H A Dvsprintf_variation2.phpt84 $counter = 1;
86 echo "\n-- Iteration $counter --\n";
88 $counter++;
H A Dvsprintf_variation4.phpt65 $counter = 1;
67 echo "\n-- Iteration $counter --\n";
69 $counter++;
H A Dvsprintf_variation4_64bit.phpt65 $counter = 1;
67 echo "\n-- Iteration $counter --\n";
69 $counter++;
H A Dstrtok_variation3.phpt61 for($counter = 1; $counter <= 10; $counter++) {
H A Dvfprintf_variation16.phpt70 $counter = 1;
72 fprintf($fp, "\n-- Iteration %d --\n",$counter);
74 $counter++;
H A Dvfprintf_variation16_64bit.phpt70 $counter = 1;
72 fprintf($fp, "\n-- Iteration %d --\n",$counter);
74 $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++;
/PHP-5.3/ext/standard/tests/general_functions/
H A Dis_callable_basic1.phpt18 $counter = 1;
20 echo "-- Iteration $counter --\n";
28 $counter++;
/PHP-5.3/ext/standard/tests/file/
H A Dis_readable_variation1.phpt58 $counter = 1;
62 echo "-- Iteration $counter --\n";
64 $counter++;
/PHP-5.3/tests/classes/
H A Dnew_001.phpt11 private static $counter = 0;
14 $this->id = ++Inc::$counter;
/PHP-5.3/ext/standard/tests/array/
H A Darray_rand_variation3.phpt50 $counter = 1;
52 echo "\n-- Iteration $counter --\n";
55 $counter++;
H A Dshuffle_variation2.phpt37 $counter = 1;
39 echo "\n-- Iteration $counter --\n";
43 $counter++;

Completed in 28 milliseconds

12345678910>>...13