Home
last modified time | relevance | path

Searched refs:i (Results 251 – 275 of 1565) sorted by relevance

1...<<11121314151617181920>>...63

/PHP-5.3/ext/dba/tests/
H A Ddba010.phpt20 $i=0;
23 $i++;
25 echo $i;
27 for ($i=1; $i<5; $i++) {
28 echo dba_exists("[key$i]name$i", $db_file) ? "Y" : "N";
H A Ddba006.phpt21 $i=0;
24 $i++;
26 echo $i;
27 for ($i=1; $i<6; $i++) {
28 echo dba_exists("key$i", $db_file) ? "Y" : "N";
/PHP-5.3/ext/gmp/tests/
H A D020.phpt20 for ($i = -1; $i < 12; $i++) {
21 var_dump(gmp_prob_prime((773*$i)-($i*7)-1, $i));
23 var_dump(gmp_prob_prime(gmp_add($n, $i-1), $i));
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput10379 /\p{Lu}/8i
386 /\p{^Lu}/8i
391 /\P{Lu}/8i
450 /\pL/8i
460 /\p{Lu}/8i
472 /\p{Ll}/8i
1321 /ist/8i
1324 /is+t/8i
1328 /is+?t/8i
1331 /is?t/8i
[all …]
/PHP-5.3/tests/basic/
H A D012.phpt18 for ($i=1; $i<$argc; $i++) {
19 echo ($i-1).": ".$argv[$i]."\n";
/PHP-5.3/ext/filter/
H A Dsanitizing_filters.c113 int i, c; in php_filter_strip() local
123 for (i = 0; i < Z_STRLEN_P(value); i++) { in php_filter_strip()
124 if ((str[i] > 127) && (flags & FILTER_FLAG_STRIP_HIGH)) { in php_filter_strip()
128 buf[c] = str[i]; in php_filter_strip()
148 int l, i; in filter_map_update() local
151 for (i = 0; i < l; ++i) { in filter_map_update()
152 (*map)[allowed_list[i]] = flag; in filter_map_update()
159 int i, c; in filter_map_apply() local
164 for (i = 0; i < Z_STRLEN_P(value); i++) { in filter_map_apply()
165 if ((*map)[str[i]]) { in filter_map_apply()
[all …]
/PHP-5.3/sapi/fpm/fpm/events/
H A Ddevpoll.c75 int i; in fpm_event_devpoll_init() local
97 for (i = 0; i < max; i++) { in fpm_event_devpoll_init()
98 pollfds[i].fd = -1; in fpm_event_devpoll_init()
150 int ret, i; in fpm_event_devpoll_wait() local
172 for (i = 0; i < ret; i++) { in fpm_event_devpoll_wait()
179 if (q->ev && q->ev->fd == active_pollfds[i].fd) { in fpm_event_devpoll_wait()
/PHP-5.3/ext/fileinfo/
H A Dcreate_data_file.php9 for ($i = 0; $i < $dta_l; $i++) { variable
10 printf("0x%02X, ", ord($dta[$i]));
/PHP-5.3/ext/session/tests/
H A Dsession_encode_variation5.phpt33 string(64) "data|a:5:{i:0;i:1;i:1;i:2;i:2;i:3;s:3:"foo";R:1;s:4:"blah";R:1;}"
/PHP-5.3/ext/mcrypt/tests/
H A Dmcrypt_decrypt_3des_cbc.phpt51 for ($i = 0; $i < sizeof($keys); $i++) {
52 echo "\nkey length=".strlen($keys[$i])."\n";
53 special_var_dump(mcrypt_decrypt($cipher, $keys[$i], base64_decode($data1[$i]), $mode, $iv));
58 for ($i = 0; $i < sizeof($ivs); $i++) {
59 echo "\niv length=".strlen($ivs[$i])."\n";
60 special_var_dump(mcrypt_decrypt($cipher, $key, base64_decode($data2[$i]), $mode, $ivs[$i]));
/PHP-5.3/tests/lang/
H A D022.phpt6 function switchtest ($i, $j)
8 switch ($i) {
27 for ($i=0; $i<3; $i++) {
H A Dbug27354.phpt11 int(%i)
12 int(%i)
13 int(%i)
14 int(%i)
/PHP-5.3/ext/enchant/
H A Dconfig.m416 for i in $ENCHANT_SEARCH_DIRS; do
17 if test -f $i/include/enchant/enchant.h; then
18 ENCHANT_DIR=$i
19 ENCHANT_INCDIR=$i/include/enchant
20 elif test -f $i/include/enchant.h; then
21 ENCHANT_DIR=$i
22 ENCHANT_INCDIR=$i/include
/PHP-5.3/ext/curl/tests/
H A Dbug45161.phpt27 $i = $start = $end = 100000.00;
28 for ($i = 0; $i < 100; $i++) {
37 for($i = 0; $i < 1024; $i++) {
/PHP-5.3/ext/tokenizer/tests/
H A Dtoken_get_all_variation19.phpt25 for ($i = 0; $i < 10; $i++) {
26 echo "Loop iteration $i\n";
73 for ($i = 0; $i < 10; $i++) {
74 echo "Loop iteration $i\n";
/PHP-5.3/ext/standard/tests/file/
H A D004.phpt6 for ($i = 1; $i < 6; $i++) {
7 @unlink("./TEST{$i}");
52 for ($i = 1; $i < 6; $i++) {
53 @unlink("./TEST{$i}");
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt43 if (!mysqli_stmt_bind_param($stmt, "i" . $bind_type, $id, $bind_value)) {
115 for ($i = 0; $i < $len; $i++)
121 func_mysqli_stmt_get_result($link, $engine, "i", "TINYINT", -11, 20);
122 func_mysqli_stmt_get_result($link, $engine, "i", "TINYINT", NULL, 40);
126 func_mysqli_stmt_get_result($link, $engine, "i", "BOOL", 1, 100);
127 func_mysqli_stmt_get_result($link, $engine, "i", "BOOL", NULL, 120);
128 func_mysqli_stmt_get_result($link, $engine, "i", "BOOLEAN", 0, 140);
129 func_mysqli_stmt_get_result($link, $engine, "i", "BOOLEAN", NULL, 160);
146 func_mysqli_stmt_get_result($link, $engine, "i", "INTEGER", NULL, 440);
155 func_mysqli_stmt_get_result($link, $engine, "i", "BIGINT", NULL, 540);
[all …]
/PHP-5.3/ext/standard/tests/strings/
H A D004.phpt14 for ($i = 0; $i < $times; $i++) {
25 for ($i = 0; $i < $times; $i++) {
H A Dbin2hex.phpt6 for($i=0; $i<256; $i++) {
7 $s .= chr($i);
/PHP-5.3/ext/odbc/
H A Dphp_odbc.c427 for(i = 0; i < res->numcols; i++) { in ZEND_GET_MODULE()
477 for(i = 1; i < nument; i++) { in _close_odbc_conn()
505 for(i = 1; i < nument; i++) { in _close_odbc_pconn()
954 for(i = 0; i < result->numcols; i++) { in odbc_bindcols()
1095 for(i = 1; i < nument; i++) { in PHP_FUNCTION()
1105 for(i = 1; i < nument; i++) { in PHP_FUNCTION()
1716 for(i = 0; i < result->numcols; i++) { in php_odbc_fetch_hash()
1870 for(i = 0; i < result->numcols; i++) { in PHP_FUNCTION()
2058 for(i = 0; i < result->numcols; i++) { in PHP_FUNCTION()
2676 for(i = 1; i < nument; i++){ in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/pdo/
H A Dpdo_sqlstate.c314 int i; in pdo_sqlstate_init_error_table() local
322 for (i = 0; i < sizeof(err_initializer)/sizeof(err_initializer[0]); i++) { in pdo_sqlstate_init_error_table()
323 info = &err_initializer[i]; in pdo_sqlstate_init_error_table()
/PHP-5.3/ext/zip/tests/
H A Dutils.inc4 for($i=0; $i<$z->numFiles; $i++) {
5 $sb = $z->statIndex($i);
6 echo $i . ' ' . $sb['name'] . "\n";
/PHP-5.3/ext/standard/
H A Dsoundex.c32 int i, _small, str_len, code, last; in PHP_FUNCTION() local
72 for (i = 0, _small = 0; i < str_len && _small < 4; i++) { in PHP_FUNCTION()
77 code = toupper((int)(unsigned char)str[i]); in PHP_FUNCTION()
/PHP-5.3/ext/spl/tests/
H A Dbug54304.phpt13 $i = new RegexIterator($h, '/^test(.*)/', RegexIterator::REPLACE);
14 $i->replacement = 42;
15 var_dump($i->replacement);
16 foreach ($i as $name=>$value) {
19 var_dump($i->replacement);
/PHP-5.3/sapi/apache2handler/
H A Dphp_apache.h61 int i; \
63 for (i = 0; i < arr->nelts; i++) { \
64 key = elts[i].key; \
65 val = elts[i].val;

Completed in 50 milliseconds

1...<<11121314151617181920>>...63