Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_variation6.phpt66 $counter = 1;
68 fprintf($fp, "\n-- Iteration %d --\n",$counter);
70 $counter++;
H A Dvprintf_variation16_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_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 Dvprintf_variation10.phpt68 $counter = 1;
70 echo "\n-- Iteration $counter --\n";
74 $counter++;
H A Dvprintf_variation12.phpt72 $counter = 1;
74 echo "\n-- Iteration $counter --\n";
78 $counter++;
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_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_64bit.phpt72 $counter = 1;
74 echo "\n-- Iteration $counter --\n";
76 $counter++;
H A Dvfprintf_variation10.phpt73 $counter = 1;
75 fprintf($fp, "\n-- Iteration %d --\n",$counter);
77 $counter++;
H A Dvfprintf_variation12.phpt77 $counter = 1;
79 fprintf($fp, "\n-- Iteration %d --\n",$counter);
81 $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 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 Dvsprintf_variation1.phpt88 $counter = 1;
90 echo "\n -- Iteration $counter --\n";
92 $counter++;
/PHP-5.5/tests/classes/
H A Dnew_001.phpt11 private static $counter = 0;
14 $this->id = ++Inc::$counter;

Completed in 62 milliseconds

12345678910>>...13