Home
last modified time | relevance | path

Searched refs:i (Results 576 – 600 of 1753) sorted by relevance

1...<<21222324252627282930>>...71

/PHP-5.5/ext/oci8/tests/
H A Darray_bind_014.phpt37 FOR i IN REVERSE 1..5 LOOP
38 FETCH CUR INTO c1(i);
49 for ($i = 1; $i < 6; $i++) {
50 $statement = oci_parse($c, "INSERT INTO bind_test VALUES (".$i.")");
/PHP-5.5/ext/xsl/
H A Dconfig.m419 for i in $PHP_XSL /usr/local /usr; do
20 if test -x "$i/bin/xslt-config"; then
21 XSLT_CONFIG=$i/bin/xslt-config
42 for i in $PHP_XSL /usr/local /usr; do
43 if test -r "$i/include/libexslt/exslt.h"; then
44 PHP_XSL_EXSL_DIR=$i
/PHP-5.5/sapi/fpm/fpm/events/
H A Depoll.c122 int ret, i; in fpm_event_epoll_wait() local
139 for (i = 0; i < ret; i++) { in fpm_event_epoll_wait()
142 if (!epollfds[i].data.ptr) { in fpm_event_epoll_wait()
147 fpm_event_fire((struct fpm_event_s *)epollfds[i].data.ptr); in fpm_event_epoll_wait()
/PHP-5.5/ext/pdo_dblib/
H A Dconfig.w3244 for (i = 0; i < pdo_mssql_locations.length; i++) {
46 pdo_mssql_locations[i] + "\\DevTools\\Lib") &&
48 pdo_mssql_locations[i] + "\\DevTools\\Include",
50 if (pdo_mssql_locations[i] == 'yes') {
53 pdo_mssql_locations[i].match(new RegExp("(\\d)"));
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_set_timeout_error.phpt16 for ($i=0; $i<100; $i++) {
60 Warning: stream_set_timeout() expects at most 3 parameters, 4 given in %s on line %i
65 Warning: stream_set_timeout() expects at least 2 parameters, 1 given in %s on line %i
70 Warning: stream_set_timeout(): %i is not a valid stream resource in %s on line %i
75 Warning: stream_set_timeout() expects parameter 1 to be resource, integer given in %s on line %i
/PHP-5.5/ext/standard/tests/file/
H A D005_basic.phpt24 print( @date('Y:M:D:H:i:s', fileatime(__FILE__)) )."\n";
25 print( @date('Y:M:D:H:i:s', filemtime(__FILE__)) )."\n";
26 print( @date('Y:M:D:H:i:s', filectime(__FILE__)) )."\n";
27 print( @date('Y:M:D:H:i:s', touch(dirname(__FILE__)."/005_basic.tmp")) )."\n";
30 print( @date('Y:M:D:H:i:s', fileatime(".")) )."\n";
31 print( @date('Y:M:D:H:i:s', filemtime(".")) )."\n";
32 print( @date('Y:M:D:H:i:s', filectime(".")) )."\n";
33 print( @date('Y:M:D:H:i:s', touch(dirname(__FILE__)."/005_basic")) )."\n";
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dsjis.c98 int c, i, len; in mbc_to_code() local
106 for (i = 1; i < len; i++) { in mbc_to_code()
141 int i; in mbc_case_fold() local
144 for (i = 0; i < len; i++) { in mbc_case_fold()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param.phpt79 for ($i = 0; $i < 20000; $i++) {
124 if (!mysqli_stmt_bind_param($stmt, "i" . $bind_type, $id, $bind_value)) {
168 for ($i = 0; $i < $len; $i++)
174 func_mysqli_stmt_bind_datatype($link, $engine, "i", "TINYINT", -11, 20);
175 func_mysqli_stmt_bind_datatype($link, $engine, "i", "TINYINT", NULL, 30);
179 func_mysqli_stmt_bind_datatype($link, $engine, "i", "BOOL", 1, 60);
180 func_mysqli_stmt_bind_datatype($link, $engine, "i", "BOOL", NULL, 70);
181 func_mysqli_stmt_bind_datatype($link, $engine, "i", "BOOLEAN", 0, 80);
182 func_mysqli_stmt_bind_datatype($link, $engine, "i", "BOOLEAN", NULL, 90);
198 func_mysqli_stmt_bind_datatype($link, $engine, "i", "INTEGER", NULL, 220);
[all …]
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt48 for ($i = 0; $i < 1024; $i++) {
53 for ($i = 0; $i < $limit; $i++)
73 for ($i = 0; $i < $limit; $i++)
/PHP-5.5/ext/spl/
H A Dspl_heap.c241 int i; in spl_ptr_heap_insert() local
252 …for(i = heap->count; i > 0 && heap->cmp(heap->elements[(i-1)/2], elem, cmp_userdata TSRMLS_CC) < 0… in spl_ptr_heap_insert()
289 for( i = 0; i < limit; i = j) in spl_ptr_heap_delete_top()
317 int i; in spl_ptr_heap_clone() local
331 for (i=0; i < heap->count; ++i) { in spl_ptr_heap_clone()
340 int i; in spl_ptr_heap_destroy() local
342 for (i=0; i < heap->count; ++i) { in spl_ptr_heap_destroy()
361 int i; in spl_heap_object_free_storage() local
366 for (i = 0; i < intern->heap->count; ++i) { in spl_heap_object_free_storage()
410 for (i = 0; i < intern->heap->count; ++i) { in spl_heap_object_new_ex()
[all …]
/PHP-5.5/Zend/tests/
H A Dtry_finally_009.phpt6 for($i = 0; $i < 5; $i++) {
H A Dbug61165.phpt19 for ($i = 0; $i < 3; $i++) {
/PHP-5.5/ext/gd/libgd/
H A Dgd_gd2.c56 int i; in _gd2GetHeader() local
65 for (i = 0; i < 4; i++) { in _gd2GetHeader()
70 id[i] = ch; in _gd2GetHeader()
153 for (i = 0; i < nc; i++) { in _gd2GetHeader()
162 if (cidx[i].offset < 0 || cidx[i].size < 0) { in _gd2GetHeader()
265 int i; in gdImageCreateFromGd2Ctx() local
292 for (i = 0; (i < nc); i++) { in gdImageCreateFromGd2Ctx()
431 int i; in gdImageCreateFromGd2PartCtx() local
481 for (i = 0; (i < nc); i++) { in gdImageCreateFromGd2PartCtx()
637 int i; in _gd2PutHeader() local
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_result.c40 unsigned int i; in MYSQLND_METHOD() local
65 for (i = 0; i < result->field_count; i++) { in MYSQLND_METHOD()
147 for (i = 0; i < result->field_count; i++) { in MYSQLND_METHOD()
583 for (i = 0; i < result->meta->field_count; i++) { in mysqlnd_fetch_lengths_buffered()
584 result->lengths[i] = (Z_TYPE_P(previous_row[i]) == IS_NULL)? 0:Z_STRLEN_P(previous_row[i]); in mysqlnd_fetch_lengths_buffered()
671 for (i = 0; i < field_count; i++, field++, hash_key++) { in mysqlnd_fetch_row_unbuffered_c()
783 for (i = 0; i < field_count; i++, field++, hash_key++) { in mysqlnd_fetch_row_unbuffered()
942 for (i = 0; i < result->field_count; i++) { in mysqlnd_fetch_row_buffered_c()
962 for (i = 0; i < result->field_count; i++, field++, hash_key++) { in mysqlnd_fetch_row_buffered_c()
1014 for (i = 0; i < result->field_count; i++) { in mysqlnd_fetch_row_buffered()
[all …]
/PHP-5.5/ext/spl/tests/
H A Dbug69108.phpt9 for ($i = 10000; $i > 0; $i--) {
/PHP-5.5/ext/date/tests/
H A Dmktime_variation4.phpt115 int(%i)
124 int(%i)
127 int(%i)
130 int(%i)
153 int(%i)
156 int(%i)
159 int(%i)
162 int(%i)
165 int(%i)
168 int(%i)
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dchunk_split_variation9.phpt1 --TEST--
2 Test chunk_split() function : usage variations - different double quoted strings for 'ending' argum…
3 --FILE--
4 <?php
5 /* Prototype : string chunk_split(string $str [, int $chunklen [, string $ending]])
6 * Description: Returns split line
7 * Source code: ext/standard/string.c
8 * Alias to functions: none
9 */
10
[all …]
/PHP-5.5/main/
H A Dnetwork.c138 int i; in php_gai_strerror() local
140 for (i = 0; values[i].msg != NULL; i++) { in php_gai_strerror()
1143 unsigned int i; local
1148 for (i = 0; i < nfds; i++) {
1149 if (ufds[i].fd > max_fd)
1150 max_fd = ufds[i].fd;
1159 for (i = 0; i < nfds; i++) {
1184 for (i = 0; i < nfds; i++) {
1185 ufds[i].revents = 0;
1189 ufds[i].revents |= POLLIN;
[all …]
/PHP-5.5/tests/output/
H A Dob_start_basic_006.phpt11 static $i=0;
12 $i++;
14 return "f[call:$i; len:$len] - $string\n";
25 static $i=0;
26 $i++;
28 return "C::g[call:$i; len:$len] - $string\n";
32 static $i=0;
33 $i++;
35 return "C::h[call:$i; len:$len; id:$this->id] - $string\n";
/PHP-5.5/ext/date/lib/
H A Dinterval.c62 rt->i = two->i - one->i; in timelib_diff()
66 rt->i += dst_m_corr; in timelib_diff()
80 rt->i += dst_m_corr; in timelib_diff()
107 t->relative.i = interval->i * bias; in timelib_add()
142 t->relative.i = 0 - (interval->i * bias); in timelib_sub()
H A Dtm2unixtime.c172 do_range_limit(0, 60, 60, &rt->s, &rt->i); in timelib_do_rel_normalize()
173 do_range_limit(0, 60, 60, &rt->i, &rt->h); in timelib_do_rel_normalize()
183 if (time->s != TIMELIB_UNSET) do_range_limit(0, 60, 60, &time->s, &time->i); in timelib_do_normalize()
184 if (time->s != TIMELIB_UNSET) do_range_limit(0, 60, 60, &time->i, &time->h); in timelib_do_normalize()
201 time->i += time->relative.i; in do_adjust_relative()
315 timelib_sll i; in do_years() local
326 for (i = year - 1; i >= 1970; i--) { in do_years()
327 if (timelib_is_leap(i)) { in do_years()
334 for (i = 1969; i >= year; i--) { in do_years()
335 if (timelib_is_leap(i)) { in do_years()
[all …]
/PHP-5.5/ext/zip/lib/
H A Dzip_dirent.c56 int i; in _zip_cdir_free() local
61 for (i=0; i<cd->nentry; i++) in _zip_cdir_free()
62 _zip_dirent_finalize(cd->entry+i); in _zip_cdir_free()
126 int i; in _zip_cdir_write() local
130 for (i=0; i<cd->nentry; i++) { in _zip_cdir_write()
587 putc(i&0xff, fp); in _zip_write2()
588 putc((i>>8)&0xff, fp); in _zip_write2()
598 putc(i&0xff, fp); in _zip_write4()
599 putc((i>>8)&0xff, fp); in _zip_write4()
600 putc((i>>16)&0xff, fp); in _zip_write4()
[all …]
/PHP-5.5/ext/standard/tests/math/
H A Datan_variation.phpt31 for ($i = 0; $i < count($values); $i++) {
32 $res = atan($values[$i]);
H A Dceil_basic.phpt40 for ($i = 0; $i < count($values); $i++) {
41 $res = ceil($values[$i]);
H A Dcos_variation.phpt31 for ($i = 0; $i < count($values); $i++) {
32 $res = cos($values[$i]);

Completed in 239 milliseconds

1...<<21222324252627282930>>...71