Home
last modified time | relevance | path

Searched refs:i (Results 326 – 350 of 2041) sorted by relevance

1...<<11121314151617181920>>...82

/PHP-7.2/tests/lang/
H A Dbug27354.phpt11 int(%i)
12 int(%i)
13 int(%i)
14 int(%i)
/PHP-7.2/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-7.2/Zend/tests/
H A Dbug68215.phpt27 $i = 1;
33 $child[$i] = $fruit;
35 $i++;
40 $i = 1;
44 $arr[$i] = $fruit;
48 test($arr[$i], $fruit);
52 $i++;
H A Dglobals_005.phpt6 for ($i = 0; $i < 100; $i++) {
7 $GLOBALS["A". $i] = 1; //trigger resize
/PHP-7.2/ext/dba/tests/
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-7.2/ext/pdo/
H A Dpdo_sqlstate.c314 size_t i; in pdo_sqlstate_init_error_table() local
319 for (i = 0; i < sizeof(err_initializer)/sizeof(err_initializer[0]); i++) { in pdo_sqlstate_init_error_table()
320 info = &err_initializer[i]; in pdo_sqlstate_init_error_table()
/PHP-7.2/ext/standard/tests/array/
H A Dbug70713.phpt13 for ($i = 0; $i < 5; $i++) {
14 $v[$i] = 'hi'.$i;
/PHP-7.2/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-7.2/ext/standard/tests/math/
H A Dbug75170.phpt13 for ($i = 0; $i < $total; $i++) {
24 for ($i = 0; $i < $total; $i++) {
/PHP-7.2/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-7.2/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-7.2/ext/pcre/pcrelib/
H A Dpcre_printint.c143 int i; in print_char() local
147 for (i = 1; i <= a; i++) in print_char()
156 return i - 1; in print_char()
239 int i; in get_ucpname() local
240 for (i = PRIV(utt_size) - 1; i >= 0; i--) in get_ucpname()
644 int i; in pcre_printint() local
678 for (i = 0; i < 32; i++) inverted_map[i] = ~map[i]; in pcre_printint()
682 for (i = 0; i < 256; i++) in pcre_printint()
684 if ((map[i/8] & (1 << (i&7))) != 0) in pcre_printint()
689 if (i == '-' || i == ']') fprintf(f, "\\"); in pcre_printint()
[all …]
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt41 if (!mysqli_stmt_bind_param($stmt, "i" . $bind_type, $id, $bind_value)) {
113 for ($i = 0; $i < $len; $i++)
119 func_mysqli_stmt_get_result($link, $engine, "i", "TINYINT", -11, 20);
120 func_mysqli_stmt_get_result($link, $engine, "i", "TINYINT", NULL, 40);
124 func_mysqli_stmt_get_result($link, $engine, "i", "BOOL", 1, 100);
125 func_mysqli_stmt_get_result($link, $engine, "i", "BOOL", NULL, 120);
126 func_mysqli_stmt_get_result($link, $engine, "i", "BOOLEAN", 0, 140);
127 func_mysqli_stmt_get_result($link, $engine, "i", "BOOLEAN", NULL, 160);
144 func_mysqli_stmt_get_result($link, $engine, "i", "INTEGER", NULL, 440);
153 func_mysqli_stmt_get_result($link, $engine, "i", "BIGINT", NULL, 540);
[all …]
/PHP-7.2/ext/standard/
H A Dsoundex.c32 size_t i, _small, str_len, code, last; in PHP_FUNCTION() local
73 for (i = 0, _small = 0; i < str_len && _small < 4; i++) { in PHP_FUNCTION()
78 code = toupper((int)(unsigned char)str[i]); in PHP_FUNCTION()
/PHP-7.2/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-7.2/ext/com_dotnet/
H A Dcom_com.c507 for (i = 0; i < nargs; i++) { in php_com_do_invoke_byref()
516 for (j = 0, i = 0; i < nargs; i++) { in php_com_do_invoke_byref()
524 memcpy(&vargs[i], &byref_vals[j], sizeof(vargs[i])); in php_com_do_invoke_byref()
540 for (i = 0; i < nargs; i++) { in php_com_do_invoke_byref()
541 php_com_variant_from_zval(&vargs[i], &args[nargs - i - 1], obj->code_page); in php_com_do_invoke_byref()
562 for (i = 0, j = 0; i < nargs; i++) { in php_com_do_invoke_byref()
589 for (i = 0, j = 0; i < nargs; i++) { in php_com_do_invoke_byref()
608 int i; in php_com_do_invoke_by_id() local
615 for (i = 0; i < nargs; i++) { in php_com_do_invoke_by_id()
616 php_com_variant_from_zval(&vargs[i], &args[nargs - i - 1], obj->code_page); in php_com_do_invoke_by_id()
[all …]
/PHP-7.2/sapi/apache2handler/
H A Dphp_apache.h66 int i; \
68 for (i = 0; i < arr->nelts; i++) { \
69 key = elts[i].key; \
70 val = elts[i].val;
/PHP-7.2/ext/standard/tests/filters/
H A Dstrip_tags_filter.phpt7 fwrite($fp, "test <b>bold</b> <i>italic</i> test\n");
12 fwrite($fp, "test <b>bold</b> <i>italic</i> test\n");
17 fwrite($fp, "test <b>bold</b> <i>italic</i> test\n");
/PHP-7.2/ext/curl/tests/
H A Dcurl_multi_info_read.phpt18 foreach ($urls as $i => $url) {
19 $conn[$i] = curl_init($url);
20 curl_setopt($conn[$i], CURLOPT_RETURNTRANSFER, 1);
21 curl_multi_add_handle($mh, $conn[$i]);
32 foreach ($urls as $i => $url) {
33 curl_close($conn[$i]);
/PHP-7.2/ext/pspell/
H A Dconfig.m416 for i in $PSPELL_SEARCH_DIRS; do
17 if test -f $i/include/pspell/pspell.h; then
18 PSPELL_DIR=$i
19 PSPELL_INCDIR=$i/include/pspell
20 elif test -f $i/include/pspell.h; then
21 PSPELL_DIR=$i
22 PSPELL_INCDIR=$i/include
/PHP-7.2/ext/standard/tests/file/windows_mb_path/
H A Dtest_long_path_0.phpt19 for ($i = 0; $i < $how_many; $i++) {
32 for ($i = 0; $i < $how_many; $i++) {
33 $p0 = substr($p, 0, strlen($p) - $i*51);
H A Dtest_long_path_mkdir.phpt22 for ($i = 0; $i < $how_many; $i++) {
46 for ($i = 0; $i < $how_many; $i++) {
47 $p0 = substr($p, 0, strlen($p) - $i*51);
/PHP-7.2/ext/tokenizer/tests/
H A Dtoken_get_all_variation19.phpt27 for ($i = 0; $i < 10; $i++) {
28 echo "Loop iteration $i\n";
75 for ($i = 0; $i < 10; $i++) {
76 echo "Loop iteration $i\n";
/PHP-7.2/Zend/tests/generators/
H A Dyield_from_multi_tree_exception.phpt27 for ($i = 0; $i < (1 << $level); $i++) {
28 $all[] = $gens[$level][$i] = gen($gens[$level-1][$i >> 1], $level);
32 for ($i = 0; $i < 2; $i++) {

Completed in 77 milliseconds

1...<<11121314151617181920>>...82