Home
last modified time | relevance | path

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

12345678910>>...75

/PHP-7.3/build/
H A Dmkdep.awk29 for (i = 5; i <= NF; i++) {
30 if (match($i, "^-[A-Z]") == 0)
32 cmd=cmd " " $i
35 dif=i-1
37 for (; i <= NF; i++)
38 filenames[i-dif]=$i
42 for(i = 1; i <= no_files; i++) {
43 if (system("test -r " filenames[i]) != 0)
46 target=filenames[i]
55 cmdx=cmd " " filenames[i]
/PHP-7.3/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.3/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.3/ext/standard/
H A Dquot_print.c91 i--; in php_quot_print_decode()
94 i--; in php_quot_print_decode()
103 i--, p1++; in php_quot_print_decode()
115 i--, p1++; in php_quot_print_decode()
125 i--, p1++; in php_quot_print_decode()
127 i--, p1++; in php_quot_print_decode()
221 if (str_in[i + 1] && str_in[i + 2] && in PHP_FUNCTION()
227 i += 3; in PHP_FUNCTION()
230 while (str_in[i + k] && ((str_in[i + k] == 32) || (str_in[i + k] == 9))) { in PHP_FUNCTION()
236 i += k; in PHP_FUNCTION()
[all …]
H A Dcrypt_freesec.c227 for (i = 0; i < 8; i++) in _crypt_extended_init()
238 for (i = 0; i < 64; i++) in _crypt_extended_init()
248 for (i = 0; i < 64; i++) { in _crypt_extended_init()
257 for (i = 0; i < 56; i++) { in _crypt_extended_init()
265 for (i = 0; i < 48; i++) { in _crypt_extended_init()
274 for (i = 0; i < 256; i++) { in _crypt_extended_init()
293 for (i = 0; i < 128; i++) { in _crypt_extended_init()
327 for (i = 0; i < 32; i++) in _crypt_extended_init()
331 for (i = 0; i < 256; i++) { in _crypt_extended_init()
363 for (i = 0; i < 24; i++) { in setup_salt()
[all …]
/PHP-7.3/ext/mbstring/libmbfl/filters/
H A Dmk_sb_tbl.awk14 for (i = 3; i <= length(str); i++) {
15 n = index("0123456789abcdefABCDEF", substr(str, i, 1)) - 1
48 i = 160;
50 …4x, 0x%04x, 0x%04x, 0x%04x, 0x%04x", tbl[i++], tbl[i++], tbl[i++], tbl[i++], tbl[i++], tbl[i++], t…
51 if (i != 256) {
/PHP-7.3/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.3/win32/
H A Dselect.c38 int n_handles = 0, i; in php_select() local
65 for (i = 0; (uint32_t)i < max_fd; i++) { in php_select()
66 if (SAFE_FD_ISSET(i, rfds) || SAFE_FD_ISSET(i, wfds) || SAFE_FD_ISSET(i, efds)) { in php_select()
70 if (SAFE_FD_ISSET(i, rfds)) { in php_select()
71 FD_SET((uint32_t)i, &sock_read); in php_select()
73 if (SAFE_FD_ISSET(i, wfds)) { in php_select()
76 if (SAFE_FD_ISSET(i, efds)) { in php_select()
79 if (i > sock_max_fd) { in php_select()
80 sock_max_fd = i; in php_select()
83 handle_slot_to_fd[n_handles] = i; in php_select()
[all …]
/PHP-7.3/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.3/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.3/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.3/ext/date/tests/
H A Dbug79015.phpt5i:1;s:1:"m";i:0;s:1:"d";i:4;s:1:"h";i:0;s:1:"i";i:0;s:1:"s";i:0;s:1:"f";i:9999999999990;s:7:"weekd…
18 ["i"]=>
/PHP-7.3/ext/opcache/Optimizer/
H A Dssa_integrity.c71 for (i = 0; i < block->predecessors_count; i++) { in is_in_predecessors()
104 #define VAR(i) \ argument
105 (i), (ssa->vars[i].var < op_array->last_var ? "CV $" : "TMP"), \
106 (ssa->vars[i].var < op_array->last_var ? ZSTR_VAL(op_array->vars[ssa->vars[i].var]) : "")
109 #define INSTR(i) \ argument
110 (i), (zend_get_opcode_name(op_array->opcodes[i].opcode))
115 int i, status = SUCCESS; in ssa_verify_integrity() local
118 for (i = 0; i < ssa->vars_count; i++) { in ssa_verify_integrity()
177 FOREACH_INSTR_NUM(i) { in ssa_verify_integrity()
308 for (i = 0; i < cfg->blocks_count; i++) { in ssa_verify_integrity()
[all …]
H A Descape_analysis.c37 int i; in union_find_init() local
39 for (i = 0; i < count; i++) { in union_find_init()
40 parent[i] = i; in union_find_init()
92 for (i = 0; i < ssa_vars_count; i++) { in zend_build_equi_escape_sets()
141 for (i = 0; i < ssa_vars_count; i++) { in zend_build_equi_escape_sets()
142 parent[i] = union_find_root(parent, i); in zend_build_equi_escape_sets()
424 for (i = op_array->last_var; i < ssa_vars_count; i++) { in zend_ssa_escape_analysis()
449 for (i = op_array->last_var; i < ssa_vars_count; i++) { in zend_ssa_escape_analysis()
475 for (i = 0; i < ssa_vars_count; i++) { in zend_ssa_escape_analysis()
500 for (i = 0; i < ssa_vars_count; i++) { in zend_ssa_escape_analysis()
[all …]
/PHP-7.3/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.3/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.3/ext/fileinfo/libmagic/
H A Dascmagic.c107 size_t mlen, i; in file_ascmagic_with_encoding() local
163 for (i = 0; i < ulen; i++) { in file_ascmagic_with_encoding()
164 if (ubuf[i] == '\n') { in file_ascmagic_with_encoding()
169 last_line_end = i; in file_ascmagic_with_encoding()
175 last_line_end = i; in file_ascmagic_with_encoding()
179 last_line_end = i; in file_ascmagic_with_encoding()
186 if (ubuf[i] == '\033') in file_ascmagic_with_encoding()
188 if (ubuf[i] == '\b') in file_ascmagic_with_encoding()
321 size_t i; in encode_utf8() local
324 for (i = 0; i < ulen; i++) { in encode_utf8()
[all …]
/PHP-7.3/ext/opcache/tests/
H A Dssa_bug_006.phpt2 Incorrect optimization of $i = $i++
9 $i = 1;
10 $i = $i++;
11 var_dump($i);
13 $i = 1;
14 $i = $i--;
15 var_dump($i);
/PHP-7.3/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.3/ext/standard/html_tables/
H A Dhtml_table_gen.php197 for ($i = 0; $i < 4; $i++) { variable
208 for ($i = 0; $i < 4; $i++) { variable
534 for ($i = 0; $i < 0x1E; $i++) { variable
603 for ($i = 0; $i < 0x1E; $i++) { variable
630 for ($i = 0; $i < 0x1E; $i++) { variable
631 if (isset($mstable[$i]))
753 for ($i = 0; $i < $numelems; $i++) { variable
754 if (empty($hashes[$i]))
773 for ($i = 0; $i < $numelems; $i++) { variable
774 if ($i == 0) echo "\t";
[all …]
/PHP-7.3/Zend/
H A Dzend_stack.c105 int i; in zend_stack_apply() local
109 for (i=stack->top-1; i>=0; i--) { in zend_stack_apply()
110 if (apply_function(ZEND_STACK_ELEMENT(stack, i))) { in zend_stack_apply()
116 for (i=0; i<stack->top; i++) { in zend_stack_apply()
117 if (apply_function(ZEND_STACK_ELEMENT(stack, i))) { in zend_stack_apply()
128 int i; in zend_stack_apply_with_argument() local
132 for (i=stack->top-1; i>=0; i--) { in zend_stack_apply_with_argument()
139 for (i=0; i<stack->top; i++) { in zend_stack_apply_with_argument()
150 int i; in zend_stack_clean() local
153 for (i = 0; i < stack->top; i++) { in zend_stack_clean()
[all …]
H A Dzend_long.h37 # define Z_L(i) INT64_C(i) argument
38 # define Z_UL(i) UINT64_C(i) argument
47 # define Z_L(i) INT32_C(i) argument
48 # define Z_UL(i) UINT32_C(i) argument
63 # define ZEND_LTOA(i, s, len) _i64toa_s((i), (s), (len), 10) argument
64 # define ZEND_ATOL(i, s) i = _atoi64((s)) argument
71 # define ZEND_LTOA(i, s, len) \ argument
76 # define ZEND_ATOL(i, s) (i) = atoll((s)) argument
92 # define ZEND_LTOA(i, s, len) _ltoa_s((i), (s), (len), 10) argument
93 # define ZEND_ATOL(i, s) i = atol((s)) argument
[all …]
/PHP-7.3/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.3/ext/gd/libgd/
H A Dgd_png.c259 for (i = 0; i < num_trans; ++i) { in gdImageCreateFromPngCtx()
279 for (i = 0; i < 256; ++i) { in gdImageCreateFromPngCtx()
285 for (i = 0; i < 256; ++i) { in gdImageCreateFromPngCtx()
286 palette[i].red = palette[i].green = palette[i].blue = i; in gdImageCreateFromPngCtx()
354 for (i = 0; i < num_palette; ++i) { in gdImageCreateFromPngCtx()
561 for (i = 0; i < gdMaxColors; ++i) { in gdImagePngCtxEx()
567 for (i = 0; i < im->colorsTotal; ++i) { in gdImagePngCtxEx()
647 for (i = 0; i < im->colorsTotal; i++) { in gdImagePngCtxEx()
675 for (i = 0; i < colors; ++i) { in gdImagePngCtxEx()
717 for (i = 0; i < width; ++i) { in gdImagePngCtxEx()
[all …]
/PHP-7.3/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 …]

Completed in 70 milliseconds

12345678910>>...75