Home
last modified time | relevance | path

Searched refs:i (Results 151 – 175 of 2231) sorted by relevance

12345678910>>...90

/php-src/ext/standard/tests/general_functions/
H A Dclosures_002.phpt8 $i = 0;
9 register_tick_function(function () use (&$i) { $i++; });
12 echo "$i\n";
13 echo "$i\n";
14 var_dump ($i != 0);
15 echo "$i\n";
/php-src/ext/opcache/jit/ir/
H A Dir_gcm.c360 for (i = 0; i < clones_count; i++) { in ir_split_partially_dead_node()
378 for (i = 1; i < clones_count; i++) { in ir_split_partially_dead_node()
390 for (i = 0; i < clones_count; i++) { in ir_split_partially_dead_node()
813 for (i = 1; i != 0; i = _next[i]) { in ir_schedule()
841 i = _next[i]; in ir_schedule()
848 i = _next[i]; in ir_schedule()
864 i = _next[i]; in ir_schedule()
928 i = _next[i]; in ir_schedule()
944 for (i = 1; i != 0; i = _next[i]) { in ir_schedule()
955 for (i = 1; i != 0; i = _next[i]) { in ir_schedule()
[all …]
H A Dir_save.c56 for (i = 0, p = &ctx->use_edges[use_list->refs]; i < use_list->count; i++, p++) { in ir_save_dessa_moves()
97 for (i = IR_UNUSED + 1, insn = ctx->ir_base - i; i < ctx->consts_count; i++, insn--) { in ir_save()
114 for (i = IR_UNUSED + 1, insn = ctx->ir_base + i; i < ctx->insns_count;) { in ir_save()
120 && ctx->cfg_blocks[ctx->cfg_map[i]].start == i) { in ir_save()
144 uint32_t i; in ir_save() local
147 for (i = 1; i < bb->predecessors_count; i++) { in ir_save()
153 uint32_t i; in ir_save() local
156 for (i = 1; i < bb->successors_count; i++) { in ir_save()
347 && ctx->cfg_map[i] in ir_save()
348 && ctx->cfg_blocks[ctx->cfg_map[i]].end == i) { in ir_save()
[all …]
/php-src/scripts/dev/
H A Dcheck_parameters.php217 for ($i = 0; $i < $len; ++$i) {
218 $char = $spec[$i];
219 switch ($char = $spec[$i]) {
226 if ($i == $len-1) {
280 $allow_uninit = $i+1 < $len && $spec[$i+1] === '!'
328 for ($i = 0; $i < count($lines); ++$i) {
329 $j += strlen($lines[$i]) + strlen(@$lines[++$i]);
337 for ($i = 0; $i < count($split); $i+=2) {
341 check_function(preg_replace('/\s*,\s*/S', '::', $split[$i][0]), $f, $split[$i][1]);
357 for ($i = 1; $i < $argc; $i++) { variable
[all …]
/php-src/ext/pdo/
H A Dpdo.c159 zend_ulong i; in php_pdo_parse_data_source() local
168 i = 0; in php_pdo_parse_data_source()
177 ++i; in php_pdo_parse_data_source()
188 semi = i++; in php_pdo_parse_data_source()
193 semi = i++; in php_pdo_parse_data_source()
197 i += 2; in php_pdo_parse_data_source()
201 ++i; in php_pdo_parse_data_source()
205 semi = i; in php_pdo_parse_data_source()
247 while (i < data_source_len && isspace(data_source[i])) { in php_pdo_parse_data_source()
248 i++; in php_pdo_parse_data_source()
[all …]
/php-src/sapi/fuzzer/corpus/unserialize/
H A Dbug741031 a:7:{i:0;i:04;s:1:"a";i:2;i:9617006;i:4;s:1:"a";i:4;s:1:"a";R:5;s:1:"7";R:3;s:1:"a";R:5;;s:18;}}
/php-src/Zend/tests/generators/
H A Dyield_from_deep_recursion.phpt7 function from($i) {
8 yield $i;
11 function gen($i = 0) {
12 if ($i < 50000) {
13 yield from gen(++$i);
15 yield $i;
16 yield from from(++$i);
/php-src/ext/curl/tests/
H A Dcurl_version_basic_001.phpt19 int(%i)
20 int(%i)
21 int(%i)
22 int(%i)
23 string(%i) "%s"
24 string(%i) "%s"
25 string(%i) "%S"
26 string(%i) "%S"
/php-src/main/
H A Dphp_odbc_utils.c47 for (size_t i = 0; i < length; i++) { in php_odbc_connstr_is_quoted() local
48 if (str[i] == '}' && str[i + 1] == '}') { in php_odbc_connstr_is_quoted()
50 i++; in php_odbc_connstr_is_quoted()
51 } else if (str[i] == '}' && str[i + 1] != '\0') { in php_odbc_connstr_is_quoted()
/php-src/ext/date/tests/
H A Dbug17988.phpt7 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728"))."\n";
8 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728 GMT"))."\n";
9 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728 EDT"))."\n";
10 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728-00"))."\n";
11 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728+00"))."\n";
12 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728-04"))."\n";
13 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728+04"))."\n";
14 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728-0300"))."\n";
15 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728+0300"))."\n";
16 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728-0330"))."\n";
[all …]
/php-src/ext/standard/tests/serialize/
H A Dbug70172.phpt23 $exploit = 'a:2:{i:0;i:1;i:1;C:3:"obj":'.strlen($inner).':{'.$inner.'}}';
27 for ($i = 0; $i < 5; $i++) {
28 $v[$i] = $fakezval.$i;
36 for ($i = 0; $i < 8; $i++) {
H A Dbug70172_2.phpt30 $exploit = 'a:2:{i:0;O:4:"obj2":1:{s:4:"ryat";C:3:"obj":'.strlen($inner).':{'.$inner.'}}i:1;a:1:{i:…
34 for ($i = 0; $i < 5; $i++) {
35 $v[$i] = $fakezval.$i;
43 for ($i = 0; $i < 8; $i++) {
/php-src/ext/fileinfo/libmagic/
H A Dencoding.c271 for (i = 0; i < nbytes; i++) { \
353 size_t i; in file_looks_utf8() local
361 for (i = 0; i < nbytes; i++) { in file_looks_utf8()
402 i++; in file_looks_utf8()
407 (buf[i] < ar->lo || buf[i] > ar->hi)) in file_looks_utf8()
410 if ((buf[i] & 0x80) == 0 || (buf[i] & 0x40)) in file_looks_utf8()
470 size_t i; in looks_ucs16() local
485 for (i = 2; i + 1 < nbytes; i += 2) { in looks_ucs16()
543 for (i = 4; i + 3 < nbytes; i += 4) { in looks_ucs32()
655 for (i = 0; i < nbytes; i++) { in from_ebcdic()
[all …]
/php-src/ext/hash/
H A Dhash_crc32.c30 size_t i = 0; in PHP_CRC32Update() local
33 i += crc32_x86_simd_update(X86_CRC32, &context->state, input, len); in PHP_CRC32Update()
36 for (; i < len; ++i) { in PHP_CRC32Update()
43 size_t i = 0; in PHP_CRC32BUpdate() local
46 i += crc32_x86_simd_update(X86_CRC32B, &context->state, input, len); in PHP_CRC32BUpdate()
49 for (; i < len; ++i) { in PHP_CRC32BUpdate()
50 context->state = (context->state >> 8) ^ crc32b_table[(context->state ^ input[i]) & 0xff]; in PHP_CRC32BUpdate()
56 size_t i = 0; in PHP_CRC32CUpdate() local
59 i += crc32_x86_simd_update(X86_CRC32C, &context->state, input, len); in PHP_CRC32CUpdate()
62 for (; i < len; ++i) { in PHP_CRC32CUpdate()
[all …]
/php-src/ext/pgsql/tests/
H A D25async_query_params.phpt34 for ($i=0; $i < $rows; $i++)
36 pg_fetch_array($result, $i, PGSQL_NUM);
38 for ($i=0; $i < $rows; $i++)
42 for ($i=0; $i < $rows; $i++)
44 pg_fetch_row($result, $i);
46 for ($i=0; $i < $rows; $i++)
48 pg_fetch_result($result, $i, 0);
/php-src/ext/standard/tests/array/
H A Darray_diff_key.phpt13 $i = 1;
20 echo "------ Test $i --------\n";$i++;// 1
24 echo "------ Test $i --------\n";$i++;// 2
28 echo "------ Test $i --------\n";$i++;// 3
32 echo "------ Test $i --------\n";$i++;// 4
36 echo "------ Test $i --------\n";$i++;// 5
41 echo "------ Test $i --------\n";$i++;// 6
46 echo "------ Test $i --------\n";$i++;// 7
50 echo "------ Test $i --------\n";$i++;// 8
55 echo "------ Test $i --------\n";$i++;// 9
/php-src/ext/mysqlnd/
H A Dmysqlnd_debug.c51 int i; in MYSQLND_METHOD() local
67 for (;i > 0;i--) { in MYSQLND_METHOD()
146 int i; in MYSQLND_METHOD() local
164 for (;i > 0;i--) { in MYSQLND_METHOD()
522 for (i = 0; i < mode_len; i++) { in MYSQLND_METHOD()
530 if (mode[i] == 'a' || mode[i] == 'A') { in MYSQLND_METHOD()
533 if (i + 1 < mode_len && mode[i+1] == ',') { in MYSQLND_METHOD()
536 if (i+4 < mode_len && mode[i+3] == ':' && (mode[i+4] == '\\' || mode[i+4] == '/')) { in MYSQLND_METHOD()
563 if (i + 1 < mode_len && mode[i+1] == ',') { in MYSQLND_METHOD()
565 i++; in MYSQLND_METHOD()
[all …]
/php-src/ext/standard/
H A Dpack.c99 for (i = 0; i < size; i++) { in php_pack()
146 m.i = php_pack_reverse_int32(m.i); in php_pack_copy_float()
150 m.i = php_pack_reverse_int32(m.i); in php_pack_copy_float()
169 m.i = php_pack_reverse_int64(m.i); in php_pack_copy_double()
272 while (format[i] >= '0' && format[i] <= '9' && i < formatlen) { in PHP_FUNCTION()
384 for (i = 0; i < formatcount; i++) { in PHP_FUNCTION()
467 for (i = 0; i < formatcount; i++) { in PHP_FUNCTION()
879 for (i = 0; i != repetitions; i++ ) { in PHP_FUNCTION()
1207 for (i = 0; i < (int)sizeof(int); i++) { in PHP_MINIT_FUNCTION()
1208 int_map[i] = i; in PHP_MINIT_FUNCTION()
[all …]
/php-src/ext/soap/
H A Dphp_xml.h44 #define FOREACHATTRNODE(n,c,i) FOREACHATTRNODEEX(n,c,NULL,i) argument
51 i = get_attribute_ex(n,c,ns); \
53 i = n; \
55 if (i != NULL) { \
56 n = i;
58 #define FOREACHNODE(n,c,i) FOREACHNODEEX(n,c,NULL,i) argument
59 #define FOREACHNODEEX(n,c,ns,i) \ argument
65 i = get_node_ex(n,c,NULL); \
67 i = n; \
69 if(i != NULL) { \
[all …]
/php-src/ext/pcre/tests/
H A Dnull_bytes.phpt6 var_dump(preg_match("\0//i", ""));
7 var_dump(preg_match("/\0/i", ""));
8 var_dump(preg_match("/\0/i", "\0"));
9 var_dump(preg_match("//\0i", ""));
10 var_dump(preg_match("//i\0", ""));
11 var_dump(preg_match("/\\\0/i", ""));
14 var_dump(preg_match("\0[]i", ""));
15 var_dump(preg_match("[\0]i", ""));
16 var_dump(preg_match("[\0]i", "\0"));
17 var_dump(preg_match("[]\0i", ""));
[all …]
/php-src/tests/lang/operators/
H A Doperator_gt_variation.phpt25 for ($i = 0; $i < count($validGreaterThan); $i +=2) {
26 $typeToTestVal = $validGreaterThan[$i];
27 $compares = $validGreaterThan[$i + 1];
39 for ($i = 0; $i < count($invalidGreaterThan); $i +=2) {
40 $typeToTestVal = $invalidGreaterThan[$i];
41 $compares = $invalidGreaterThan[$i + 1];
H A Doperator_lt_variation.phpt23 for ($i = 0; $i < count($validLessThan); $i +=2) {
24 $typeToTestVal = $validLessThan[$i];
25 $compares = $validLessThan[$i + 1];
37 for ($i = 0; $i < count($invalidLessThan); $i +=2) {
38 $typeToTestVal = $invalidLessThan[$i];
39 $compares = $invalidLessThan[$i + 1];
/php-src/ext/dom/tests/
H A DDomNodeList_count.phpt13 for($i = 0; $i < 5; $i++) {
14 $root->setAttribute('attribute-' . $i, 'value-' . $i);
16 for($i = 0; $i < 7; $i++) {
H A DDOMNamedNodeMap_count.phpt13 for($i = 0; $i < 5; $i++) {
14 $root->setAttribute('attribute-' . $i, 'value-' . $i);
16 for($i = 0; $i < 7; $i++) {
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_error.c303 PCRE2_SIZE i; in pcre2_get_error_message() local
330 for (i = 0; *message != 0; i++) in pcre2_get_error_message()
332 if (i >= size - 1) in pcre2_get_error_message()
334 buffer[i] = 0; /* Terminate partial message */ in pcre2_get_error_message()
337 buffer[i] = *message++; in pcre2_get_error_message()
340 buffer[i] = 0; in pcre2_get_error_message()
341 return (int)i; in pcre2_get_error_message()

Completed in 67 milliseconds

12345678910>>...90