Home
last modified time | relevance | path

Searched refs:i (Results 126 – 150 of 1643) sorted by relevance

12345678910>>...66

/PHP-5.4/ext/interbase/
H A Dibase_events.c41 unsigned short i; in _php_ibase_free_event() local
65 for (i = 0; i < event->event_count; ++i) { in _php_ibase_free_event()
66 efree(event->events[i]); in _php_ibase_free_event()
150 i = 1; in PHP_FUNCTION()
162 for (; i < ZEND_NUM_ARGS(); ++i) { in PHP_FUNCTION()
180 for (i = 0; i < event_count; ++i) { in PHP_FUNCTION()
181 if (occurred_event[i]) { in PHP_FUNCTION()
209 unsigned short i; in _php_ibase_callback() local
228 for (i = 0; i < event->event_count; ++i) { in _php_ibase_callback()
297 i = 2; in PHP_FUNCTION()
[all …]
/PHP-5.4/ext/standard/tests/array/
H A Darray_chunk_variation21.phpt7 for ($i = 0; $i < (sizeof($array) + 1); $i++) {
8 echo "[$i]\n";
9 var_dump (@array_chunk ($array, $i));
10 var_dump (@array_chunk ($array, $i, TRUE));
11 var_dump (@array_chunk ($array, $i, FALSE));
H A Darray_chunk_variation24.phpt7 for ($i = 0; $i < (sizeof($array) + 1); $i++) {
8 echo "[$i]\n";
9 var_dump (@array_chunk ($array, $i));
10 var_dump (@array_chunk ($array, $i, TRUE));
11 var_dump (@array_chunk ($array, $i, FALSE));
/PHP-5.4/ext/date/tests/
H A Dbug27719.phpt11 echo "$a ".date("m/d/y h:i:s\n",$a);
12 echo "$b ".date("m/d/y h:i:s\n",$b);
13 echo "$c ".date("m/d/y h:i:s\n",$c);
19 echo "$a ".date("m/d/y h:i:s\n",$a);
20 echo "$b ".date("m/d/y h:i:s\n",$b);
21 echo "$c ".date("m/d/y h:i:s\n",$c);
27 echo "$a ".date("m/d/y h:i:s\n",$a);
28 echo "$b ".date("m/d/y h:i:s\n",$b);
29 echo "$c ".date("m/d/y h:i:s\n",$c);
35 echo "$a ".date("m/d/y h:i:s\n",$a);
[all …]
/PHP-5.4/tests/lang/operators/
H A Doperator_gt_variation_64bit.phpt29 for ($i = 0; $i < count($validGreaterThan); $i +=2) {
30 $typeToTestVal = $validGreaterThan[$i];
31 $compares = $validGreaterThan[$i + 1];
43 for ($i = 0; $i < count($invalidGreaterThan); $i +=2) {
44 $typeToTestVal = $invalidGreaterThan[$i];
45 $compares = $invalidGreaterThan[$i + 1];
H A Doperator_lt_variation.phpt27 for ($i = 0; $i < count($validLessThan); $i +=2) {
28 $typeToTestVal = $validLessThan[$i];
29 $compares = $validLessThan[$i + 1];
41 for ($i = 0; $i < count($invalidLessThan); $i +=2) {
42 $typeToTestVal = $invalidLessThan[$i];
43 $compares = $invalidLessThan[$i + 1];
H A Doperator_gt_variation.phpt29 for ($i = 0; $i < count($validGreaterThan); $i +=2) {
30 $typeToTestVal = $validGreaterThan[$i];
31 $compares = $validGreaterThan[$i + 1];
43 for ($i = 0; $i < count($invalidGreaterThan); $i +=2) {
44 $typeToTestVal = $invalidGreaterThan[$i];
45 $compares = $invalidGreaterThan[$i + 1];
H A Doperator_lt_variation_64bit.phpt27 for ($i = 0; $i < count($validLessThan); $i +=2) {
28 $typeToTestVal = $validLessThan[$i];
29 $compares = $validLessThan[$i + 1];
41 for ($i = 0; $i < count($invalidLessThan); $i +=2) {
42 $typeToTestVal = $invalidLessThan[$i];
43 $compares = $invalidLessThan[$i + 1];
/PHP-5.4/ext/standard/tests/serialize/
H A Dserialization_objects_002.phpt90i:10;s:1:"b";s:6:"string";s:1:"c";b:1;s:1:"d";d:-2.34444000000000007943867785797920078039169311523…
140 After Serialization => string(108) "O:1:"D":8:{s:1:"a";i:1;s:1:"b";i:2;s:1:"c";i:3333;s:1:"d";i:444…
216i:0;i:1;i:1;d:2.221999999999999975131004248396493494510650634765625;i:2;b:1;i:3;b:0;i:4;s:6:"strin…
289 …vate";i:10;s:16:"�*�var_protected";s:6:"string";s:10:"var_public";a:3:{i:0;d:-100.1230000000000046…
/PHP-5.4/ext/standard/tests/math/
H A Dmt_rand_variation1.phpt92 int(%i)
95 int(%i)
98 int(%i)
101 int(%i)
104 int(%i)
107 int(%i)
110 int(%i)
113 int(%i)
116 int(%i)
119 int(%i)
[all …]
H A Dmt_rand_variation2.phpt92 int(%i)
95 int(%i)
98 int(%i)
101 int(%i)
104 int(%i)
107 int(%i)
110 int(%i)
113 int(%i)
116 int(%i)
119 int(%i)
[all …]
H A Drand_variation1.phpt92 int(%i)
95 int(%i)
98 int(%i)
101 int(%i)
104 int(%i)
107 int(%i)
110 int(%i)
113 int(%i)
116 int(%i)
119 int(%i)
[all …]
H A Drand_variation2.phpt92 int(%i)
95 int(%i)
98 int(%i)
101 int(%i)
104 int(%i)
107 int(%i)
110 int(%i)
113 int(%i)
116 int(%i)
119 int(%i)
[all …]
/PHP-5.4/build/
H A Dorder_by_dep.awk29 for (i in mods) {
30 if (mods[i] == name) {
31 return i;
61 for (i in arr)
80 for (i = 0; i <= mod_count - 1; i++) {
81 if (i in mods) {
82 do_deps(i);
/PHP-5.4/ext/pdo_mysql/
H A Dmysql_statement.c80 int i; in pdo_mysql_stmt_dtor() local
81 for (i = 0; i < stmt->column_count; i++) { in pdo_mysql_stmt_dtor()
183 int i; in pdo_mysql_stmt_execute_prepared_libmysql() local
192 for (i = 0; i < stmt->column_count; i++) { in pdo_mysql_stmt_execute_prepared_libmysql()
206 for (i = 0; i < stmt->column_count; i++) { in pdo_mysql_stmt_execute_prepared_libmysql()
277 int i; in pdo_mysql_stmt_execute_prepared_mysqlnd() local
294 for (i = 0; i < stmt->column_count; i++) { in pdo_mysql_stmt_execute_prepared_mysqlnd()
378 for (i = 0; i < stmt->column_count; i++) { in pdo_mysql_stmt_next_rowset()
658 int i; local
677 for (i = 0; i < stmt->column_count; i++) {
[all …]
/PHP-5.4/ext/hash/
H A Dhash_crc32.c33 size_t i; in PHP_CRC32Update() local
35 for (i = 0; i < len; ++i) { in PHP_CRC32Update()
36 context->state = (context->state << 8) ^ crc32_table[(context->state >> 24) ^ (input[i] & 0xff)]; in PHP_CRC32Update()
42 size_t i; in PHP_CRC32BUpdate() local
44 for (i = 0; i < len; ++i) { in PHP_CRC32BUpdate()
45 context->state = (context->state >> 8) ^ crc32b_table[(context->state ^ input[i]) & 0xff]; in PHP_CRC32BUpdate()
/PHP-5.4/ext/fileinfo/libmagic/
H A Dapprentice.c417 for (i = 0; i < MAGIC_SETS; i++) { in apprentice_1()
443 for (i = 0; i < MAGIC_SETS; i++) in file_ms_free()
480 for (i = 0; i < MAGIC_SETS; i++) in file_ms_alloc()
572 for (i = 0; i < MAGIC_SETS; i++) { in file_apprentice()
1076 for (i = 0; i < nme; i++) { in set_last_default()
1100 for (i = 0; i < nme; i++) in coalesce_entries()
1110 for (i = 0; i < nme; i++) { in coalesce_entries()
1125 for (i = 0; i < nme; i++) in magic_entry_free()
1206 for (i = 0; i < files; i++) { in apprentice_load()
2870 for (i = 0; i < nmagic; i++)
[all …]
/PHP-5.4/ext/pcre/tests/
H A Dnull_bytes.phpt6 preg_match("\0//i", "");
7 preg_match("/\0/i", "");
8 preg_match("//\0i", "");
9 preg_match("//i\0", "");
10 preg_match("/\\\0/i", "");
12 preg_match("\0[]i", "");
13 preg_match("[\0]i", "");
14 preg_match("[]\0i", "");
15 preg_match("[]i\0", "");
16 preg_match("[\\\0]i", "");
[all …]
/PHP-5.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_sjis_mobile.c252 for (i = 0; i < n; i++) { in mbfilter_conv_map_tbl()
253 if (map[i][0] <= c && c <= map[i][1]) { in mbfilter_conv_map_tbl()
254 *w = c - map[i][0] + map[i][2]; in mbfilter_conv_map_tbl()
267 for (i = 0; i < n; i++) { in mbfilter_conv_r_map_tbl()
268 if (map[i][2] <= c && c <= map[i][2] - map[i][0] + map[i][1]) { in mbfilter_conv_r_map_tbl()
269 *w = c + map[i][0] - map[i][2]; in mbfilter_conv_r_map_tbl()
440 if (i >= 0) { in mbfilter_unicode2sjis_emoji_docomo()
446 if (i >= 0) { in mbfilter_unicode2sjis_emoji_docomo()
452 if (i >= 0) { in mbfilter_unicode2sjis_emoji_docomo()
483 for (i=0; i<10; i++) { in mbfilter_unicode2sjis_emoji_kddi()
[all …]
/PHP-5.4/main/
H A Dmergesort.c81 while (i -= ISIZE)
90 while (i -= 1)
135 i = big = 0; in php_mergesort()
163 EXPONENTIAL: for (i = size; ; i <<= 1) in php_mergesort()
194 i = size; in php_mergesort()
242 i = size; \
245 } while (--i); \
251 i = size; \
280 i = 4 + (n & 1); in setup()
281 insertionsort(list1 + (n - i) * size, i, size, cmp TSRMLS_CC); in setup()
[all …]
/PHP-5.4/ext/pgsql/tests/
H A D26async_query_prepared.phpt45 for ($i=0; $i < $rows; $i++)
47 pg_fetch_array($result, $i, PGSQL_NUM);
49 for ($i=0; $i < $rows; $i++)
53 for ($i=0; $i < $rows; $i++)
55 pg_fetch_row($result, $i);
57 for ($i=0; $i < $rows; $i++)
59 pg_fetch_result($result, $i, 0);
/PHP-5.4/win32/build/
H A Dconfutils.js177 for (i = 0; i < b.length; i++) {
275 for (i = 0; i < indent; i++) {
279 for (i = 0; i < words.length; i++) {
319 for (i = 0; i < args.length; i++) {
552 for (i = 0; i < env.length; i++) {
616 for (i = 0; i < dirs.length; i++) {
665 for (var i = 0; i < length; i++) {
677 for (i = 0; i < libnames.length; i++) {
1409 for (i = 0; i < dirs.length; i++) {
1537 for (i = 0; i < l; i++) {
[all …]
/PHP-5.4/ext/ctype/tests/
H A Dbug25745.phpt14 for ($i = 0; $i < 256; $i++) {
15 $a = $ctype_func($i);
16 $b = $ctype_func(chr($i));
18 echo "broken... $ctype_func($i) = $a, $ctype_func(chr($i)) = $b\n";
/PHP-5.4/ext/spl/tests/
H A Dbug50579.phpt15 $i = new RegexIterator($h, '/^test(.*)/', RegexIterator::REPLACE);
16 $i->replacement = '[$0]';
17 foreach ($i as $name=>$value) {
21 $i->replacement = '$1';
22 foreach ($i as $name=>$value) {
27 $i = new RegexIterator($h, '/^test(.*)/', RegexIterator::REPLACE);
28 $i->replacement = '[$1]';
29 foreach ($i as $name=>$value) {
/PHP-5.4/ext/mysqli/
H A Dmysqli_api.c98 for (i = start; i < argc; i++) { in mysqli_stmt_bind_param_do_bind()
144 for (i = 0; i < num_vars; i++) { in mysqli_stmt_bind_param_do_bind()
174 for (i = 0; i < (argc - start); i++) { in mysqli_stmt_bind_param_do_bind()
305 for (i=start; i < var_cnt + start ; i++) { in mysqli_stmt_bind_result_do_bind()
434 for (i=0; i < var_cnt ; i++) { in mysqli_stmt_bind_result_do_bind()
444 for (i = start; i < var_cnt+start; i++) { in mysqli_stmt_bind_result_do_bind()
461 for (i = 0; i < (argc - start); i++) { in mysqli_stmt_bind_result_do_bind()
779 for (i = 0; i < stmt->param.var_cnt; i++) { in PHP_FUNCTION()
789 for (i = 0; i < stmt->param.var_cnt; i++) { in PHP_FUNCTION()
837 for (i = 0; i < stmt->param.var_cnt; i++) { in PHP_FUNCTION()
[all …]

Completed in 138 milliseconds

12345678910>>...66