Home
last modified time | relevance | path

Searched refs:i (Results 1851 – 1875 of 2007) sorted by relevance

1...<<7172737475767778798081

/PHP-7.1/tests/lang/
H A DforeachLoopIteratorAggregate.001.phpt93 static $i = 0;
94 if ($i++%2 == 0) {
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_store_result_copy.phpt64 for ($i = 0; $i < 1000; $i++) {
H A Dmysqli_stmt_get_result_metadata.phpt153 for ($i = 0; $i < 100; $i++) {
/PHP-7.1/Zend/
H A DZend.m4242 int i = ZEND_MM_ALIGNMENT;
246 while (i & ~0x1) {
248 i = i >> 1;
/PHP-7.1/ext/pcre/tests/
H A Dpreg_replace_basic.phpt13 …eginning of a word followed by 2-4 characters and replaces it with Bonjour (i.e. Hello -> Bonjour)…
H A Dpreg_replace_edit_basic.phpt24 …eginning of a word followed by 2-4 characters and replaces it with Bonjour (i.e. Hello -> Bonjour)…
/PHP-7.1/ext/standard/tests/strings/
H A Ducwords_variation2.phpt47 it's bright,but i cann't see it.
H A Dhtmlentities_html5.phpt27 for ($i = 0; $i < 0x1DFFF; $i++) {
28 if ($i >= 0xd800 && $i < 0xe000) //surrogates
30 $str = utf32_utf8($i);
33 printf("%s\tU+%05X\n", $result, $i);
106 foreach ($mpcent as $i) {
107 $str = utf32_utf8($i[0]);
108 $str .= utf32_utf8($i[1]);
110 printf("%s\tU+%05X U+%05X\n", $result, $i[0], $i[1]);
/PHP-7.1/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type3-fd.phpt9 $date_format = 'Y-m-d H:i:s T e';
H A Drfc-datetime_and_daylight_saving_time-type3-fs.phpt11 $date_format = 'Y-m-d H:i:s T e';
/PHP-7.1/ext/posix/
H A Dposix.c566 int i; in PHP_FUNCTION() local
577 for (i=0; i<result; i++) { in PHP_FUNCTION()
578 add_next_index_long(return_value, gidlist[i]); in PHP_FUNCTION()
/PHP-7.1/ext/json/
H A Djson_scanner.c72 int i, code = 0; in php_json_ucs2_to_int_ex() local
74 for (i = 0; i < size; i++) { in php_json_ucs2_to_int_ex()
75 code |= php_json_hex_to_int(*(pc--)) << (i * 4); in php_json_ucs2_to_int_ex()
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_module.c544 uint i; local
556 for (i = 0; i<ZCSG(hash).max_num_entries; i++) {
557 for (cache_entry = ZCSG(hash).hash_table[i]; cache_entry; cache_entry = cache_entry->next) {
/PHP-7.1/ext/standard/
H A Dfilestat.c841 int groups, n, i; in php_stat() local
848 for(i=0;i<n;i++){ in php_stat()
849 if(ssb.sb.st_gid==gids[i]) { in php_stat()
H A Durl_scanner_ex.c451 unsigned int i; in handle_tag() local
457 for (i = 0; i < ZSTR_LEN(ctx->tag.s); i++) in handle_tag()
458 ZSTR_VAL(ctx->tag.s)[i] = tolower((int)(unsigned char)ZSTR_VAL(ctx->tag.s)[i]); in handle_tag()
/PHP-7.1/ext/zlib/
H A Dzlib.c569 register int i = 0; in PHP_FUNCTION() local
596 add_index_string(return_value, i++, buf); in PHP_FUNCTION()
779 size_t i; in zlib_create_dictionary_string() local
793 for (i = 0; i < ZSTR_LEN(*ptr); i++) { in zlib_create_dictionary_string()
794 if (ZSTR_VAL(*ptr)[i] == 0) { in zlib_create_dictionary_string()
/PHP-7.1/ext/pdo/
H A Dpdo_dbh.c1502 int i; in dbh_free() local
1540 for (i = 0; i < PDO_DBH_DRIVER_METHOD_KIND__MAX; i++) { in dbh_free()
1541 if (dbh->cls_methods[i]) { in dbh_free()
1542 zend_hash_destroy(dbh->cls_methods[i]); in dbh_free()
1543 pefree(dbh->cls_methods[i], dbh->is_persistent); in dbh_free()
/PHP-7.1/ext/intl/tests/
H A Dcpbi_getLastCodePoint_basic.phpt28 //it's a post-increment operation as to the codepoint, i.e., it gives the codepoint
/PHP-7.1/ext/soap/interop/
H A Dclient_round2_params.php156 function SOAPStruct($s, $i, $f) { argument
158 $this->varInt = $i;
/PHP-7.1/TSRM/
H A Dtsrm_win32.c487 int i; in popen_ex() local
503 for (i=0; i < type_len; i++) { in popen_ex()
/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX-encoder.c9546 int i; in parse_insn_tilegx() local
9553 for (i = 0; i < opc->num_operands; i++) in parse_insn_tilegx()
9556 &tilegx_operands[opc->operands[pipe][i]]; in parse_insn_tilegx()
9574 d->operands[i] = op; in parse_insn_tilegx()
9575 d->operand_values[i] = opval; in parse_insn_tilegx()
10073 int i, num_instructions, num_printed; in print_insn_tilegx() local
10088 for (i = 0; i < num_instructions; i++) in print_insn_tilegx()
10090 if (!decoded[i].opcode->can_bundle) in print_insn_tilegx()
10099 for (i = 0; i < num_instructions; i++) in print_insn_tilegx()
10130 num = decoded[i].operand_values[j]; in print_insn_tilegx()
[all …]
/PHP-7.1/ext/hash/tests/
H A Dfnv132.phpt186 $i = 0;
191 …echo "Iteration " . $i . " failed - expected '" . $test[1] . "', got '" . $result . "' for '" . $t…
194 $i++;
H A Dfnv164.phpt186 $i = 0;
191 …echo "Iteration " . $i . " failed - expected '" . $test[1] . "', got '" . $result . "' for '" . $t…
194 $i++;
/PHP-7.1/main/
H A Doutput.c576 int i, count = php_output_get_level(); in php_output_handler_started() local
581 for (i = 0; i < count; ++i) { in php_output_handler_started()
582 …if (name_len == ZSTR_LEN(handlers[i]->name) && !memcmp(ZSTR_VAL(handlers[i]->name), name, name_len… in php_output_handler_started()
/PHP-7.1/ext/spl/
H A Dspl_dllist.c501 int i = 0; in spl_dllist_object_get_debug_info() local
523 add_index_zval(&dllist_array, i, &current->data); in spl_dllist_object_get_debug_info()
527 i++; in spl_dllist_object_get_debug_info()
544 int i = 0; in spl_dllist_object_get_gc() local
552 ZVAL_COPY_VALUE(&intern->gc_data[i++], &current->data); in spl_dllist_object_get_gc()
557 *gc_data_count = i; in spl_dllist_object_get_gc()

Completed in 118 milliseconds

1...<<7172737475767778798081