Home
last modified time | relevance | path

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

12345678910>>...63

/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput6318 /\pL/8i
328 /\p{Lu}/8i
357 /\x{391}+/8i
736 /(A)\1/8i
809 /ⱥ/8i
814 /[ⱥ]/8i
819 /Ⱥ/8i
887 /\x{1e9e}+/8i
893 /\x{00df}+/8i
899 /\x{1f88}+/8i
[all …]
/PHP-5.3/tests/lang/operators/
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_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_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.3/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 …]
H A Dbug63435.phpt7 for ($i=1 ; $i<999 ; $i++) {
8 $datetime = Datetime::createFromFormat("u", sprintf("%06ld", $i));
10 if ($res != $i) {
11 echo "$i != $res\n";
/PHP-5.3/ext/standard/tests/array/
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.3/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.3/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.3/ext/sqlite/libsqlite/src/
H A Dinsert.c246 for(i=0; i<nColumn; i++){ in sqliteInsert()
282 for(i=0; i<pColumn->nId; i++){ in sqliteInsert()
285 for(i=0; i<pColumn->nId; i++){ in sqliteInsert()
378 for(i=0; i<pTab->nCol; i++){ in sqliteInsert()
443 for(i=0; i<pTab->nCol; i++){ in sqliteInsert()
630 int i; in sqliteGenerateConstraintChecks() local
650 for(i=0; i<nCol; i++){ in sqliteGenerateConstraintChecks()
767 for(i=0; i<pIdx->nColumn; i++){ in sqliteGenerateConstraintChecks()
872 int i; in sqliteCompleteInsertion() local
881 for(i=nIdx-1; i>=0; i--){ in sqliteCompleteInsertion()
[all …]
H A Dutil.c79 for(i=0; i<N_GUARD; i++) pi[i] = 0xdead1122; in sqliteMalloc_()
81 for(i=0; i<N_GUARD; i++) pi[k+1+N_GUARD+i] = 0xdead3344; in sqliteMalloc_()
102 for(i=0; i<N_GUARD; i++){ in sqliteCheckMemory()
108 for(i=0; i<N_GUARD; i++){ in sqliteCheckMemory()
122 for(i=0; i<N_GUARD; i++){ in sqliteFree_()
130 for(i=0; i<N_GUARD; i++){ in sqliteFree_()
168 for(i=0; i<N_GUARD; i++){ in sqliteRealloc_()
181 for(i=0; i<N_GUARD; i++) pi[i] = 0xdead1122; in sqliteRealloc_()
183 for(i=0; i<N_GUARD; i++) pi[k+N_GUARD+1+i] = 0xdead3344; in sqliteRealloc_()
447 for(i=1, j=0; z[i]; i++){ in sqliteDequote()
[all …]
/PHP-5.3/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.3/ext/com_dotnet/
H A Dcom_saproxy.c65 int i; in clone_indices() local
67 for (i = 0; i < ndims; i++) { in clone_indices()
69 *dest->indices[i] = *src->indices[i]; in clone_indices()
112 for (i = 1; i < (UINT) proxy->dimensions; i++) { in saproxy_read_dimension()
113 args[i-1] = proxy->indices[i]; in saproxy_read_dimension()
173 for (i = 0; i < dims; i++) { in saproxy_read_dimension()
224 for (i = 1; i < (UINT) proxy->dimensions; i++) { in saproxy_write_dimension()
225 args[i-1] = proxy->indices[i]; in saproxy_write_dimension()
247 for (i = 0; i < dims; i++) { in saproxy_write_dimension()
409 for (i = 0; i < proxy->dimensions; i++) { in saproxy_free_storage()
[all …]
/PHP-5.3/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.3/ext/pdo_mysql/
H A Dmysql_statement.c85 int i; in pdo_mysql_stmt_dtor() local
86 for (i = 0; i < stmt->column_count; i++) { in pdo_mysql_stmt_dtor()
189 int i; in pdo_mysql_stmt_execute_prepared_libmysql() local
198 for (i = 0; i < stmt->column_count; i++) { in pdo_mysql_stmt_execute_prepared_libmysql()
212 for (i = 0; i < stmt->column_count; i++) { in pdo_mysql_stmt_execute_prepared_libmysql()
283 int i; in pdo_mysql_stmt_execute_prepared_mysqlnd() local
300 for (i = 0; i < stmt->column_count; i++) { in pdo_mysql_stmt_execute_prepared_mysqlnd()
388 for (i = 0; i < stmt->column_count; i++) { in pdo_mysql_stmt_next_rowset()
681 int i; local
700 for (i = 0; i < stmt->column_count; i++) {
[all …]
/PHP-5.3/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.3/ext/mbstring/tests/
H A Dillformed_utf_sequences.phpt46 for ($i = 0xd7ff; $i <= 0xe000; ++$i) {
65 for ($i = 0xd7ff; $i <= 0xe000; ++$i) {
66 …$out .= mb_convert_encoding(pack('C4', $i >> 24, ($i >> 16) & 0xff, ($i >> 8) & 0xff, $i & 0xff), …
71 for ($i = 0xd7ff; $i <= 0xe000; ++$i) {
72 …$out .= mb_convert_encoding(pack('C4', $i & 0xff, ($i >> 8) & 0xff, ($i >> 16) & 0xff, ($i >> 24) …
77 for ($i = 0xd7ff; $i <= 0xe000; ++$i) {
78 …$out .= mb_convert_encoding(pack('C4', $i >> 24, ($i >> 16) & 0xff, ($i >> 8) & 0xff, $i & 0xff), …
83 for ($i = 0xd7ff; $i <= 0xe000; ++$i) {
84 …mb_convert_encoding("\x00\x00\xfe\xff". pack('C4', $i >> 24, ($i >> 16) & 0xff, ($i >> 8) & 0xff, …
90 for ($i = 0xd7ff; $i <= 0xe000; ++$i) {
[all …]
/PHP-5.3/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.3/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.3/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.3/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()
775 for (i = 0; i < stmt->param.var_cnt; i++) { in PHP_FUNCTION()
785 for (i = 0; i < stmt->param.var_cnt; i++) { in PHP_FUNCTION()
833 for (i = 0; i < stmt->param.var_cnt; i++) { in PHP_FUNCTION()
[all …]

Completed in 68 milliseconds

12345678910>>...63