Home
last modified time | relevance | path

Searched refs:counter (Results 151 – 175 of 310) sorted by relevance

12345678910>>...13

/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_variation18.phpt66 $counter = 1;
68 fprintf($fp, "\n-- Iteration %d --\n",$counter);
70 $counter++;
H A Dvprintf_variation18.phpt61 $counter = 1;
63 echo "\n-- Iteration $counter --\n";
67 $counter++;
H A Daddslashes_variation1.phpt84 $counter = 1;
86 echo "-- Iteration $counter --\n";
91 $counter ++;
H A Dstrncasecmp_variation5.phpt84 $counter = 1;
87 echo "-- Iteration $counter --\n";
89 $counter ++;
H A Dstrrpos_variation9.phpt81 $counter = 1;
83 echo "\n-- Iteration $counter --\n";
85 $counter ++;
H A Ducwords_variation1.phpt99 $counter = 1;
101 echo "-- Iteration $counter --\n";
106 $counter ++;
H A Dstripcslashes_variation1.phpt86 $counter = 1;
88 echo "-- Iteration $counter --\n";
93 $counter ++;
H A Dstripos_variation14.phpt78 $counter = 1;
80 echo "-- Iteration $counter --\n";
82 $counter ++;
H A Dstripos_variation9.phpt81 $counter = 1;
83 echo "\n-- Iteration $counter --\n";
85 $counter ++;
H A Dstripslashes_variation1.phpt85 $counter = 1;
87 echo "-- Iteration $counter --\n";
92 $counter ++;
H A Dstrrchr_variation11.phpt80 $counter = 1;
82 echo "-- Iteration $counter --\n";
84 $counter ++;
H A Dstrrpos_variation14.phpt78 $counter = 1;
80 echo "-- Iteration $counter --\n";
82 $counter ++;
H A Dwordwrap_variation4.phpt71 $counter = 1;
73 echo "-- Iteration $counter --\n";
78 $counter ++;
/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation54.phpt44 $counter = 1;
51 echo "\n-- iteration $counter --\n";
H A Dis_writable_variation2.phpt67 $counter = 1;
71 echo "-- Iteration $counter --\n";
74 $counter++;
H A Dis_writable_variation1.phpt60 $counter = 1;
64 echo "-- Iteration $counter --\n";
67 $counter++;
H A Dreadlink_realpath_basic1.phpt49 $counter = 1;
53 echo "\n-- Iteration $counter --\n";
56 $counter++;
H A Dsymlink_link_linkinfo_is_link_basic1.phpt52 $counter = 1;
56 echo "\n-- Iteration $counter --\n";
81 $counter++;
/PHP-5.5/ext/standard/tests/array/
H A Dsizeof_variation2.phpt39 $counter = 1;
42 echo "-- Iteration $counter --\n";
57 $counter++;
H A Darray_fill_variation5.phpt42 $counter = 1;
45 echo "-- Iteration $counter --\n";
50 $counter++;
H A Darray_rand_variation4.phpt49 $counter = 1;
51 echo "\n-- Iteration $counter --\n";
63 $counter++;
H A Dshuffle_variation3.phpt53 $counter = 1;
55 echo "\n-- Iteration $counter --\n";
59 $counter++;
/PHP-5.5/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_b.phpt90 $counter = 1;
92 echo "-- Iteration $counter --\n";
94 $counter++;
H A Dis_callable_variation1.phpt18 $counter = 1;
20 echo "-- Iteration $counter --\n";
28 $counter++;
H A Ddebug_zval_dump_b_64bit.phpt90 $counter = 1;
92 echo "-- Iteration $counter --\n";
94 $counter++;

Completed in 27 milliseconds

12345678910>>...13