Home
last modified time | relevance | path

Searched refs:inner_loop_counter (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/standard/tests/file/
H A Dfwrite_basic-win32-mb.phpt26 for($inner_loop_counter = 0;
27 $inner_loop_counter < count($file_modes);
28 $inner_loop_counter++) {
29 echo "-- File opened in mode : " . $file_modes[$inner_loop_counter]. " --\n";
31 $file_handle = fopen($filename, $file_modes[$inner_loop_counter]);
H A Dfwrite_basic-win32.phpt26 for($inner_loop_counter = 0;
27 $inner_loop_counter < count($file_modes);
28 $inner_loop_counter++) {
29 echo "-- File opened in mode : " . $file_modes[$inner_loop_counter]. " --\n";
31 $file_handle = fopen($filename, $file_modes[$inner_loop_counter]);
H A Dfwrite_basic.phpt26 for($inner_loop_counter = 0;
27 $inner_loop_counter < count($file_modes);
28 $inner_loop_counter++) {
29 echo "-- File opened in mode : " . $file_modes[$inner_loop_counter]. " --\n";
31 $file_handle = fopen($filename, $file_modes[$inner_loop_counter]);
H A Dfread_basic.phpt38 for($inner_loop_counter = 0;
39 $inner_loop_counter < count($file_modes);
40 $inner_loop_counter++) {
42 echo "-- File opened in mode ".$file_modes[$inner_loop_counter]." --\n";
43 $file_handle = fopen($filename, $file_modes[$inner_loop_counter]);
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree.c1516 size_t inner_loop_counter = 0; in lxb_html_tree_adoption_agency_algorithm() local
1520 inner_loop_counter++; in lxb_html_tree_adoption_agency_algorithm()
1543 if (inner_loop_counter > 3 && is) { in lxb_html_tree_adoption_agency_algorithm()
/php-src/Zend/tests/
H A D019.phpt106 $inner_loop_counter = 1;
108 … echo "-- Innerloop Iteration $inner_loop_counter of Outerloop Iteration $outer_loop_counter --\n";
109 $inner_loop_counter++;

Completed in 22 milliseconds