Home
last modified time | relevance | path

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

12345678910>>...66

/PHP-5.4/ext/tidy/
H A Dconfig.m416 for i in $TIDY_SEARCH_DIRS; do
17 if test -f $i/include/tidy/tidy.h; then
18 TIDY_DIR=$i
19 TIDY_INCDIR=$i/include/tidy
20 elif test -f $i/include/tidy.h; then
21 TIDY_DIR=$i
22 TIDY_INCDIR=$i/include
/PHP-5.4/ext/standard/tests/array/
H A Darray_chunk_variation10.phpt7 for ($i = 0; $i < (sizeof($array) + 1); $i++) {
8 echo "[$i]\n";
9 var_dump (@array_chunk ($array, $i));
10 var_dump (@array_chunk ($array, $i, TRUE));
11 var_dump (@array_chunk ($array, $i, FALSE));
H A Darray_chunk_variation12.phpt7 for ($i = 0; $i < (sizeof($array) + 1); $i++) {
8 echo "[$i]\n";
9 var_dump (@array_chunk ($array, $i));
10 var_dump (@array_chunk ($array, $i, TRUE));
11 var_dump (@array_chunk ($array, $i, FALSE));
H A Darray_chunk_variation14.phpt7 for ($i = 0; $i < (sizeof($array) + 1); $i++) {
8 echo "[$i]\n";
9 var_dump (@array_chunk ($array, $i));
10 var_dump (@array_chunk ($array, $i, TRUE));
11 var_dump (@array_chunk ($array, $i, FALSE));
H A Darray_chunk_variation15.phpt7 for ($i = 0; $i < (sizeof($array) + 1); $i++) {
8 echo "[$i]\n";
9 var_dump (@array_chunk ($array, $i));
10 var_dump (@array_chunk ($array, $i, TRUE));
11 var_dump (@array_chunk ($array, $i, FALSE));
H A Darray_chunk_variation30.phpt7 for ($i = 0; $i < (sizeof($array) + 1); $i++) {
8 echo "[$i]\n";
9 var_dump (@array_chunk ($array, $i));
10 var_dump (@array_chunk ($array, $i, TRUE));
11 var_dump (@array_chunk ($array, $i, FALSE));
/PHP-5.4/scripts/dev/
H A Dconv_z_macros21 for i in $@; do
22 echo -n "Processing $i... "
57 < $i > tmp && cp tmp $i
/PHP-5.4/ext/session/tests/
H A Dsession_encode_variation3.phpt31 string(34) "foo|a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}"
/PHP-5.4/ext/spl/tests/
H A Darray_025.phpt27 C:11:"ArrayObject":76:{x:i:0;C:11:"ArrayObject":37:{x:i:0;a:2:{i:0;i:1;i:1;i:2;};m:a:0:{}};m:a:0:{}}
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c679 for (i = 0; i < stmt->param_count; i++) { in mysqlnd_stmt_execute_store_params()
694 zval *tmp_data = (copies && copies[i])? copies[i]: stmt->param_bind[i].zv; in mysqlnd_stmt_execute_store_params()
747 for (i = 0; i < stmt->param_count; i++) { in mysqlnd_stmt_execute_store_params()
761 zval *tmp_data = (copies && copies[i])? copies[i]: stmt->param_bind[i].zv; in mysqlnd_stmt_execute_store_params()
785 for (i = 0; i < stmt->param_count; i++) { in mysqlnd_stmt_execute_store_params()
819 zval *tmp_data = (copies && copies[i])? copies[i]: stmt->param_bind[i].zv; in mysqlnd_stmt_execute_store_params()
829 zval *tmp_data = (copies && copies[i])? copies[i]: stmt->param_bind[i].zv; in mysqlnd_stmt_execute_store_params()
901 for (i = 0; i < stmt->param_count; i++) { in mysqlnd_stmt_execute_store_params()
902 zval *data = (copies && copies[i])? copies[i]: stmt->param_bind[i].zv; in mysqlnd_stmt_execute_store_params()
905 (*buf + null_byte_offset)[i/8] |= (zend_uchar) (1 << (i & 7)); in mysqlnd_stmt_execute_store_params()
[all …]
/PHP-5.4/Zend/tests/
H A Dbug26696.phpt7 for ($i = 0; $i < $len; $i++) {
8 switch ($str[$i]) {
13 echo $str[$i].'-';
H A Danonymous_func_001.phpt6 for ($i = 0; $i < 10; $i++) {
7 $a = create_function('', 'return '. $i .';');
10 $b = "\0lambda_". ($i + 1);
/PHP-5.4/ext/standard/
H A Darray.c986 for (i = 1; i < argc; i++) { in PHP_FUNCTION()
1037 for (i = 1; i < argc; i++) { in PHP_FUNCTION()
1951 for (i = 0; i < argc; i++) { in PHP_FUNCTION()
2377 for (i = 0; i < argc; i++) { in php_array_merge_or_replace_wrapper()
2393 for (i = 0; i < argc; i++) { in php_array_merge_or_replace_wrapper()
2810 arTmp[i].i = i; in PHP_FUNCTION()
2941 for (i = 0; i < argc; i++) { in php_array_intersect_key()
2954 for (i = 1; i < argc; i++) { in php_array_intersect_key()
2969 for (i = 1; i < argc; i++) { in php_array_intersect_key()
3359 for (i = 0; i < argc; i++) { in php_array_diff_key()
[all …]
H A Dcyr_convert.c208 int i; in php_convert_cyr_string() local
261 for( i = 0; i<length; i++) in php_convert_cyr_string()
263 tmp = (from_table == NULL)? str[i] : from_table[ str[i] ]; in php_convert_cyr_string()
264 str[i] = (to_table == NULL) ? tmp : to_table[tmp + 256]; in php_convert_cyr_string()
/PHP-5.4/ext/readline/
H A Dreadline_cli.c212 int i; in cli_is_valid_code() local
217 for (i = 0; i < len; ++i) { in cli_is_valid_code()
220 switch(code[i]) { in cli_is_valid_code()
260 i++; in cli_is_valid_code()
268 i++; in cli_is_valid_code()
281 i++; in cli_is_valid_code()
289 if (i + 2 < len && code[i+1] == '<' && code[i+2] == '<') { in cli_is_valid_code()
290 i += 2; in cli_is_valid_code()
330 if (code[i-1] == '*' && code[i] == '/') { in cli_is_valid_code()
356 …lse if (code[i - (heredoc_len + 2)] == '\n' && !strncmp(code + i - heredoc_len - 1, heredoc_tag, h… in cli_is_valid_code()
[all …]
/PHP-5.4/ext/mcrypt/tests/
H A Dmcrypt_ecb_3des_decrypt.phpt51 for ($i = 0; $i < sizeof($keys); $i++) {
52 echo "\nkey length=".strlen($keys[$i])."\n";
53 special_var_dump(mcrypt_ecb($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_ecb($cipher, $key, base64_decode($data2[$i]), $mode, $ivs[$i]));
/PHP-5.4/ext/wddx/
H A Dwddx.c234 for (i = 0; i < stack->top; i++) { in wddx_stack_destroy()
744 if (atts) for (i=0; atts[i]; i++) { in php_wddx_push_element()
772 if (atts) for (i = 0; atts[i]; i++) { in php_wddx_push_element()
793 if (atts) for (i = 0; atts[i]; i++) { in php_wddx_push_element()
834 if (atts) for (i = 0; atts[i]; i++) { in php_wddx_push_element()
835 if (!strcmp(atts[i], EL_NAME) && atts[++i] && atts[i][0]) { in php_wddx_push_element()
848 if (atts) for (i = 0; atts[i]; i++) { in php_wddx_push_element()
884 if (atts) for (i = 0; atts[i]; i++) { in php_wddx_push_element()
885 if (!strcmp(atts[i], EL_NAME) && atts[++i] && atts[i][0]) { in php_wddx_push_element()
1199 for (i=0; i<num_args; i++) { in PHP_FUNCTION()
[all …]
/PHP-5.4/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.4/ext/mysqli/tests/
H A Dmysqli_max_links.phpt22 for ($i = 1; $i <= 5; $i++)
23 if ($links[$i] = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
25 $i, mysqli_connect_errno(), mysqli_connect_error(),
26 mysqli_errno($links[$i]), mysqli_error($links[$i]));
28 for ($i = 1; $i <= 5; $i++) {
29 if ($res = mysqli_query($links[$i], 'SELECT id FROM test LIMIT 1')) {
30 printf("[%03d] Can run query on link %d\n", 5 + $i, $i);
33 mysqli_close($links[$i]);
/PHP-5.4/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.4/ext/reflection/tests/
H A DReflectionProperty_getModifiers_basic.phpt24 for ($i = 1;$i <= 6;$i++) {
25 $rp = new ReflectionProperty("C", "a$i");
26 echo "C::a$i: ";
28 $rp = new ReflectionProperty("D", "a$i");
29 echo "D::a$i: ";
/PHP-5.4/ext/dba/tests/
H A Ddba005.phpt19 $i=0;
22 $i++;
24 echo $i;
25 for ($i=1; $i<6; $i++) {
26 echo dba_exists("key$i", $db_file) ? "Y" : "N";
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";
/PHP-5.4/tests/lang/
H A D027.phpt5 $i=3;
7 echo $i;
8 $i--;
9 } while($i>0);
/PHP-5.4/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));

Completed in 73 milliseconds

12345678910>>...66