Home
last modified time | relevance | path

Searched refs:counter (Results 251 – 275 of 304) sorted by relevance

1...<<111213

/PHP-5.3/ext/standard/tests/file/
H A Dfscanf_variation20.phpt51 $counter = 1;
67 $counter = 1;
72 echo "\n-- iteration $counter --\n";
76 $counter++;
H A Dfscanf_variation33.phpt58 $counter = 1;
74 $counter = 1;
79 echo "\n-- iteration $counter --\n";
83 $counter++;
H A Dfscanf_variation39.phpt53 $counter = 1;
69 $counter = 1;
74 echo "\n-- iteration $counter --\n";
78 $counter++;
H A Dfscanf_variation45.phpt47 $counter = 1;
63 $counter = 1;
68 echo "\n-- iteration $counter --\n";
72 $counter++;
H A Dpathinfo_basic2.phpt37 $counter = 1;
40 echo "-- Iteration $counter --\n";
46 $counter++;
H A Dfscanf_variation14.phpt75 $counter = 1;
91 $counter = 1;
96 echo "\n-- iteration $counter --\n";
100 $counter++;
H A Dfscanf_variation55.phpt50 $counter = 1;
71 $counter = 1;
80 echo "\n-- iteration $counter --\n";
85 $counter++;
H A Dpathinfo_basic1-win32.phpt60 $counter = 1;
63 echo "-- Iteration $counter --\n";
69 $counter++;
H A Dpopen_pclose_basic.phpt47 $counter = 0;
H A Dpathinfo_basic.phpt54 $counter = 1;
57 echo "-- Iteration $counter --\n";
63 $counter++;
H A Dfscanf_variation8.phpt65 $counter = 1;
81 $counter = 1;
86 echo "\n-- iteration $counter --\n";
90 $counter++;
H A Dfgetc_basic.phpt44 for( $counter = 1; $counter <= 6; $counter++ ) {
/PHP-5.3/ext/standard/tests/array/
H A Darray_fill_object.phpt193 $counter = 1;
196 echo "-- Iteration $counter --\n";
201 $counter++;
H A Dsizeof_variation4.phpt59 $counter = 1;
62 echo "-- Iteration $counter --\n";
80 $counter++;
H A Darray_search_variation1.phpt47 $counter = 1;
50 echo "-- Iteration $counter --\n";
57 $counter++;
H A Din_array_variation1.phpt48 $counter = 1;
51 echo "-- Iteration $counter --\n";
58 $counter++;
H A Darray_slice.phpt43 $counter = 1;
49 echo"\n*** Iteration ".$counter." ***\n";
80 $counter++;
/PHP-5.3/ext/pdo_pgsql/tests/
H A Dbug43925.phpt2 Bug #43925 (Incorrect argument counter in prepared statements with pgsql)
/PHP-5.3/ext/standard/tests/strings/
H A Dexplode1.phpt33 $counter = 1;
35 echo "-- Iteration $counter --\n";
40 $counter++;
H A Dwordwrap_variation1.phpt80 $counter = 1;
82 echo "-- Iteration $counter --\n";
97 $counter ++;
H A Dwordwrap_variation3.phpt80 $counter = 1;
82 echo "-- Iteration $counter --\n";
95 $counter ++;
H A Dwordwrap_variation2.phpt78 $counter = 1;
80 echo "-- Iteration $counter --\n";
94 $counter ++;
/PHP-5.3/ext/oci8/
H A Doci8_statement.c412 ub4 counter; in php_oci_statement_execute() local
487 counter = 1; in php_oci_statement_execute()
500 for (counter = 1; counter <= colcount; counter++) { in php_oci_statement_execute()
503 …if (zend_hash_index_update(statement->columns, counter, &column, sizeof(php_oci_out_column), (void… in php_oci_statement_execute()
510 …OCIParamGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, statement->err, (dvoid**)&param, counter)); in php_oci_statement_execute()
688 counter, /* IN position in the select list */ in php_oci_statement_execute()
706 counter, /* IN position in the select list */ in php_oci_statement_execute()
/PHP-5.3/ext/spl/internal/
H A Dsplfileobject.inc314 * @return next line read from file and increase the line counter
332 * Free the current line buffer and increment the line counter
/PHP-5.3/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt13 $counter = 1;
15 echo "-- Iteration $counter --\n";
17 $counter++;

Completed in 48 milliseconds

1...<<111213