Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.2/ext/standard/tests/array/
H A Dsizeof_object2.phpt77 $counter = 1;
80 echo "-- Iteration $counter --\n";
95 $counter++;
/PHP-7.2/ext/standard/tests/file/
H A Dfgetc_variation4.phpt38 for($counter =0; $counter < 7; $counter ++) {
H A Dfscanf_variation15.phpt49 $counter = 1;
65 $counter = 1;
70 echo "\n-- iteration $counter --\n";
74 $counter++;
H A Dfscanf_variation17.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_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_variation21.phpt49 $counter = 1;
65 $counter = 1;
70 echo "\n-- iteration $counter --\n";
74 $counter++;
H A Dfscanf_variation23.phpt45 $counter = 1;
61 $counter = 1;
66 echo "\n-- iteration $counter --\n";
70 $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_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 Dfscanf_variation49.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_variation6.phpt47 $counter = 1;
63 $counter = 1;
68 echo "\n-- iteration $counter --\n";
72 $counter++;
/PHP-7.2/ext/standard/tests/strings/
H A Dsubstr.phpt31 $counter = 1;
36 echo ("\n--- Iteration ".$counter." ---\n");
56 $counter++;
H A Dbug72433.phpt12 // We need to increment the reference counter of our ArrayObject s.t. all reference counters of our…
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";
95 $counter ++;
H A Dimplode1.phpt52 $counter = 1;
54 echo "-- Iteration $counter --\n";
56 $counter++;
/PHP-7.2/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_v.phpt112 $counter = 1;
114 echo "-- Iteration $counter --\n";
116 $counter++;
/PHP-7.2/Zend/tests/
H A Dzend2.php.txt7 var $counter = 0;
11 print ++$this->counter;
/PHP-7.2/tests/lang/
H A DforeachLoop.001.phpt29 //Ensure counter is advanced during loop

Completed in 39 milliseconds

12345678910>>...13