Home
last modified time | relevance | path

Searched refs:counter (Results 226 – 250 of 304) sorted by relevance

12345678910>>...13

/PHP-5.3/ext/standard/tests/file/
H A Dfscanf_variation17.phpt45 $counter = 1;
61 $counter = 1;
66 echo "\n-- iteration $counter --\n";
70 $counter++;
H A Dfscanf_variation21.phpt49 $counter = 1;
65 $counter = 1;
70 echo "\n-- iteration $counter --\n";
74 $counter++;
H A Dfscanf_variation3.phpt51 $counter = 1;
67 $counter = 1;
72 echo "\n-- iteration $counter --\n";
76 $counter++;
H A Dfscanf_variation34.phpt55 $counter = 1;
71 $counter = 1;
76 echo "\n-- iteration $counter --\n";
80 $counter++;
H A Dfscanf_variation40.phpt51 $counter = 1;
67 $counter = 1;
72 echo "\n-- iteration $counter --\n";
76 $counter++;
H A Dfscanf_variation46.phpt45 $counter = 1;
61 $counter = 1;
66 echo "\n-- iteration $counter --\n";
70 $counter++;
H A Dfscanf_variation49.phpt47 $counter = 1;
63 $counter = 1;
68 echo "\n-- iteration $counter --\n";
72 $counter++;
H A Dfscanf_variation6.phpt47 $counter = 1;
63 $counter = 1;
68 echo "\n-- iteration $counter --\n";
72 $counter++;
H A Dfscanf_variation12.phpt47 $counter = 1;
63 $counter = 1;
68 echo "\n-- iteration $counter --\n";
72 $counter++;
H A Dfscanf_variation31.phpt47 $counter = 1;
63 $counter = 1;
68 echo "\n-- iteration $counter --\n";
72 $counter++;
H A Dfscanf_variation37.phpt47 $counter = 1;
63 $counter = 1;
68 echo "\n-- iteration $counter --\n";
72 $counter++;
H A Dfscanf_variation43.phpt47 $counter = 1;
63 $counter = 1;
68 echo "\n-- iteration $counter --\n";
72 $counter++;
H A Dpathinfo_variaton.phpt79 $counter = 1;
82 echo "-- Iteration $counter --\n";
88 $counter++;
H A Dfscanf_variation24.phpt51 $counter = 1;
67 $counter = 1;
72 echo "\n-- iteration $counter --\n";
76 $counter++;
H A Dfscanf_variation27.phpt52 $counter = 1;
68 $counter = 1;
73 echo "\n-- iteration $counter --\n";
77 $counter++;
H A Dfscanf_variation9.phpt54 $counter = 1;
70 $counter = 1;
75 echo "\n-- iteration $counter --\n";
79 $counter++;
H A Dfscanf_variation18.phpt53 $counter = 1;
69 $counter = 1;
74 echo "\n-- iteration $counter --\n";
78 $counter++;
H A Dfscanf_variation2.phpt47 $counter = 1;
63 $counter = 1;
68 echo "\n-- iteration $counter --\n";
72 $counter++;
/PHP-5.3/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_v.phpt114 $counter = 1;
116 echo "-- Iteration $counter --\n";
119 $counter++;
/PHP-5.3/ext/standard/tests/strings/
H A Dimplode1.phpt52 $counter = 1;
54 echo "-- Iteration $counter --\n";
56 $counter++;
H A Dstripos_variation11.phpt80 $counter = 1;
82 echo "-- Iteration $counter --\n";
86 $counter ++;
H A Dget_html_translation_table_variation1.phpt70 $counter = 1;
72 echo "-- Iteration $counter --\n";
87 $counter ++;
/PHP-5.3/ext/exif/tests/
H A Dexif_imagetype_variation1.phpt84 $counter = 1;
86 echo "-- Iteration $counter --\n";
88 $counter ++;
/PHP-5.3/Zend/tests/
H A Dzend2.php.txt7 var $counter = 0;
11 print ++$this->counter;
/PHP-5.3/tests/lang/
H A DforeachLoop.001.phpt29 //Ensure counter is advanced during loop

Completed in 39 milliseconds

12345678910>>...13