Home
last modified time | relevance | path

Searched refs:i (Results 276 – 300 of 1848) sorted by relevance

1...<<11121314151617181920>>...74

/PHP-5.6/ext/session/tests/
H A Dsession_encode_variation4.phpt33 string(52) "foo|a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}guff|R:1;blah|R:1;"
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.6/sapi/apache2filter/
H A Dphp_apache.h63 int i; \
65 for (i = 0; i < arr->nelts; i++) { \
66 key = elts[i].key; \
67 val = elts[i].val;
/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_exec.c2792 for (i = 1; i <= min; i++) in match()
2835 for (i = min; i < max; i++) in match()
2924 for (i = 1; i <= min; i++) in match()
2944 for (i = 1; i <= min; i++) in match()
3148 for (i = 1; i <= min; i++) in match()
3423 for (i = 1; i <= min; i++) in match()
3540 for (i = 1; i <= min; i++) in match()
3603 for (i = 1; i <= min; i++) in match()
3812 for (i = 1; i <= min; i++) in match()
3827 for (i = 1; i <= min; i++) in match()
[all …]
/PHP-5.6/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.6/ext/gmp/tests/
H A Dgmp_prob_prime.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.6/ext/ereg/regex/
H A Dengine.c152 for (i = 1; i <= m->g->nsub; i++)
184 for (i = 1; i <= m->g->nsub; i++) {
209 for (i = 1; i < nmatch; i++)
211 pmatch[i] = m->pmatch[i];
396 assert(0 < i && i <= m->g->nsub);
401 assert(0 < i && i <= m->g->nsub);
527 assert(0 < i && i <= m->g->nsub);
588 assert(0 < i && i <= m->g->nsub);
669 for (; i > 0; i--)
758 for (; i > 0; i--)
[all …]
/PHP-5.6/ext/standard/
H A Darray.c975 for (i = 1; i < argc; i++) { in PHP_FUNCTION()
1026 for (i = 1; i < argc; i++) { in PHP_FUNCTION()
1837 for (i = 0; i < argc; i++) { in PHP_FUNCTION()
2234 for (i = 0; i < argc; i++) { in php_array_merge_or_replace_wrapper()
2250 for (i = 0; i < argc; i++) { in php_array_merge_or_replace_wrapper()
2724 arTmp[i].i = i; in PHP_FUNCTION()
2855 for (i = 0; i < argc; i++) { in php_array_intersect_key()
2868 for (i = 1; i < argc; i++) { in php_array_intersect_key()
2883 for (i = 1; i < argc; i++) { in php_array_intersect_key()
3273 for (i = 0; i < argc; i++) { in php_array_diff_key()
[all …]
H A Dpassword.c71 size_t i = 0; in php_password_salt_is_alphabet() local
73 for (i = 0; i < len; i++) { in php_password_salt_is_alphabet()
74 …if (!((str[i] >= 'A' && str[i] <= 'Z') || (str[i] >= 'a' && str[i] <= 'z') || (str[i] >= '0' && st… in php_password_salt_is_alphabet()
114 size_t i, raw_length; in php_password_make_salt() local
155 for (i = 0; i < raw_length; i++) { in php_password_make_salt()
156 buffer[i] ^= (char) (255.0 * php_rand(TSRMLS_C) / RAND_MAX); in php_password_make_salt()
275 int status = 0, i; in PHP_FUNCTION() local
295 for (i = 0; i < hash_len; i++) { in PHP_FUNCTION()
296 status |= (ret[i] ^ hash[i]); in PHP_FUNCTION()
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.6/ext/pcre/pcrelib/testdata/
H A Dtestinput204 /^\x{ffff}+/i
7 /^\x{ffff}?/i
10 /^\x{ffff}*/i
13 /^\x{ffff}{3}/i
16 /^\x{ffff}{0,3}/i
/PHP-5.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/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);

Completed in 98 milliseconds

1...<<11121314151617181920>>...74