Home
last modified time | relevance | path

Searched refs:i (Results 501 – 525 of 1643) sorted by relevance

1...<<21222324252627282930>>...66

/PHP-5.4/ext/standard/tests/math/
H A Dbug24142.phpt6 for ($i = 1; $i < 10; $i++) {
/PHP-5.4/ext/gd/libgd/
H A Dgd_arc_f_buggy.c37 int i;
106 for (i = 0; i < 4; i++)
108 if ((s < (i + 1) * 90) && (e > (i + 1) * 90))
114 pt[1].x = cx + axis_pt[(i + 1) & 3].x;
115 pt[1].y = cy + axis_pt[(i + 1) & 3].y;
116 if (e <= (i + 2) * 90)
137 gdImageFilledArc (im, cx, cy, width, height, (i + 1) * 90, (i + 2) * 90, color, gdChord);
140 if (e <= (i + 3) * 90)
161 gdImageFilledArc (im, cx, cy, width, height, (i + 2) * 90, (i + 3) * 90, color, gdChord);
164 if (e <= (i + 4) * 90)
[all …]
/PHP-5.4/ext/date/tests/
H A Dmktime_variation5.phpt116 int(%i)
122 int(%i)
125 int(%i)
128 int(%i)
131 int(%i)
154 int(%i)
157 int(%i)
160 int(%i)
163 int(%i)
166 int(%i)
[all …]
H A D012.phpt9 var_dump($dto->format("Y/m/d H:i:s"));
11 var_dump($dto->format("Y/m/d H:i:s"));
13 var_dump($dto->format("Y/m/d H:i:s"));
15 var_dump($dto->format("Y/m/d H:i:s"));
17 var_dump($dto->format("Y/m/d H:i:s"));
H A D013.phpt9 var_dump($dto->format("Y.m.d H:i:s"));
11 var_dump($dto->format("Y.m.d H:i:s"));
13 var_dump($dto->format("Y.m.d H:i:s"));
15 var_dump($dto->format("Y.m.d H:i:s"));
17 var_dump($dto->format("Y.m.d H:i:s"));
/PHP-5.4/ext/zlib/
H A Dconfig0.m424 for i in /usr/local /usr $PHP_ZLIB_DIR; do
25 if test -f $i/include/zlib/zlib.h; then
26 ZLIB_DIR=$i
27 ZLIB_INCDIR=$i/include/zlib
28 elif test -f $i/include/zlib.h; then
29 ZLIB_DIR=$i
30 ZLIB_INCDIR=$i/include
/PHP-5.4/Zend/tests/
H A Dbug44913.phpt7 for($i = 0; $i < 1; $i++) {
/PHP-5.4/ext/gd/
H A Dgd_ctx.c85 int q = -1, i; in _php_image_output_ctx() local
181 for(i=0; i < gdImageColorsTotal(im); i++) { in _php_image_output_ctx()
182 if(!gdImageRed(im, i) && !gdImageGreen(im, i) && !gdImageBlue(im, i)) break; in _php_image_output_ctx()
184 q = i; in _php_image_output_ctx()
/PHP-5.4/ext/zlib/tests/
H A Dgzinflate-bug42663.phpt9 for($i=0; $i<30000; ++$i) $string .= $i . ' ';
/PHP-5.4/ext/sockets/tests/
H A Dsocket_read_params.phpt24 Warning: socket_read() expects at least 2 parameters, 0 given in %s on line %i
26 Warning: socket_read() expects at least 2 parameters, 1 given in %s on line %i
28 Warning: socket_read(): unable to read from socket [%i]: %a in %s on line %i
H A Dsocket_write_params.phpt24 Warning: socket_write() expects at least 2 parameters, 0 given in %s on line %i
26 Warning: socket_write() expects at least 2 parameters, 1 given in %s on line %i
28 Warning: socket_write(): unable to write to socket [%i]: %a in %s on line %i
/PHP-5.4/ext/standard/tests/file/
H A Dbug30362.phpt8 for ($i = 0; ($i < 10) && !feof($resource); ++$i ) {
H A Dfread_socket_variation1.phpt6 for ($i=0; $i<100; $i++) {
/PHP-5.4/ext/iconv/tests/
H A Diconv003.phpt7 for ($i = 0; $i < 3; ++$i) {
/PHP-5.4/ext/hash/
H A Dbench.php81 for ($i = 0; $i < 1000; $i++) { variable
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_result_references_mysqlnd.phpt45 for ($i = 0; $i < 2; $i++) {
46 $rows[$i] = mysqli_fetch_assoc($res);
47 $references[$idx]['row_ref'] = &$rows[$i];
48 $references[$idx]['row_copy'] = $rows[$i];
49 $references[$idx]['id_ref'] = &$rows[$i]['id'];
50 $references[$idx]['id_copy'] = $rows[$i]['id'];
52 $references[$idx]['id_copy_mod']= $rows[$i]['id'] + 0;
/PHP-5.4/tests/lang/
H A D024.phpt149 $j = $i*2+$j*($i++);
172 $j += ++$i; /* ++$i --> $i==2, $j += 2 --> $j==2 */
218 $i=0;
238 $i=0;
244 ${"test$i$j"}[$k] = $i+$j+$k;
254 $i=0;
276 $arr[$i]=$i;
357 echo "\$i=$i\n";
555 $i=0
571 $i=1
[all …]
/PHP-5.4/ext/pcre/pcrelib/testdata/
H A Dtestinput12036 /a(?-i)b/i
3281 /((?-i)a)b/i
3287 /((?-i)a)b/i
3295 /((?-i)a)b/i
3300 /((?-i)a)b/i
3308 /((?-i)a)b/i
3310 /(?-i:a)b/i
3316 /(?-i:a)b/i
3322 /(?-i:a)b/i
3329 /(?-i:a)b/i
[all …]
/PHP-5.4/ext/phar/tests/
H A Dphar_buildfromdirectory4.phpt13 foreach(range(1, 4) as $i) {
14 file_put_contents(dirname(__FILE__)."/testdir/file$i.txt", "some content for file $i");
34 foreach(range(1, 4) as $i) {
35 unlink(dirname(__FILE__) . "/testdir/file$i.txt");
H A Dphar_buildfromdirectory5.phpt12 foreach(range(1, 4) as $i) {
13 file_put_contents(dirname(__FILE__)."/testdir/file$i.txt", "some content for file $i");
33 foreach(range(1, 4) as $i) {
34 unlink(dirname(__FILE__) . "/testdir/file$i.txt");
H A Dbug69324.phar1 …���o߹���#���a:2:{i:0;s:2:"hi";i:1;s:5:"there";}���d�����D����Jݘ���/���a:2:{s:2:"hi";s:5:"th…
/PHP-5.4/ext/mbstring/libmbfl/tests/
H A Dconv_encoding.c15 unsigned int i; in hexdump() local
17 for (i = 0; i < ptr->len; i++) { in hexdump()
18 printf("%%%02x", ptr->val[i]); in hexdump()
H A Dstrcut.c16 unsigned int i; in hexdump() local
18 for (i = 0; i < ptr->len; i++) { in hexdump()
19 printf("%%%02x", ptr->val[i]); in hexdump()
/PHP-5.4/ext/standard/
H A Dmail.c104 int subject_len, extra_cmd_len = 0, i; in PHP_FUNCTION() local
133 for (i = 0; to_r[i]; i++) { in PHP_FUNCTION()
134 if (iscntrl((unsigned char) to_r[i])) { in PHP_FUNCTION()
139 SKIP_LONG_HEADER_SEP(to_r, i); in PHP_FUNCTION()
140 to_r[i] = ' '; in PHP_FUNCTION()
155 for (i = 0; subject_r[i]; i++) { in PHP_FUNCTION()
156 if (iscntrl((unsigned char) subject_r[i])) { in PHP_FUNCTION()
157 SKIP_LONG_HEADER_SEP(subject_r, i); in PHP_FUNCTION()
158 subject_r[i] = ' '; in PHP_FUNCTION()
/PHP-5.4/ext/zip/lib/
H A Dzip_unchange.c53 int i; in _zip_unchange() local
62 i = _zip_name_locate(za, in _zip_unchange()
65 if (i != -1 && i != idx) { in _zip_unchange()

Completed in 148 milliseconds

1...<<21222324252627282930>>...66