Home
last modified time | relevance | path

Searched refs:i (Results 476 – 500 of 2041) sorted by relevance

1...<<11121314151617181920>>...82

/PHP-7.2/Zend/tests/generators/finally/
H A Dyield_throw.phpt6 for ($i = $f; $i <= $t; $i++) {
8 yield $i;
/PHP-7.2/ext/standard/tests/math/
H A Ddechex_basic.phpt20 for ($i = 0; $i < count($values); $i++) {
21 $res = dechex($values[$i]);
/PHP-7.2/ext/standard/tests/serialize/
H A Dbug68594.phpt5 for ($i=4; $i<100; $i++) {
13 $m->ddd = str_repeat("A", $i);
/PHP-7.2/sapi/fpm/tests/
H A Dsocket-uds-acl.phpt31 for ($i=1 ; $i <= 3 ; $i++) {
32 $tab = explode(':', $tmp[$i]);
37 for ($i=1 ; $i <= 2 ; $i++) {
38 $tab = explode(':', $tmp[$i]);
/PHP-7.2/ext/gd/tests/
H A Dlibgd00186.phpt21 for ($i=0; $i<10; $i++) {
22 imagesetpixel($im,$i,$i,IMG_COLOR_TILED);
/PHP-7.2/ext/gmp/
H A Dconfig.m48 for i in $PHP_GMP /usr/local /usr; do
9 test -f $i/include/gmp.h && GMP_DIR=$i && break
10 test -f $i/include/$MACHINE_INCLUDES/gmp.h && GMP_DIR=$i && break
/PHP-7.2/ext/json/tests/
H A Dbug46944.phpt8 for ($i = 1; $i <= 16; $i++) {
9 $first = 0xf0 | ($i >> 2);
10 $second = 0x8f | ($i & 3) << 4;
/PHP-7.2/ext/hash/tests/
H A Dmhash_002.phpt33 for ($i=0; $i < $hc; $i++) {
34 $known_hash_al[mhash_get_hash_name($i)] = $i;
/PHP-7.2/ext/dba/tests/
H A Dbug62490.phpt15 for ($i = 0; $i < 3; ++$i) {
16 echo "insert $i:";
17 var_dump(dba_insert("a", $i, $dba));
/PHP-7.2/ext/opcache/Optimizer/
H A Ddce.c554 int i = 0; in dce_live_ranges() local
600 i++; in dce_live_ranges()
611 } else if (i != j) { in dce_live_ranges()
617 i++; in dce_live_ranges()
627 int i; in dce_optimize_op_array() local
664 while (i > block->start) { in dce_optimize_op_array()
665 i--; in dce_optimize_op_array()
669 add_operands_to_worklists(&ctx, &op_array->opcodes[i], &ssa->ops[i], 0); in dce_optimize_op_array()
673 add_operands_to_worklists(&ctx, &op_array->opcodes[i], &ssa->ops[i], 0); in dce_optimize_op_array()
686 add_operands_to_worklists(&ctx, &op_array->opcodes[i], &ssa->ops[i], 1); in dce_optimize_op_array()
[all …]
/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c185 int i; in date_from_ISO8601() local
215 for(i = 0; i < 4; i++) { in date_from_ISO8601()
222 for(i = 0; i < 2; i++) { in date_from_ISO8601()
234 for(i = 0; i < 2; i++) { in date_from_ISO8601()
242 for(i = 0; i < 2; i++) { in date_from_ISO8601()
250 for(i = 0; i < 2; i++) { in date_from_ISO8601()
258 for(i = 0; i < 2; i++) { in date_from_ISO8601()
906 int i; in XMLRPC_SetValueID_Case() local
907 for(i = 0; i < value->id.len; i++) { in XMLRPC_SetValueID_Case()
985 value->i = val; in XMLRPC_SetValueInt()
[all …]
/PHP-7.2/ext/pdo_dblib/
H A Ddblib_driver.c157 size_t i; in dblib_handle_quoter() local
172 for (i = 0; i < unquotedlen; i++) { in dblib_handle_quoter()
187 for (i = 0; i < unquotedlen; i++) { in dblib_handle_quoter()
188 if (unquoted[i] == '\'') { in dblib_handle_quoter()
192 *q++ = unquoted[i]; in dblib_handle_quoter()
345 int i, nvars, nvers, ret = 0; in pdo_dblib_handle_factory() local
418 for(i=0;i<nvers;i++) { in pdo_dblib_handle_factory()
428 if (i==nvers) { in pdo_dblib_handle_factory()
494 for (i = 0; i < nvars; i++) { in pdo_dblib_handle_factory()
495 if (vars[i].freeme) { in pdo_dblib_handle_factory()
[all …]
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregparse.c201 for (i = from; i <= to && i < SINGLE_BYTE_SIZE; i++) { in bitset_set_range()
219 for (i = 0; i < (int )BITSET_SIZE; i++) { bs[i] = ~(bs[i]); } in bitset_invert()
226 for (i = 0; i < (int )BITSET_SIZE; i++) { to[i] = ~(from[i]); } in bitset_invert_to()
233 for (i = 0; i < (int )BITSET_SIZE; i++) { dest[i] &= bs[i]; } in bitset_and()
240 for (i = 0; i < (int )BITSET_SIZE; i++) { dest[i] |= bs[i]; } in bitset_or()
247 for (i = 0; i < (int )BITSET_SIZE; i++) { dest[i] = bs[i]; } in bitset_copy()
286 for (i = 0; i < term_len; i++) in strdup_with_null()
1531 for (i = 0; i < num; i++) { in node_str_head_pad()
1754 for (i = 0; i < n; i++) { in not_code_range_buf()
1825 for (i = 0; i < n1; i++) { in or_code_range_buf()
[all …]
/PHP-7.2/ext/dom/
H A Dxpath.c78 int result, i; in dom_xpath_ext_function_php() local
106 for (i = nargs - 1; i >= 0; i--) { in dom_xpath_ext_function_php()
118 for (i = nargs - 2; i >= 0; i--) { in dom_xpath_ext_function_php()
133 ZVAL_STRING(&fci.params[i], str); in dom_xpath_ext_function_php()
137 array_init(&fci.params[i]); in dom_xpath_ext_function_php()
180 for (i = 0; i < nargs - 1; i++) { in dom_xpath_ext_function_php()
181 zval_ptr_dtor(&fci.params[i]); in dom_xpath_ext_function_php()
231 for (i = 0; i < nargs - 1; i++) { in dom_xpath_ext_function_php()
232 zval_ptr_dtor(&fci.params[i]); in dom_xpath_ext_function_php()
431 int i; in php_xpath_eval() local
[all …]
/PHP-7.2/ext/intl/tests/
H A Dtimezone_createDefault_basic.phpt21 [rawOffset] => %i
22 [currentOffset] => %i
28 [rawOffset] => %i
29 [currentOffset] => %i
/PHP-7.2/tests/output/
H A Dbug60768.phpt12 for($i = 0; $i < 10; $i++) {
13 echo str_pad($i, 9, ' ', STR_PAD_LEFT) . "\n"; // full buffer dumped every time
/PHP-7.2/ext/pdo_oci/
H A Dconfig.w3219 for (i = 0; i < pdo_oci_dirs.length; i++) {
20 pdo_oci_lib_paths += pdo_oci_dirs[i] + "\\lib;";
21 pdo_oci_lib_paths += pdo_oci_dirs[i] + "\\lib\\msvc;";
22 pdo_oci_inc_paths += pdo_oci_dirs[i] + "\\include;";
/PHP-7.2/Zend/
H A Dzend_ptr_stack.c86 int i = stack->top; in zend_ptr_stack_apply() local
88 while (--i >= 0) { in zend_ptr_stack_apply()
89 func(stack->elements[i]); in zend_ptr_stack_apply()
98 int i = stack->top; in zend_ptr_stack_clean() local
100 while (--i >= 0) { in zend_ptr_stack_clean()
101 pefree(stack->elements[i], stack->persistent); in zend_ptr_stack_clean()
/PHP-7.2/ext/date/tests/
H A Ddate_modify-1.phpt9 echo date_format($ts, 'D, d M Y H:i:s T'), "\n";
11 echo date_format($ts, 'D, d M Y H:i:s T'), "\n";
15 echo date_format($ts, 'D, d M Y H:i:s T'), "\n";
17 echo date_format($ts, 'D, d M Y H:i:s T'), "\n";
20 echo date_format($ts, 'D, d M Y H:i:s T'), "\n";
22 echo date_format($ts, 'D, d M Y H:i:s T'), "\n";
/PHP-7.2/tests/lang/operators/
H A Doperator_identical_basic.phpt34 for ($i = 0; $i < count($toCompare); $i +=3) {
35 $typeToTest = $toCompare[$i];
36 $valid_compares = $toCompare[$i + 1];
37 $invalid_compares = $toCompare[$i + 2];
H A Doperator_notequals_basic.phpt34 for ($i = 0; $i < count($toCompare); $i +=3) {
35 $typeToTest = $toCompare[$i];
36 $valid_compares = $toCompare[$i + 1];
37 $invalid_compares = $toCompare[$i + 2];
H A Doperator_notidentical_basic.phpt34 for ($i = 0; $i < count($toCompare); $i +=3) {
35 $typeToTest = $toCompare[$i];
36 $valid_compares = $toCompare[$i + 1];
37 $invalid_compares = $toCompare[$i + 2];
/PHP-7.2/ext/spl/
H A Dspl_fixedarray.c113 for (i = 0; i < array->size; i++) { in spl_fixedarray_resize()
127 for (i = size; i < array->size; i++) { in spl_fixedarray_resize()
139 int i; in spl_fixedarray_copy() local
140 for (i = 0; i < from->size; i++) { in spl_fixedarray_copy()
141 ZVAL_COPY(&to->elements[i], &from->elements[i]); in spl_fixedarray_copy()
167 for (i = 0; i < intern->array.size; i++) { in spl_fixedarray_object_get_properties()
178 for (i = intern->array.size; i < j; ++i) { in spl_fixedarray_object_get_properties()
191 zend_long i; in spl_fixedarray_object_free_storage() local
194 for (i = 0; i < intern->array.size; i++) { in spl_fixedarray_object_free_storage()
643 for (; i < intern->array.size; i++) { in SPL_METHOD()
[all …]
/PHP-7.2/ext/hash/
H A Dhash_sha3.c45 signed char i; in load64() local
47 for (i = 7; i >= 0; --i) { in load64()
49 ret |= x[i]; in load64()
54 char i; in store64() local
55 for (i = 0; i < 8; ++i) { in store64()
56 x[i] = val & 0xFF; in store64()
61 char i; in xor64() local
62 for (i = 0; i < 8; ++i) { in xor64()
63 x[i] ^= val & 0xFF; in xor64()
/PHP-7.2/ext/zip/lib/
H A Dzip_close.c66 zip_uint64_t i, j, survivors; in zip_close() local
103 for (i=j=0; i<za->nentry; i++) { in zip_close()
104 if (za->entry[i].deleted) in zip_close()
113 filelist[j].idx = i; in zip_close()
134 i = filelist[j].idx; in zip_close()
135 entry = za->entry+i; in zip_close()
149 if (_zip_read_local_ef(za, i) < 0) { in zip_close()
473 zip_uint64_t i, survivors; in _zip_changed() local
481 for (i=0; i<za->nentry; i++) { in _zip_changed()
482 …if (za->entry[i].deleted || za->entry[i].source || (za->entry[i].changes && za->entry[i].changes->… in _zip_changed()
[all …]

Completed in 81 milliseconds

1...<<11121314151617181920>>...82