Home
last modified time | relevance | path

Searched refs:counter (Results 51 – 75 of 310) sorted by relevance

12345678910>>...13

/PHP-5.5/ext/standard/tests/strings/
H A Dvprintf_variation13.phpt49 $counter = 1;
51 echo "\n-- Iteration $counter --\n";
52 $result = vprintf($format, $args_array[$counter-1]);
55 $counter++;
H A Dvprintf_variation13_64bit.phpt49 $counter = 1;
51 echo "\n-- Iteration $counter --\n";
52 $result = vprintf($format, $args_array[$counter-1]);
55 $counter++;
H A Dvfprintf_variation13_64bit.phpt54 $counter = 1;
56 fprintf($fp, "\n-- Iteration %d --\n",$counter);
57 vfprintf($fp, $format, $args_array[$counter-1]);
58 $counter++;
H A Dvsprintf_variation7.phpt60 $counter = 1;
62 echo "\n-- Iteration $counter --\n";
63 var_dump( vsprintf($format, $args_array[$counter-1]) );
64 $counter++;
H A Dvfprintf_variation13.phpt54 $counter = 1;
56 fprintf($fp, "\n-- Iteration %d --\n",$counter);
57 vfprintf($fp, $format, $args_array[$counter-1]);
58 $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 Daddcslashes_001.phpt27 $counter = 1;
29 echo "-- Iteration $counter --\n";
31 $counter++;
H A Dvfprintf_variation7.phpt65 $counter = 1;
67 fprintf($fp, "\n-- Iteration %d --\n",$counter);
68 vfprintf($fp, $format, $args_array[$counter-1]);
69 $counter++;
H A Djoin_variation4.phpt46 $counter = 1;
48 echo "-- Iteration $counter --\n";
50 $counter++;
/PHP-5.5/tests/lang/
H A Dstatic_basic_001.phpt21 static $counter=0;
22 echo "------------- Call $counter --------------\n";
34 $counter++;
H A DforeachLoopObjects.003.phpt39 $counter=0;
41 $newPropName = "new$counter";
42 $obj->$newPropName = "Added property $counter";
43 if ($counter++>10) {
53 $counter=0;
55 $newPropName = "new$counter";
56 $obj->$newPropName = "Added property $counter";
57 if ($counter++>10) {
/PHP-5.5/ext/standard/tests/file/
H A Drename_variation1.phpt32 $counter = 1;
35 echo "-- Iteration $counter --\n";
47 $counter++;
H A Drename_variation.phpt28 $counter = 1;
31 echo "-- Iteration $counter --\n";
39 $counter++;
H A Drename_variation1-win32.phpt38 $counter = 1;
42 echo "-- Iteration $counter --\n";
54 $counter++;
H A Dfscanf_variation29.phpt41 $counter = 1;
57 $counter = 1;
62 echo "\n-- iteration $counter --\n";
66 $counter++;
H A Dfscanf_variation35.phpt36 $counter = 1;
52 $counter = 1;
57 echo "\n-- iteration $counter --\n";
61 $counter++;
H A Dfscanf_variation41.phpt36 $counter = 1;
52 $counter = 1;
57 echo "\n-- iteration $counter --\n";
61 $counter++;
H A Dfscanf_variation47.phpt36 $counter = 1;
52 $counter = 1;
57 echo "\n-- iteration $counter --\n";
61 $counter++;
H A Dfscanf_variation51.phpt31 $counter = 1;
39 $counter = 1;
47 echo "\n-- iteration $counter --\n";
53 $counter++;
H A Dfscanf_variation10.phpt41 $counter = 1;
57 $counter = 1;
62 echo "\n-- iteration $counter --\n";
66 $counter++;
H A Dfscanf_variation4.phpt37 $counter = 1;
53 $counter = 1;
58 echo "\n-- iteration $counter --\n";
62 $counter++;
/PHP-5.5/Zend/tests/
H A Dbug38624.phpt10 $this->counter++;
31 #0 %s(%d): impl->__get('counter')
/PHP-5.5/ext/standard/tests/array/
H A Darray_fill_variation3.phpt53 $counter = 1;
56 echo "-- Iteration $counter --\n";
61 $counter++;
H A Darray_fill_variation4.phpt33 $counter = 1;
36 echo "-- Iteration $counter --\n";
41 $counter++;
H A Darray_search_variation2.phpt38 $counter = 1;
40 echo "-- Iteration $counter --\n";
47 $counter++;

Completed in 23 milliseconds

12345678910>>...13