Home
last modified time | relevance | path

Searched refs:i (Results 26 – 50 of 1879) sorted by relevance

12345678910>>...76

/PHP-7.1/build/
H A Dmkdep.awk31 for (i = 5; i <= NF; i++) {
32 if (match($i, "^-[A-Z]") == 0)
34 cmd=cmd " " $i
37 dif=i-1
39 for (; i <= NF; i++)
40 filenames[i-dif]=$i
44 for(i = 1; i <= no_files; i++) {
45 if (system("test -r " filenames[i]) != 0)
48 target=filenames[i]
57 cmdx=cmd " " filenames[i]
/PHP-7.1/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dgen_exp.c55 size_t i; in mappings_add() local
79 e = i; in mappings_add()
97 s = i; in mappings_add()
200 int i; in to_cp932_visitor() local
220 for (i = 0; i < entry->n; ++i) { in to_cp932_visitor()
254 for (i = 0; i < entry->n; ++i) { in from_cp932_visitor()
273 int i; in to_cp50220_visitor() local
293 for (i = 0; i < entry->n; ++i) { in to_cp50220_visitor()
327 int i; in to_cp50222_visitor() local
347 for (i = 0; i < entry->n; ++i) { in to_cp50222_visitor()
[all …]
/PHP-7.1/ext/session/tests/
H A Dsession_decode_variation1.phpt19 var_dump(session_decode("foo|a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}guff|R:1;blah|R:1;"));
21 var_dump(session_decode("foo|a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}guff|R:1;blah|R:1;"));
23 var_dump(session_decode("foo|a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}guff|R:1;blah|R:1;"));
25 var_dump(session_decode("foo|a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}guff|R:1;blah|R:1;"));
27 var_dump(session_decode("foo|a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}guff|R:1;blah|R:1;"));
/PHP-7.1/ext/standard/
H A Dquot_print.c93 i--; in php_quot_print_decode()
96 i--; in php_quot_print_decode()
105 i--, p1++; in php_quot_print_decode()
117 i--, p1++; in php_quot_print_decode()
127 i--, p1++; in php_quot_print_decode()
129 i--, p1++; in php_quot_print_decode()
223 if (str_in[i + 1] && str_in[i + 2] && in PHP_FUNCTION()
229 i += 3; in PHP_FUNCTION()
232 while (str_in[i + k] && ((str_in[i + k] == 32) || (str_in[i + k] == 9))) { in PHP_FUNCTION()
238 i += k; in PHP_FUNCTION()
[all …]
H A Dcrypt_freesec.c231 for (i = 0; i < 8; i++) in _crypt_extended_init()
242 for (i = 0; i < 64; i++) in _crypt_extended_init()
252 for (i = 0; i < 64; i++) { in _crypt_extended_init()
261 for (i = 0; i < 56; i++) { in _crypt_extended_init()
269 for (i = 0; i < 48; i++) { in _crypt_extended_init()
278 for (i = 0; i < 256; i++) { in _crypt_extended_init()
297 for (i = 0; i < 128; i++) { in _crypt_extended_init()
331 for (i = 0; i < 32; i++) in _crypt_extended_init()
335 for (i = 0; i < 256; i++) { in _crypt_extended_init()
367 for (i = 0; i < 24; i++) { in setup_salt()
[all …]
/PHP-7.1/scripts/dev/generate-phpt/src/
H A DgtTestSubject.php47 for( $i = 0; $i < count( $this->mandatoryArgumentNames ); $i++) {
48 $this->extraArgumentList .= "\$".$this->mandatoryArgumentNames[$i].", ";
53 for( $i = 0; $i < count( $this->optionalArgumentNames ); $i++) {
54 $this->extraArgumentList .= "\$".$this->optionalArgumentNames[$i].", ";
79 for( $i = 0; $i < count( $this->mandatoryArgumentNames ) - 1; $i++) {
80 $this->shortArgumentList .= "\$".$this->mandatoryArgumentNames[$i].", ";
104 for( $i = 0; $i < count( $this->mandatoryArgumentNames ); $i++) {
105 $this->allowedArgumentLists[0] .= "\$".$this->mandatoryArgumentNames[$i].", ";
110 for( $i = 0; $i < count( $this->optionalArgumentNames ); $i++) {
111 …s->allowedArgumentLists[] = $this->allowedArgumentLists[$i]."\$".$this->optionalArgumentNames[$i].…
[all …]
/PHP-7.1/ext/mbstring/libmbfl/filters/
H A Dmk_sb_tbl.awk16 for (i = 3; i <= length(str); i++) {
17 n = index("0123456789abcdefABCDEF", substr(str, i, 1)) - 1
50 i = 160;
52 …4x, 0x%04x, 0x%04x, 0x%04x, 0x%04x", tbl[i++], tbl[i++], tbl[i++], tbl[i++], tbl[i++], tbl[i++], t…
53 if (i != 256) {
/PHP-7.1/win32/
H A Dselect.c42 int n_handles = 0, i; in php_select() local
64 for (i = 0; i < max_fd; i++) { in php_select()
65 if (SAFE_FD_ISSET(i, rfds) || SAFE_FD_ISSET(i, wfds) || SAFE_FD_ISSET(i, efds)) { in php_select()
69 if (SAFE_FD_ISSET(i, rfds)) { in php_select()
70 FD_SET((uint32_t)i, &sock_read); in php_select()
72 if (SAFE_FD_ISSET(i, wfds)) { in php_select()
75 if (SAFE_FD_ISSET(i, efds)) { in php_select()
78 if (i > sock_max_fd) { in php_select()
79 sock_max_fd = i; in php_select()
82 handle_slot_to_fd[n_handles] = i; in php_select()
[all …]
/PHP-7.1/ext/standard/tests/strings/
H A Dbug25671.phpt19 a:4:{i:0;s:19:"This is strung one.";i:1;s:19:"This is strung two.";i:2;a:2:{i:0;s:23:"This is anoth…
20 a:4:{i:0;s:19:"This is strung one.";i:1;s:19:"This is strung two.";i:2;a:2:{i:0;s:23:"This is anoth…
21 a:4:{i:0;s:16:"Thisisstringone.";i:1;s:16:"Thisisstringtwo.";i:2;a:2:{i:0;s:23:"This is another str…
22 a:4:{i:0;s:16:"Thisisstringone.";i:1;s:16:"Thisisstringtwo.";i:2;a:2:{i:0;s:23:"This is another str…
/PHP-7.1/Zend/tests/anon/
H A D003.phpt9 $this->i = $i;
15 ["i"]=>
19 ["i"]=>
23 ["i"]=>
27 ["i"]=>
31 ["i"]=>
35 ["i"]=>
39 ["i"]=>
43 ["i"]=>
47 ["i"]=>
[all …]
/PHP-7.1/Zend/tests/
H A Dbug40261.phpt10 for ($i=0; $i<$num; $i++) {
11 $a[$i] = Array(1);
14 for ($i=0; $i<$num; $i++) {
15 $b[$i] = $a[$i][0];
19 for ($i=0; $i<$num; $i++) {
20 …$b[$i] = "1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678…
/PHP-7.1/ext/pcre/tests/
H A Dbug69864.phpt14 for ($i = 0; $i < PREG_CACHE_SIZE; $i++) {
15 preg_match('/foo' . $i . 'bar/', '???foo' . $i . 'bar???');
20 for ($i = 0; $i < PREG_CACHE_SIZE; $i++) {
21 preg_replace('/foo' . $i . 'bar/', 'baz', '???foo' . $i . 'bar???');
26 for ($i = 0; $i < PREG_CACHE_SIZE; $i++) {
27 preg_split('/foo' . $i . 'bar/', '???foo' . $i . 'bar???');
32 for ($i = 0; $i < PREG_CACHE_SIZE; $i++) {
33 preg_grep('/foo' . $i . 'bar/', ['???foo' . $i . 'bar???']);
/PHP-7.1/ext/fileinfo/libmagic/
H A Dascmagic.c106 size_t mlen, i; in file_ascmagic_with_encoding() local
156 for (i = 0; i < ulen; i++) { in file_ascmagic_with_encoding()
157 if (ubuf[i] == '\n') { in file_ascmagic_with_encoding()
162 last_line_end = i; in file_ascmagic_with_encoding()
168 last_line_end = i; in file_ascmagic_with_encoding()
172 last_line_end = i; in file_ascmagic_with_encoding()
179 if (ubuf[i] == '\033') in file_ascmagic_with_encoding()
181 if (ubuf[i] == '\b') in file_ascmagic_with_encoding()
314 size_t i; in encode_utf8() local
317 for (i = 0; i < ulen; i++) { in encode_utf8()
[all …]
/PHP-7.1/ext/gd/libgd/
H A Dgd_png.c244 for (i = 0; i < num_trans; ++i) { in gdImageCreateFromPngCtx()
264 for (i = 0; i < 256; ++i) { in gdImageCreateFromPngCtx()
270 for (i = 0; i < 256; ++i) { in gdImageCreateFromPngCtx()
271 palette[i].red = palette[i].green = palette[i].blue = i; in gdImageCreateFromPngCtx()
339 for (i = 0; i < num_palette; ++i) { in gdImageCreateFromPngCtx()
540 for (i = 0; i < gdMaxColors; ++i) { in gdImagePngCtxEx()
546 for (i = 0; i < im->colorsTotal; ++i) { in gdImagePngCtxEx()
626 for (i = 0; i < im->colorsTotal; i++) { in gdImagePngCtxEx()
654 for (i = 0; i < colors; ++i) { in gdImagePngCtxEx()
696 for (i = 0; i < width; ++i) { in gdImagePngCtxEx()
[all …]
/PHP-7.1/ext/standard/tests/serialize/
H A Dserialization_miscTypes_001.phpt95 for( $i = 0; $i < count($Variation_arr); $i++ ) {
97 echo "\n-- Iteration $i --\n";
113 after serialization => string(13) "i:2147483647;"
129 after serialization => string(12) "i:267387171;"
133 after serialization => string(13) "i:-267387171;"
137 after serialization => string(13) "i:2147483647;"
153 after serialization => string(9) "i:342391;"
157 after serialization => string(10) "i:-342391;"
166 after serialization => string(57) "a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:12345666;i:4;i:-2344;}"
181i:0;i:0;i:1;i:1;i:2;i:2;i:3;d:3.3330000000000002;i:4;i:-4;i:5;d:-5.5549999999999997;i:6;b:1;i:7;b:…
[all …]
/PHP-7.1/ext/spl/tests/
H A DSplFixedArray_serialize.phpt30 …lFixedArray":5:{i:0;s:3:"foo";i:1;N;i:2;i:42;i:3;O:8:"stdClass":1:{s:4:"prop";s:5:"value";}i:4;a:5…
/PHP-7.1/ext/opcache/tests/
H A Dssa_bug_006.phpt2 Incorrect optimization of $i = $i++
7 $i = 1;
8 $i = $i++;
9 var_dump($i);
11 $i = 1;
12 $i = $i--;
13 var_dump($i);
/PHP-7.1/ext/opcache/Optimizer/
H A Dcompact_literals.c326 for (i = 0; i < op_array->last_literal; i++) { in zend_optimizer_compact_literals()
344 for (i = 0; i < op_array->last_literal; i++) { in zend_optimizer_compact_literals()
365 map[i] = j; in zend_optimizer_compact_literals()
399 map[i] = j; in zend_optimizer_compact_literals()
413 map[i] = j; in zend_optimizer_compact_literals()
434 … zval *class_name = &op_array->literals[(info[i].u.num < i) ? map[info[i].u.num] : info[i].u.num]; in zend_optimizer_compact_literals()
458 i++; in zend_optimizer_compact_literals()
463 map[i] = j; in zend_optimizer_compact_literals()
480 i++; in zend_optimizer_compact_literals()
489 map[i] = j; in zend_optimizer_compact_literals()
[all …]
/PHP-7.1/sapi/phpdbg/tests/
H A Dbreakpoints_004.phpt15 >00003: echo $i++;
16 00004: echo $i++;
17 00005: echo $i++;
20 >00004: echo $i++;
21 00005: echo $i++;
22 00006: echo $i++;
37 $i = 1;
38 echo $i++;
39 echo $i++;
40 echo $i++;
[all …]
/PHP-7.1/ext/standard/html_tables/
H A Dhtml_table_gen.php199 for ($i = 0; $i < 4; $i++) { variable
210 for ($i = 0; $i < 4; $i++) { variable
536 for ($i = 0; $i < 0x1E; $i++) { variable
605 for ($i = 0; $i < 0x1E; $i++) { variable
632 for ($i = 0; $i < 0x1E; $i++) { variable
633 if (isset($mstable[$i]))
755 for ($i = 0; $i < $numelems; $i++) { variable
756 if (empty($hashes[$i]))
775 for ($i = 0; $i < $numelems; $i++) { variable
776 if ($i == 0) echo "\t";
[all …]
/PHP-7.1/ext/interbase/
H A Dphp_ibase_udf.c188 int i; in call_php() local
202 for (i = 0; i < argc; ++i) { in call_php()
218 ZVAL_STRING(&args[i], (char*)argv[i]->dsc_address); in call_php()
223 ZVAL_STRINGL(&args[i], (char*)argv[i]->dsc_address, argv[i]->dsc_length); in call_php()
228 ZVAL_STRINGL(&args[i], ((PARAMVARY*)argv[i]->dsc_address)->vary_string, in call_php()
234 ZVAL_LONG(&args[i], *(short*)argv[i]->dsc_address); in call_php()
243 ZVAL_LONG(&args[i], *(ISC_LONG*)argv[i]->dsc_address); in call_php()
256 ZVAL_DOUBLE(&args[i], ((double)l)/scales[-argv[i]->dsc_scale]); in call_php()
261 ZVAL_DOUBLE(&args[i], *(float*)argv[i]->dsc_address); in call_php()
265 ZVAL_DOUBLE(&args[i], *(double*)argv[i]->dsc_address); in call_php()
[all …]
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcredemo.c61 int rc, i; in main() local
74 for (i = 1; i < argc; i++) in main()
83 if (argc - i != 2) in main()
89 pattern = argv[i]; in main()
90 subject = argv[i+1]; in main()
169 for (i = 0; i < rc; i++) in main()
172 int substring_length = ovector[2*i+1] - ovector[2*i]; in main()
217 for (i = 0; i < namecount; i++) in main()
380 for (i = 0; i < rc; i++) in main()
383 int substring_length = ovector[2*i+1] - ovector[2*i]; in main()
[all …]
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_eol.c54 size_t i = 0; in phpdbg_eol_name() local
62 i++; in phpdbg_eol_name()
70 size_t i = 0; in phpdbg_eol_rep() local
78 i++; in phpdbg_eol_rep()
99 for (i = 0; i < in_len; i++) { in phpdbg_eol_convert()
100 if (0x0a == in[i] || 0x0d == in[i]) { in phpdbg_eol_convert()
107 i = cursor = 0; in phpdbg_eol_convert()
114 if (i + 1 < in_len && 0x0a != in[i+1]) { in phpdbg_eol_convert()
128 i++; in phpdbg_eol_convert()
130 cur = in[i]; in phpdbg_eol_convert()
[all …]
/PHP-7.1/Zend/
H A Dzend_stack.c107 int i; in zend_stack_apply() local
111 for (i=stack->top-1; i>=0; i--) { in zend_stack_apply()
112 if (apply_function(ZEND_STACK_ELEMENT(stack, i))) { in zend_stack_apply()
118 for (i=0; i<stack->top; i++) { in zend_stack_apply()
119 if (apply_function(ZEND_STACK_ELEMENT(stack, i))) { in zend_stack_apply()
130 int i; in zend_stack_apply_with_argument() local
134 for (i=stack->top-1; i>=0; i--) { in zend_stack_apply_with_argument()
141 for (i=0; i<stack->top; i++) { in zend_stack_apply_with_argument()
152 int i; in zend_stack_clean() local
155 for (i = 0; i < stack->top; i++) { in zend_stack_clean()
[all …]
H A Dzend_long.h40 # define Z_L(i) INT64_C(i) argument
41 # define Z_UL(i) UINT64_C(i) argument
50 # define Z_L(i) INT32_C(i) argument
51 # define Z_UL(i) UINT32_C(i) argument
66 # define ZEND_LTOA(i, s, len) _i64toa_s((i), (s), (len), 10) argument
67 # define ZEND_ATOL(i, s) i = _atoi64((s)) argument
74 # define ZEND_LTOA(i, s, len) \ argument
79 # define ZEND_ATOL(i, s) (i) = atoll((s)) argument
95 # define ZEND_LTOA(i, s, len) _ltoa_s((i), (s), (len), 10) argument
96 # define ZEND_ATOL(i, s) i = atol((s)) argument
[all …]

Completed in 92 milliseconds

12345678910>>...76