Home
last modified time | relevance | path

Searched refs:counter (Results 201 – 225 of 304) sorted by relevance

12345678910>>...13

/PHP-5.3/ext/standard/tests/array/
H A Darray_push.phpt55 $counter = 1;
58 echo "\n-- Input Array for Iteration $counter is --\n";
62 $counter++;
H A D005.phpt54 $counter = 1;
56 echo "\n-- Input Array for Iteration $counter is -- \n";
60 $counter++;
H A Darray_fill_variation2.phpt84 $counter = 1;
87 echo "-- Iteration $counter --\n";
92 $counter ++;
H A Dend.phpt34 $counter = 1;
36 echo "-- Iteration $counter --\n";
40 $counter++;
H A Dend_64bit.phpt34 $counter = 1;
36 echo "-- Iteration $counter --\n";
40 $counter++;
/PHP-5.3/ext/standard/tests/strings/
H A Djoin_variation2.phpt87 $counter = 1;
89 echo "-- Iteration $counter --\n";
94 $counter ++;
H A Dchop_variation1.phpt88 $counter = 1;
90 echo "-- Iteration $counter --\n";
96 $counter ++;
H A Dstrrpos_variation11.phpt80 $counter = 1;
82 echo "-- Iteration $counter --\n";
86 $counter ++;
H A Dsubstr.phpt31 $counter = 1;
36 echo ("\n--- Iteration ".$counter." ---\n");
56 $counter++;
/PHP-5.3/ext/standard/tests/file/
H A Dpathinfo_basic2-win32.phpt37 $counter = 1;
40 echo "-- Iteration $counter --\n";
46 $counter++;
H A Dfscanf_variation5.phpt41 $counter = 1;
57 $counter = 1;
62 echo "\n-- iteration $counter --\n";
66 $counter++;
H A Dfscanf_variation11.phpt46 $counter = 1;
62 $counter = 1;
67 echo "\n-- iteration $counter --\n";
71 $counter++;
H A Dfscanf_variation30.phpt46 $counter = 1;
62 $counter = 1;
67 echo "\n-- iteration $counter --\n";
71 $counter++;
H A Dfscanf_variation36.phpt41 $counter = 1;
57 $counter = 1;
62 echo "\n-- iteration $counter --\n";
66 $counter++;
H A Dfscanf_variation42.phpt41 $counter = 1;
57 $counter = 1;
62 echo "\n-- iteration $counter --\n";
66 $counter++;
H A Dfscanf_variation48.phpt41 $counter = 1;
57 $counter = 1;
62 echo "\n-- iteration $counter --\n";
66 $counter++;
H A Dfgetc_variation4.phpt38 for($counter =0; $counter < 7; $counter ++) {
H A Dfscanf_variation23.phpt45 $counter = 1;
61 $counter = 1;
66 echo "\n-- iteration $counter --\n";
70 $counter++;
H A Dfscanf_variation28.phpt50 $counter = 1;
66 $counter = 1;
71 echo "\n-- iteration $counter --\n";
75 $counter++;
H A Dfscanf_variation15.phpt49 $counter = 1;
65 $counter = 1;
70 echo "\n-- iteration $counter --\n";
74 $counter++;
/PHP-5.3/tests/lang/
H A DforeachLoop.013.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");';
H A DforeachLoop.015.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");';
/PHP-5.3/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_b.phpt91 $counter = 1;
93 echo "-- Iteration $counter --\n";
96 $counter++;
H A Ddebug_zval_dump_b_64bit.phpt91 $counter = 1;
93 echo "-- Iteration $counter --\n";
96 $counter++;

Completed in 49 milliseconds

12345678910>>...13