Home
last modified time | relevance | path

Searched refs:counter (Results 251 – 275 of 310) sorted by path

1...<<111213

/PHP-5.5/ext/standard/tests/strings/
H A Dvprintf_variation17.phpt38 $counter = 1;
40 echo "\n-- Iteration $counter --\n";
41 $result = vprintf($format, $args_array[$counter-1]);
44 $counter++;
H A Dvprintf_variation18.phpt61 $counter = 1;
63 echo "\n-- Iteration $counter --\n";
67 $counter++;
H A Dvprintf_variation19.phpt47 $counter = 1;
49 echo"\n-- Iteration $counter --\n";
50 $result = vprintf($format, $args_array[$counter-1]);
53 $counter++;
H A Dvprintf_variation19_64bit.phpt47 $counter = 1;
49 echo"\n-- Iteration $counter --\n";
50 $result = vprintf($format, $args_array[$counter-1]);
53 $counter++;
H A Dvprintf_variation2.phpt84 $counter = 1;
86 echo "\n-- Iteration $counter --\n";
90 $counter++;
H A Dvprintf_variation3.phpt46 $counter = 1;
48 echo "\n-- Iteration $counter --\n";
49 $result = vprintf($format, $args_array[$counter-1]);
52 $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 Dvprintf_variation5.phpt46 $counter = 1;
48 echo "\n-- Iteration $counter --\n";
49 $result = vprintf($format, $args_array[$counter-1]);
52 $counter++;
H A Dvprintf_variation6.phpt61 $counter = 1;
63 echo "\n-- Iteration $counter --\n";
67 $counter++;
H A Dvprintf_variation7.phpt60 $counter = 1;
62 echo "\n-- Iteration $counter --\n";
63 $result = vprintf($format, $args_array[$counter-1]);
66 $counter++;
H A Dvprintf_variation8.phpt64 $counter = 1;
66 echo "\n-- Iteration $counter --\n";
70 $counter++;
H A Dvprintf_variation9.phpt45 $counter = 1;
47 echo "\n-- Iteration $counter --\n";
48 $result = vprintf($format, $args_array[$counter-1]);
51 $counter++;
H A Dvsprintf_variation1.phpt88 $counter = 1;
90 echo "\n -- Iteration $counter --\n";
92 $counter++;
H A Dvsprintf_variation10.phpt68 $counter = 1;
70 echo "\n-- Iteration $counter --\n";
72 $counter++;
H A Dvsprintf_variation11.phpt49 $counter = 1;
51 echo "\n-- Iteration $counter --\n";
52 var_dump( vsprintf($format, $args_array[$counter-1]) );
53 $counter++;
H A Dvsprintf_variation11_64bit.phpt49 $counter = 1;
51 echo "\n-- Iteration $counter --\n";
52 var_dump( vsprintf($format, $args_array[$counter-1]) );
53 $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 Dvsprintf_variation13.phpt49 $counter = 1;
51 echo "\n-- Iteration $counter --\n";
52 var_dump( vsprintf($format, $args_array[$counter-1]) );
53 $counter++;
H A Dvsprintf_variation13_64bit.phpt49 $counter = 1;
51 echo "\n-- Iteration $counter --\n";
52 var_dump( vsprintf($format, $args_array[$counter-1]) );
53 $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 Dvsprintf_variation15.phpt42 $counter = 1;
44 echo "\n-- Iteration $counter --\n";
45 var_dump( vsprintf($format, $args_array[$counter-1]) );
46 $counter++;
H A Dvsprintf_variation15_64bit.phpt42 $counter = 1;
44 echo "\n-- Iteration $counter --\n";
45 var_dump( vsprintf($format, $args_array[$counter-1]) );
46 $counter++;

Completed in 73 milliseconds

1...<<111213