Home
last modified time | relevance | path

Searched refs:counter (Results 76 – 100 of 310) sorted by relevance

12345678910>>...13

/PHP-5.5/ext/standard/tests/file/
H A Drename_variation-win32.phpt34 $counter = 1;
38 echo "-- Iteration $counter --\n";
47 $counter++;
H A Drealpath_basic3.phpt41 $counter = 1;
44 echo "\n-- Iteration $counter --\n";
46 $counter++;
H A Dfscanf_variation13.phpt33 $counter = 1;
49 $counter = 1;
54 echo "\n-- iteration $counter --\n";
58 $counter++;
H A Dfscanf_variation22.phpt40 $counter = 1;
56 $counter = 1;
61 echo "\n-- iteration $counter --\n";
65 $counter++;
H A Dfscanf_variation44.phpt33 $counter = 1;
49 $counter = 1;
54 echo "\n-- iteration $counter --\n";
58 $counter++;
H A Dfscanf_variation50.phpt33 $counter = 1;
49 $counter = 1;
54 echo "\n-- iteration $counter --\n";
58 $counter++;
H A Dfscanf_variation52.phpt20 $counter = 1;
28 $counter = 1;
45 echo "\n-- iteration $counter --\n";
51 $counter++;
H A Dfscanf_variation7.phpt33 $counter = 1;
49 $counter = 1;
54 echo "\n-- iteration $counter --\n";
58 $counter++;
H A Dfscanf_variation16.phpt40 $counter = 1;
56 $counter = 1;
61 echo "\n-- iteration $counter --\n";
65 $counter++;
H A Dfscanf_variation19.phpt37 $counter = 1;
53 $counter = 1;
58 echo "\n-- iteration $counter --\n";
62 $counter++;
H A Dfscanf_variation32.phpt38 $counter = 1;
54 $counter = 1;
59 echo "\n-- iteration $counter --\n";
63 $counter++;
H A Dfscanf_variation38.phpt33 $counter = 1;
49 $counter = 1;
54 echo "\n-- iteration $counter --\n";
58 $counter++;
H A Dis_executable_variation1.phpt49 $counter = 1;
53 echo "-- Iteration $counter --\n";
55 $counter++;
H A Dreadlink_realpath_basic2.phpt43 $counter = 1;
46 echo "\n-- Iteration $counter --\n";
48 $counter++;
H A Drealpath_basic-win32.phpt44 $counter = 1;
47 echo "\n-- Iteration $counter --\n";
49 $counter++;
H A Dfscanf_variation25.phpt37 $counter = 1;
53 $counter = 1;
58 echo "\n-- iteration $counter --\n";
62 $counter++;
/PHP-5.5/ext/standard/tests/strings/
H A Dvsprintf_variation6.phpt61 $counter = 1;
63 echo "\n-- Iteration $counter --\n";
65 $counter++;
H A Dstrtok_variation4.phpt31 $counter = 1;
33 echo "\n--- Iteration $counter ---\n";
38 $counter++;
H A Dvsprintf_variation8.phpt64 $counter = 1;
66 echo "\n-- Iteration $counter --\n";
68 $counter++;
H A Dvprintf_variation6.phpt61 $counter = 1;
63 echo "\n-- Iteration $counter --\n";
67 $counter++;
H A Dvprintf_variation8.phpt64 $counter = 1;
66 echo "\n-- Iteration $counter --\n";
70 $counter++;
H A Dvsprintf_variation10.phpt68 $counter = 1;
70 echo "\n-- Iteration $counter --\n";
72 $counter++;
/PHP-5.5/ext/standard/tests/array/
H A Din_array_variation2.phpt38 $counter = 1;
40 echo "-- Iteration $counter --\n";
47 $counter++;
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c288 int counter = 0; in create_xml_escape() local
290 pString[counter++] = '&'; in create_xml_escape()
291 pString[counter++] = '#'; in create_xml_escape()
293 pString[counter++] = c / 100 + '0'; in create_xml_escape()
296 pString[counter++] = c / 10 + '0'; in create_xml_escape()
299 pString[counter++] = c + '0'; in create_xml_escape()
300 pString[counter++] = ';'; in create_xml_escape()
301 return counter; in create_xml_escape()
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_callable_basic1.phpt18 $counter = 1;
20 echo "-- Iteration $counter --\n";
28 $counter++;

Completed in 88 milliseconds

12345678910>>...13