Home
last modified time | relevance | path

Searched refs:counter (Results 101 – 125 of 226) sorted by relevance

12345678910

/php-src/ext/standard/tests/file/
H A Dglob_variation.phpt42 $counter = 1;
46 echo "\n-- Iteration $counter --\n";
57 $counter++;
73 $counter = 1;
77 echo "-- Iteration $counter --\n";
83 $counter++;
H A Dreadlink_realpath_basic1.phpt43 $counter = 1;
47 echo "\n-- Iteration $counter --\n";
50 $counter++;
H A Dglob_variation-win32-mb.phpt40 $counter = 1;
44 echo "\n-- Iteration $counter --\n";
55 $counter++;
71 $counter = 1;
75 echo "-- Iteration $counter --\n";
81 $counter++;
H A Dglob_variation-win32.phpt39 $counter = 1;
43 echo "\n-- Iteration $counter --\n";
54 $counter++;
70 $counter = 1;
74 echo "-- Iteration $counter --\n";
80 $counter++;
H A Dfscanf_variation11.phpt41 $counter = 1;
57 $counter = 1;
62 echo "\n-- iteration $counter --\n";
70 $counter++;
H A Dfscanf_variation30.phpt41 $counter = 1;
57 $counter = 1;
62 echo "\n-- iteration $counter --\n";
70 $counter++;
H A Dfscanf_variation36.phpt36 $counter = 1;
52 $counter = 1;
57 echo "\n-- iteration $counter --\n";
65 $counter++;
H A Dfscanf_variation42.phpt36 $counter = 1;
52 $counter = 1;
57 echo "\n-- iteration $counter --\n";
65 $counter++;
H A Dfscanf_variation48.phpt36 $counter = 1;
52 $counter = 1;
57 echo "\n-- iteration $counter --\n";
65 $counter++;
H A Dfscanf_variation5.phpt36 $counter = 1;
52 $counter = 1;
57 echo "\n-- iteration $counter --\n";
65 $counter++;
/php-src/ext/standard/tests/array/
H A Darray_rand_variation4.phpt43 $counter = 1;
45 echo "\n-- Iteration $counter --\n";
57 $counter++;
H A Darray_fill_variation5.phpt37 $counter = 1;
40 echo "-- Iteration $counter --\n";
45 $counter++;
H A Darray_key_first.phpt30 $counter = 1;
33 echo "\n-- Input Array for Iteration $counter is --\n";
37 $counter++;
H A Darray_key_last.phpt30 $counter = 1;
33 echo "\n-- Input Array for Iteration $counter is --\n";
37 $counter++;
H A Darray_pop.phpt31 $counter = 1;
34 echo "\n-- Input Array for Iteration $counter is --\n";
38 $counter++;
H A Dshuffle_variation3.phpt48 $counter = 1;
50 echo "\n-- Iteration $counter --\n";
54 $counter++;
H A Dshuffle_variation4.phpt51 $counter = 1;
53 echo "\n-- Iteration $counter --\n";
57 $counter++;
H A Dsizeof_object2.phpt70 $counter = 1;
73 echo "-- Iteration $counter --\n";
97 $counter++;
/php-src/ext/standard/tests/strings/
H A Dstrtok_variation6.phpt29 $counter =1;
31 echo "\n--- Iteration $counter ---\n";
39 $counter++;
H A Dsubstr.phpt8 $counter = 1;
13 echo ("\n--- Iteration ".$counter." ---\n");
33 $counter++;
H A Dvprintf_variation8.phpt57 $counter = 1;
59 echo "\n-- Iteration $counter --\n";
63 $counter++;
H A Dvprintf_variation2.phpt79 $counter = 1;
81 echo "\n-- Iteration $counter --\n";
91 $counter++;
/php-src/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_b.phpt83 $counter = 1;
85 echo "-- Iteration $counter --\n";
87 $counter++;
H A Ddebug_zval_dump_b_64bit.phpt87 $counter = 1;
89 echo "-- Iteration $counter --\n";
91 $counter++;
/php-src/sapi/fpm/tests/
H A Dstatus.inc237 "# TYPE phpfpm_start_since counter\n" .
240 "# TYPE phpfpm_accepted_connections counter\n" .
246 "# TYPE phpfpm_max_listen_queue counter\n" .
261 "# TYPE phpfpm_max_active_processes counter\n" .
264 "# TYPE phpfpm_max_children_reached counter\n" .
267 "# TYPE phpfpm_slow_requests counter\n" .

Completed in 34 milliseconds

12345678910