Home
last modified time | relevance | path

Searched refs:i (Results 201 – 225 of 1565) sorted by relevance

12345678910>>...63

/PHP-5.3/Zend/tests/
H A Dconcat_001.phpt17 $i = 222;
22 var_dump($a.$i);
28 var_dump($o.$i);
34 var_dump($s.$i);
38 var_dump($i.$a);
39 var_dump($i.$o);
40 var_dump($i.$s);
41 var_dump($i.$d);
42 var_dump($i.$i);
47 var_dump($d.$i);
/PHP-5.3/ext/oci8/
H A Dconfig.w3224 for (i = 0; i < oci8_dirs.length; i++) {
25 oci8_lib_paths += oci8_dirs[i] + "\\lib;";
26 oci8_lib_paths += oci8_dirs[i] + "\\lib\\msvc;";
27 oci8_inc_paths += oci8_dirs[i] + "\\include;";
60 for (i = 0; i < oci8_11g_dirs.length; i++) {
61 oci8_11g_lib_paths += oci8_11g_dirs[i] + "\\lib;";
62 oci8_11g_lib_paths += oci8_11g_dirs[i] + "\\lib\\msvc;";
63 oci8_11g_inc_paths += oci8_11g_dirs[i] + "\\include;";
/PHP-5.3/tests/func/
H A D003.phpt11 function b($i)
13 echo "$i\n";
17 function c($i,$j)
19 echo "Counting from $i to $j\n";
20 for ($k=$i; $k<=$j; $k++) {
57 for ($i=0; $i<=10; $i++) {
58 $n=factorial($i);
69 for ($i=0; $i<=10; $i++) {
70 if ($i == 5) break;
71 $n=factorial($i);
[all …]
/PHP-5.3/ext/standard/
H A Dphp_crypt_r.c212 for (i = pwl; i != 0; i >>= 1) { in php_md5_crypt_r()
213 if ((i & 1) != 0) { in php_md5_crypt_r()
238 for (i = 0; i < 1000; i++) { in php_md5_crypt_r()
243 if ((i & 1) != 0) { in php_md5_crypt_r()
375 for (i = pwl; i != 0; i >>= 1) in php_md5_crypt_r()
376 if ((i & 1) != 0) in php_md5_crypt_r()
393 for (i = 0; i < 1000; i++) { in php_md5_crypt_r()
396 if ((i & 1) != 0) in php_md5_crypt_r()
401 if ((i % 3) != 0) in php_md5_crypt_r()
404 if ((i % 7) != 0) in php_md5_crypt_r()
[all …]
/PHP-5.3/ext/gd/libgd/
H A Dgd_filter.c232 int x, y, i, j, new_a; in gdImageConvolution() local
264 for (i=0; i<3; i++) { in gdImageConvolution()
293 int x, y, i, j; in gdImageSelectiveBlur() local
324 for (i=0; i<3; i++) { in gdImageSelectiveBlur()
339 flt_r[j][i] = 1.0f; in gdImageSelectiveBlur()
350 flt_g[j][i] = 1.0f; in gdImageSelectiveBlur()
361 flt_b[j][i] = 1.0f; in gdImageSelectiveBlur()
365 flt_r_sum += flt_r[j][i]; in gdImageSelectiveBlur()
366 flt_g_sum += flt_g[j][i]; in gdImageSelectiveBlur()
372 for (i=0; i<3; i++) { in gdImageSelectiveBlur()
[all …]
H A Dgd_topal.c813 for (i = 0; i < numboxes; i++)
823 for (i = 0; i < numboxes; i++)
973 for (i = 0; i < numcolors; i++)
1089 for (i = 0; i < numcolors; i++)
1141 for (i = 0; i < numcolors; i++)
1749 for (i = 0; i < HIST_C0_ELEMS; i++)
1826 for (i = 0; (i < nim->sy); i++)
1863 for (i = 0; i < HIST_C0_ELEMS; i++)
1872 for (i = 0; i < HIST_C0_ELEMS; i++)
2010 for (i = 0; i < oim->sy; i++)
[all …]
/PHP-5.3/ext/zip/lib/
H A Dzip_name_locate.c56 int i, n; in _zip_name_locate() local
74 for (i=0; i<n; i++) { in _zip_name_locate()
76 fn = za->cdir->entry[i].filename; in _zip_name_locate()
78 fn = _zip_get_name(za, i, flags, error); in _zip_name_locate()
91 return i; in _zip_name_locate()
/PHP-5.3/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-5.3/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));
/PHP-5.3/ext/zip/examples/
H A Ddir.php17 for ($i=0; $i<$za->numFiles;$i++) { variable
18 echo "index: $i\n";
19 print_r($za->statIndex($i));
/PHP-5.3/ext/bcmath/libbcmath/src/
H A Ddebug.c65 int i; local
67 for (i=0; i<len; i++) printf ("%c",BCD_CHAR(num[i]));
/PHP-5.3/sapi/aolserver/
H A Daolserver.c190 int i; in php_ns_sapi_read_cookies() local
194 if(i != -1) { in php_ns_sapi_read_cookies()
205 int i; in php_info_aolserver() local
230 for (i = 0; i < Ns_SetSize(NSG(conn)->headers); i++) { in php_info_aolserver()
235 for (i = 0; i < Ns_SetSize(NSG(conn)->outputheaders); i++) { in php_info_aolserver()
268 int i; in PHP_FUNCTION() local
272 for (i = 0; i < Ns_SetSize(NSG(conn->headers)); i++) { in PHP_FUNCTION()
306 int i; in php_ns_sapi_register_variables() local
310 for(i = 0; i < Ns_SetSize(NSG(conn->headers)); i++) { in php_ns_sapi_register_variables()
521 int i; in php_ns_config() local
[all …]
/PHP-5.3/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);
/PHP-5.3/ext/phar/tests/
H A Dbug13786.phpt12 for ($i = 0; $i < 2; $i++) {
16 $phar->addFromString($i, "file $i in $fname");
17 var_dump(file_get_contents($phar[$i]));
22 echo("\nWritten files: $i\n");
/PHP-5.3/ext/standard/tests/math/
H A Dmt_rand_basic.phpt7 echo "\nmt_rand() tests with default min and max value (i.e 0 thru ", $default_max, ")\n";
8 for ($i = 0; $i < 100; $i++) {
17 if ($i != 100) {
40 for ($i = 0; $i < 100; $i++) {
49 if ($i == 100) {
70 for ($i = 0; $i < 100; $i++) {
79 if ($i == 100) {
85 mt_rand() tests with default min and max value (i.e 0 thru 2147483647)
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_env.c200 int i; in fpm_env_init_main() local
225 for (i = 0; i < fpm_globals.argc; i++) { in fpm_env_init_main()
227 first = fpm_globals.argv[i]; in fpm_env_init_main()
229 if (last == NULL || fpm_globals.argv[i] == last + 1) { in fpm_env_init_main()
230 last = fpm_globals.argv[i] + strlen(fpm_globals.argv[i]); in fpm_env_init_main()
234 for (i = 0; environ[i]; i++) { in fpm_env_init_main()
236 first = environ[i]; in fpm_env_init_main()
238 if (last == NULL || environ[i] == last + 1) { in fpm_env_init_main()
239 last = environ[i] + strlen(environ[i]); in fpm_env_init_main()
/PHP-5.3/ext/simplexml/tests/
H A Dbug42369.phpt11 for ($i = 0; $i < 100000; $i++) {
16 for ($i = 0; $i < 100000; $i++) {
/PHP-5.3/ext/ereg/regex/
H A Dregcomp.c134 for (i = 0; i < NPAREN; i++) {
619 for (i = p->g->csetsize - 1; i >= 0; i--)
631 for (i = p->g->csetsize - 1; i >= 0; i--)
711 for (i = start; i <= finish; i++)
1026 for (i = 0; i < no; i++)
1063 for (i = 0; i < css; i++)
1094 for (i = 0; i < css; i++)
1121 for (i = 0; i < css; i++)
1141 for (i = 0; i < css; i++)
1415 for (i = 1; i < NPAREN; i++) {
[all …]
/PHP-5.3/ext/mcrypt/tests/
H A Dmcrypt_decrypt_3des_ecb.phpt50 for ($i = 0; $i < sizeof($keys); $i++) {
51 echo "\nkey length=".strlen($keys[$i])."\n";
52 special_var_dump(mcrypt_decrypt($cipher, $keys[$i], base64_decode($data1[$i]), $mode));
57 for ($i = 0; $i < sizeof($ivs); $i++) {
58 echo "\niv length=".strlen($ivs[$i])."\n";
59 special_var_dump(mcrypt_decrypt($cipher, $key, base64_decode($data2[$i]), $mode, $ivs[$i]));
/PHP-5.3/ext/standard/tests/serialize/
H A D001.phpt82 i:1;
83 i:0;
84 i:-1;
85 i:2147483647;
86 i:-2147483647;
93 a:6:{i:0;i:1;i:1;d:1.100000000000000088817841970012523233890533447265625;i:2;s:5:"hallo";i:3;N;i:4;…
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_exec.c2728 for (i = 1; i <= min; i++) in match()
2771 for (i = min; i < max; i++) in match()
2854 for (i = 1; i <= min; i++) in match()
2874 for (i = 1; i <= min; i++) in match()
3065 for (i = 1; i <= min; i++) in match()
3322 for (i = 1; i <= min; i++) in match()
3440 for (i = 1; i <= min; i++) in match()
3508 for (i = 1; i <= min; i++) in match()
3717 for (i = 1; i <= min; i++) in match()
3732 for (i = 1; i <= min; i++) in match()
[all …]
/PHP-5.3/ext/spl/tests/
H A Dspl_iterator_caching_count_basic.phpt8 $i = new ArrayIterator(array(1,1,1,1,1));
9 $i = new CachingIterator($i,CachingIterator::FULL_CACHE);
10 foreach ($i as $value) {
11 echo $i->count()."\n";
/PHP-5.3/scripts/dev/
H A Dconv_z_macros21 for i in $@; do
22 echo -n "Processing $i... "
57 < $i > tmp && cp tmp $i
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_stmt_bind_limits.phpt22 for ($i = 0; $i < $num_params; $i++) {
23 $create .= "col" . $i . " INT, ";
24 $columns .= "col" . $i . ", ";
26 $stmt_params .= '$params[' . $i . '], ';
28 $params[($j * $rows) + $i] = $i;
32 $stmt_types = str_repeat("i", $num_params * $rows);
65 for ($i = 0; $i < $rows; $i++)
67 $param_ref[] = &$params[($i * $rows) + $j];
95 for ($i = 0; $i < $num_params; $i++) {
96 if ($row[$i + 1] != $i) {
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c650 for (i = 0; i < stmt->param_count; i++) { in mysqlnd_stmt_execute_store_params()
666 zval *tmp_data = (copies && copies[i])? copies[i]: stmt->param_bind[i].zv; in mysqlnd_stmt_execute_store_params()
698 for (i = 0; i < stmt->param_count; i++) { in mysqlnd_stmt_execute_store_params()
712 zval *tmp_data = (copies && copies[i])? copies[i]: stmt->param_bind[i].zv; in mysqlnd_stmt_execute_store_params()
737 for (i = 0; i < stmt->param_count; i++) { in mysqlnd_stmt_execute_store_params()
771 zval *tmp_data = (copies && copies[i])? copies[i]: stmt->param_bind[i].zv; in mysqlnd_stmt_execute_store_params()
781 zval *tmp_data = (copies && copies[i])? copies[i]: stmt->param_bind[i].zv; in mysqlnd_stmt_execute_store_params()
853 for (i = 0; i < stmt->param_count; i++) { in mysqlnd_stmt_execute_store_params()
854 zval *data = (copies && copies[i])? copies[i]: stmt->param_bind[i].zv; in mysqlnd_stmt_execute_store_params()
857 (*buf + null_byte_offset)[i/8] |= (zend_uchar) (1 << (i & 7)); in mysqlnd_stmt_execute_store_params()
[all …]

Completed in 108 milliseconds

12345678910>>...63