Home
last modified time | relevance | path

Searched refs:i (Results 226 – 250 of 1947) sorted by relevance

12345678910>>...78

/PHP-7.4/ext/standard/tests/serialize/
H A Dbug69425.phpt17 $data = unserialize('a:2:{i:0;O:4:"test":1:{s:4:"ryat";R:1;}i:1;i:2;}');
21 $data = unserialize('a:2:{i:0;O:12:"DateInterval":1:{s:1:"y";R:1;}i:1;i:2;}');
38 ["i"]=>
H A Dbug70436.phpt29 $exploit = 'a:4:{i:0;i:1;i:1;C:3:"obj":'.strlen($inner).':{'.$inner.'}i:2;s:'.strlen($fakezval).':"…
39 for ($i = 0; $i < 8; $i++) {
/PHP-7.4/ext/snmp/tests/
H A Dbigtest4 i=0;
5 while [ $i -lt 32 ]; do
7 i=$((i+1));
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_statement.c76 int i; in pdo_mysql_stmt_dtor() local
77 for (i = 0; i < stmt->column_count; i++) { in pdo_mysql_stmt_dtor()
180 int i; in pdo_mysql_stmt_execute_prepared_libmysql() local
189 for (i = 0; i < stmt->column_count; i++) { in pdo_mysql_stmt_execute_prepared_libmysql()
203 for (i = 0; i < stmt->column_count; i++) { in pdo_mysql_stmt_execute_prepared_libmysql()
277 int i; in pdo_mysql_stmt_execute_prepared_mysqlnd() local
294 for (i = 0; i < stmt->column_count; i++) { in pdo_mysql_stmt_execute_prepared_mysqlnd()
382 for (i = 0; i < stmt->column_count; i++) { in pdo_mysql_stmt_next_rowset()
703 for (i = 0; i < stmt->column_count; i++) { in pdo_mysql_stmt_describe()
706 cols[i].name = strpprintf(0, "%s.%s", S->fields[i].table, S->fields[i].name); in pdo_mysql_stmt_describe()
[all …]
/PHP-7.4/ext/hash/
H A Dhash_gost.c37 r = h[i]; \
38 l = h[i + 1]; \
124 s[i] = r; \
210 int i; in Gost() local
216 for (i = 0; i < 8; i += 2) { in Gost()
227 int i, j; in GostTransform() local
230 for (i = 0, j = 0; i < 8; ++i, j += 4) { in GostTransform()
233 context->state[i + 8] += data[i] + temp; in GostTransform()
234 temp = context->state[i + 8] < data[i] ? 1 : (context->state[i + 8] == data[i] ? temp : 0); in GostTransform()
276 for (; i + 32 <= len; i += 32) { in PHP_GOSTUpdate()
[all …]
H A Dhash_fnv.c95 int i = 0; in PHP_FNV132Final()
98 for (i = 0; i < 4; i++) { in PHP_FNV132Final()
99 digest[i] = c[3 - i]; in PHP_FNV132Final()
130 int i = 0; in PHP_FNV164Final()
133 for (i = 0; i < 8; i++) { in PHP_FNV164Final()
134 digest[i] = c[7 - i]; in PHP_FNV164Final()
/PHP-7.4/tests/func/
H A D010.phpt32 for($i=0; $i < $limit; ++$i) {
33 $str .= '$v'.dechex($i).($i===($limit-1) ? '' : ',');
50 for($i=0; $i< $limit; ++$i) {
51 $str .= "'".dechex($i)."'".($i===($limit-1) ? '' : ',');
/PHP-7.4/Zend/tests/
H A Dbug38220.phpt9 echo "func1(): {$this->obj->i}\n";
13 echo "close(): {$this->obj->i}\n";
18 public $i;
20 function __construct($i) {
21 $this->i = $i;
66 [i] => 1
74 [i] => 1
81 [i] => 2
89 [i] => 2
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2a.phpt51 $a9 = str_repeat('i', 4094);
55 for($i=0; $i<1000; $i++) {
56 do_insert($db, $i * 10 + 1, $a1, $a10);
57 do_insert($db, $i * 10 + 2, $a2, $a9);
58 do_insert($db, $i * 10 + 3, $a3, $a8);
59 do_insert($db, $i * 10 + 4, $a4, $a7);
60 do_insert($db, $i * 10 + 5, $a5, $a6);
61 do_insert($db, $i * 10 + 6, $a6, $a5);
62 do_insert($db, $i * 10 + 7, $a7, $a4);
63 do_insert($db, $i * 10 + 8, $a8, $a3);
[all …]
/PHP-7.4/ext/gd/libgd/
H A Dwbmp.c40 int i, mbi = 0; in getmbi() local
44 i = getin (in); in getmbi()
45 if (i < 0) in getmbi()
49 while (i & 0x80); in getmbi()
71 while (accu != i) in putmbi()
92 int i; in skipheader() local
96 i = getin (in); in skipheader()
97 if (i < 0) in skipheader()
100 while (i & 0x80); in skipheader()
113 int i; in createwbmp() local
[all …]
H A Dgd.c195 for (i = 0; i < sy; i++) { in gdImageCreate()
248 for (i = 0; i < sy; i++) { in gdImageCreateTrueColor()
281 for (i = 0; i < im->sy; i++) { in gdImageDestroy()
287 for (i = 0; i < im->sy; i++) { in gdImageDestroy()
663 for (i = 0; i < 256; i++) { in gdImagePaletteCopy()
1522 for (i = 0; (i < l); i++) { in gdImageString()
1557 for (i = 0; i < l; i++) { in gdImageStringUp16()
1793 for(i=mx1;i<=mx2;i++){ in gdImageFilledEllipse()
1834 for (i = x; i >= 0; i--) { in gdImageFillToBorder()
2656 for (i = 1; i < n; i++) { in gdImageOpenPolygon()
[all …]
H A Dgd_topal.c725 for (i = 0; i < numboxes; i++) in select_colors()
866 for (i = 0; i < numcolors; i++) in find_nearby_colors()
970 for (i = 0; i < numcolors; i++) in find_nearby_colors()
1018 for (i = 0; i < numcolors; i++) in find_best_colors()
1422 for (i = 0; i < HIST_C0_ELEMS; i++) in zeroHistogram()
1450 for (i = 0; i < oim->sy; i++) in free_truecolor_image_data()
1507 for (i = 0; (i < nim->sy); i++) in gdImageTrueColorToPaletteBody()
1529 for (i = 0; i < HIST_C0_ELEMS; i++) in gdImageTrueColorToPaletteBody()
1570 for (i = 0; (i < im->colorsTotal); i++) in gdImageTrueColorToPaletteBody()
1634 for (i = 0; i < nim->sy; i++) in gdImageTrueColorToPaletteBody()
[all …]
/PHP-7.4/ext/calendar/tests/
H A Djdtojewish_overflow.phpt11 for ($i=324542840; $i<324542850; $i++) {
12 echo $i, ':', jdtojewish($i), PHP_EOL;
/PHP-7.4/ext/dom/tests/
H A Dbug47430.phpt8 version="1.0"?><html><p><i>Hello</i></p><p><i>World!</i></p></html>';
12 $elements = $dom->getElementsByTagName('i');
13 foreach ($elements as $i) {
14 $i->previousSibling->nodeValue = '';
/PHP-7.4/ext/standard/tests/array/
H A Dextract_typed_ref.phpt7 public int $i = 0;
12 $i =& $test->i;
15 extract(['i' => 'foo', 's' => 42]);
17 var_dump($test->i, $test->s);
21 Cannot assign string to reference held by property Test::$i of type int
/PHP-7.4/ext/date/tests/
H A Dbug50392.phpt9 for ($i = 0; $i < 8; $i++) {
10 $string = $base . '.' . str_repeat($i, $i);
12 $result = date_parse_from_format('Y-m-d H:i:s.u', $string);
H A Dbug53437_var6.phpt7i";s:1:"8";s:1:"s";s:1:"0";s:1:"f";d:0.123654;s:7:"weekday";i:10;s:16:"weekday_behavior";i:10;s:17…
24 ["i"]=>
H A Dbug53437_var3.phpt7i";s:1:"8";s:1:"s";s:1:"0";s:7:"weekday";i:10;s:16:"weekday_behavior";i:10;s:17:"first_last_day_of…
24 ["i"]=>
/PHP-7.4/ext/opcache/tests/
H A Dneg_range_inference.phpt9 for ($i = 0; $i < 10; $i++) {
10 if ($i != 5) {
11 $t = (int) ($i < 5);
/PHP-7.4/tests/basic/
H A D011.phpt12 for ($i=0; $i<$argc; $i++) {
13 echo "$i: ".$argv[$i]."\n";
/PHP-7.4/ext/standard/tests/file/
H A Dlstat_stat_variation20.phpt70 int(%i)
92 int(%i)
94 int(%i)
96 int(%i)
118 int(%i)
120 int(%i)
126 int(%i)
148 int(%i)
150 int(%i)
152 int(%i)
[all …]
/PHP-7.4/ext/gd/tests/
H A Dbug43475.phpt17 $i = 0;
18 while ($i < 16 * $thickness) {
19 $style[$i++] = $color;
21 while ($i < 20 * $thickness) {
22 $style[$i++] = IMG_COLOR_TRANSPARENT;
24 while ($i < 28 * $thickness) {
25 $style[$i++] = $color;
27 while ($i < 32 * $thickness) {
28 $style[$i++] = IMG_COLOR_TRANSPARENT;
/PHP-7.4/Zend/
H A Dzend_ptr_stack.c82 int i = stack->top; in zend_ptr_stack_apply() local
84 while (--i >= 0) { in zend_ptr_stack_apply()
85 func(stack->elements[i]); in zend_ptr_stack_apply()
91 int i = 0; in zend_ptr_stack_reverse_apply() local
93 while (i < stack->top) { in zend_ptr_stack_reverse_apply()
94 func(stack->elements[i++]); in zend_ptr_stack_reverse_apply()
103 int i = stack->top; in zend_ptr_stack_clean() local
105 while (--i >= 0) { in zend_ptr_stack_clean()
106 pefree(stack->elements[i], stack->persistent); in zend_ptr_stack_clean()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c448 for (i = 0; i < MAGIC_SETS; i++) { in apprentice_1()
473 for (i = 0; i < MAGIC_SETS; i++) in file_ms_free()
510 for (i = 0; i < MAGIC_SETS; i++) in file_ms_alloc()
617 for (i = 0; i < MAGIC_SETS; i++) { in file_apprentice()
1226 for (i = 0; i < nme; i++) { in set_last_default()
1250 for (i = 0; i < nme; i++) in coalesce_entries()
1260 for (i = 0; i < nme; i++) { in coalesce_entries()
1275 for (i = 0; i < nme; i++) in magic_entry_free()
1349 for (i = 0; i < files; i++) { in apprentice_load()
3293 for (i = 0; i < nmagic; i++)
[all …]
/PHP-7.4/ext/mbstring/tests/
H A Dbug54494.phpt24 for ($i=0; $i < $length; $i++) {
25 $t = unpack("H*",mb_substr($string, $i, 1, $mode));
40 for ($i=0; $i < $length; $i++) {
41 $t = unpack("H*",mb_substr($string, $i, 1, $mode));

Completed in 61 milliseconds

12345678910>>...78