Home
last modified time | relevance | path

Searched refs:counter (Results 26 – 50 of 227) sorted by relevance

12345678910

/php-src/tests/classes/
H A Dsingleton_001.phpt7 private $counter = 0;
10 echo ++$this->counter;
/php-src/ext/standard/tests/url/
H A Dbase64_encode_basic_002.phpt25 $counter = 1;
27 echo "-- Iteration $counter --\n";
38 $counter ++;
/php-src/ext/standard/tests/strings/
H A Dvprintf_variation13.phpt44 $counter = 1;
46 echo "\n-- Iteration $counter --\n";
47 $result = vprintf($format, $args_array[$counter-1]);
50 $counter++;
H A Dvprintf_variation13_64bit.phpt44 $counter = 1;
46 echo "\n-- Iteration $counter --\n";
47 $result = vprintf($format, $args_array[$counter-1]);
50 $counter++;
H A Dvprintf_variation7.phpt56 $counter = 1;
58 echo "\n-- Iteration $counter --\n";
59 $result = vprintf($format, $args_array[$counter-1]);
62 $counter++;
H A Daddcslashes_001.phpt26 $counter = 1;
28 echo "-- Iteration $counter --\n";
34 $counter++;
H A Djoin_variation4.phpt38 $counter = 1;
40 echo "-- Iteration $counter --\n";
46 $counter++;
/php-src/ext/standard/tests/array/
H A Dextract_variation2.phpt13 $counter = 0;
16 echo "\n-- Iteration $counter --\n";
17 $counter++;
H A Dextract_variation4.phpt13 $counter = 0;
16 echo "\n-- Iteration $counter --\n";
17 $counter++;
H A Dextract_variation3.phpt13 $counter = 0;
16 echo "\n-- Iteration $counter --\n";
17 $counter++;
H A Darray_fill_variation3.phpt48 $counter = 1;
51 echo "-- Iteration $counter --\n";
56 $counter++;
H A Darray_fill_variation4.phpt28 $counter = 1;
31 echo "-- Iteration $counter --\n";
36 $counter++;
H A Darray_search_variation2.phpt32 $counter = 1;
34 echo "-- Iteration $counter --\n";
41 $counter++;
H A Din_array_variation2.phpt31 $counter = 1;
33 echo "-- Iteration $counter --\n";
40 $counter++;
/php-src/tests/lang/
H A Dstatic_basic_001.phpt21 static $counter=0;
22 echo "------------- Call $counter --------------\n";
34 $counter++;
H A DforeachLoopObjects.003.phpt40 $counter=0;
42 $newPropName = "new$counter";
43 $obj->$newPropName = "Added property $counter";
44 if ($counter++>10) {
54 $counter=0;
56 $newPropName = "new$counter";
57 $obj->$newPropName = "Added property $counter";
58 if ($counter++>10) {
/php-src/ext/standard/tests/file/
H A Drename_variation1-win32.phpt34 $counter = 1;
38 echo "-- Iteration $counter --\n";
50 $counter++;
H A Drename_variation1.phpt32 $counter = 1;
35 echo "-- Iteration $counter --\n";
47 $counter++;
H A Dfscanf_variation10.phpt36 $counter = 1;
52 $counter = 1;
57 echo "\n-- iteration $counter --\n";
65 $counter++;
H A Dfscanf_variation29.phpt36 $counter = 1;
52 $counter = 1;
57 echo "\n-- iteration $counter --\n";
65 $counter++;
H A Dfscanf_variation35.phpt31 $counter = 1;
47 $counter = 1;
52 echo "\n-- iteration $counter --\n";
60 $counter++;
H A Dfscanf_variation4.phpt32 $counter = 1;
48 $counter = 1;
53 echo "\n-- iteration $counter --\n";
61 $counter++;
H A Dfscanf_variation41.phpt31 $counter = 1;
47 $counter = 1;
52 echo "\n-- iteration $counter --\n";
60 $counter++;
H A Dfscanf_variation47.phpt31 $counter = 1;
47 $counter = 1;
52 echo "\n-- iteration $counter --\n";
60 $counter++;
/php-src/Zend/tests/
H A Dbug38624.phpt10 $this->counter++;
31 #0 %s(%d): impl->__get('counter')

Completed in 38 milliseconds

12345678910