Home
last modified time | relevance | path

Searched refs:i (Results 776 – 800 of 1753) sorted by relevance

1...<<31323334353637383940>>...71

/PHP-5.5/ext/standard/tests/file/
H A Dtempnam_variation5.phpt23 for($i=1; $i<=3; $i++) {
24 echo "-- Iteration $i --\n";
H A Dfgetss1.phpt10 "asdqw<i onClick=\"hello();\">\naaaa<>qqqq",
14 "some text \n<b>blah</i>",
21 var_dump(fgetss($fp, 1000, "<i>,<b>,<a>"));
40 string(28) "asdqw<i onClick="hello();">
H A Dtempnam_variation5-win32.phpt25 for($i=1; $i<=3; $i++) {
26 echo "-- Iteration $i --\n";
H A Dtouch_basic-win32.phpt53 for ($i = 0; $i < count($type); $i++) {
54 if ($init_meta[$i] != $next_meta[$i]) {
55 echo "stat data differs at $type[$i]\n";
H A Dtouch_basic.phpt54 for ($i = 0; $i < count($type); $i++) {
55 if ($init_meta[$i] != $next_meta[$i]) {
56 echo "stat data differs at $type[$i]\n";
/PHP-5.5/ext/zip/tests/
H A Dbug51353.phpt20 for ($i = 0; $i < 100000; $i++) {
21 $zip->addFromString("$i.txt", '1');
/PHP-5.5/ext/standard/tests/array/
H A Darray_change_key_case_variation4.phpt17 for ($i = -5; $i <=5; $i += 1){
18 echo "\n-- \$sort argument is $i --\n";
20 var_dump(array_change_key_case($temp, $i));
H A Darray_slice_variation6.phpt19 for ($i = -6; $i <= 6; $i++) {
20 echo "\n-- \$length is $i --\n";
21 var_dump(array_slice($input, $offset, $i));
/PHP-5.5/ext/mysqli/tests/
H A D013.phpt45 for ($i=0; $i < count($c); $i++)
46 $test .= ($c[$i] == $d[$i]) ? "1" : "0";
/PHP-5.5/ext/intl/tests/
H A Dcollator_asort.phpt60 'c' => 'i' ,
103 '3' => 'i' )
126 'c' => 'i',
141 'c' => 'i',
214 3 => 'i',
239 'c' => 'i',
H A Dcollator_asort_variant2.phpt60 'c' => 'i' ,
103 '3' => 'i' )
126 'c' => 'i',
141 'c' => 'i',
214 3 => 'i',
239 'c' => 'i',
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_basic_alt1-win32.phpt64 for ($i = 1; $i <= $current_msg_count; $i++) {
66 $hdr = imap_headerinfo($imap_stream, $i);
69 echo "Id of msg just sent is $i\n";
71 imap_delete($imap_stream, $i);
H A Dmail_basic_alt2-win32.phpt62 for ($i = 1; $i <= $current_msg_count; $i++) {
64 $hdr = imap_headerinfo($imap_stream, $i);
67 echo "Id of msg just sent is $i\n";
69 imap_delete($imap_stream, $i);
H A Dmail_basic_alt3-win32.phpt62 for ($i = 1; $i <= $current_msg_count; $i++) {
64 $hdr = imap_headerinfo($imap_stream, $i);
67 echo "Id of msg just sent is $i\n";
69 imap_delete($imap_stream, $i);
H A Dmail_basic_alt4-win32.phpt63 for ($i = 1; $i <= $current_msg_count; $i++) {
65 $hdr = imap_headerinfo($imap_stream, $i);
68 echo "Id of msg just sent is $i\n";
70 imap_delete($imap_stream, $i);
H A Dmail_variation_alt1-win32.phpt63 for ($i = 1; $i <= $current_msg_count; $i++) {
65 $hdr = imap_headerinfo($imap_stream, $i);
68 echo "Id of msg just sent is $i\n";
70 imap_delete($imap_stream, $i);
H A Dmail_variation_alt2-win32.phpt63 for ($i = 1; $i <= $current_msg_count; $i++) {
65 $hdr = imap_headerinfo($imap_stream, $i);
68 echo "Id of msg just sent is $i\n";
70 imap_delete($imap_stream, $i);
H A Dmail_variation_alt3-win32.phpt62 for ($i = 1; $i <= $current_msg_count; $i++) {
64 $hdr = imap_headerinfo($imap_stream, $i);
67 echo "Id of msg just sent is $i\n";
69 imap_delete($imap_stream, $i);
/PHP-5.5/ext/readline/
H A Dconfig.m417 for i in $PHP_READLINE /usr/local /usr; do
18 test -f $i/include/readline/readline.h && READLINE_DIR=$i && break
74 for i in $PHP_LIBEDIT /usr/local /usr; do
75 test -f $i/include/editline/readline.h && LIBEDIT_DIR=$i && break
/PHP-5.5/ext/mbstring/tests/
H A Dmb_substr_variation7.phpt32 for ($i = -60; $i <= 60; $i += 10) {
37 echo "\n**-- Offset is: $i --**\n";
39 $a = mb_substr($string_ascii, 1, $i);
47 $b = mb_substr($string_mb, 1, $i, 'UTF-8');
H A Dmb_substr_variation4.phpt31 for ($i = -60; $i <= 60; $i += 10) {
36 echo "\n**-- Offset is: $i --**\n";
38 $a = mb_substr($string_ascii, $i, 4);
41 $b = mb_substr($string_mb, $i, 4, 'UTF-8');
H A Dmb_substr_variation5.phpt32 for ($i = -60; $i <= 60; $i += 10) {
37 echo "\n**-- Offset is: $i --**\n";
39 $a = mb_substr($string_ascii, 1, $i);
42 $b = mb_substr($string_mb, 1, $i, 'UTF-8');
H A Dmb_substr_variation6.phpt31 for ($i = -60; $i <= 60; $i += 10) {
36 echo "\n**-- Offset is: $i --**\n";
38 $a = mb_substr($string_ascii, $i, 4);
46 $b = mb_substr($string_mb, $i, 4, 'UTF-8');
/PHP-5.5/ext/zip/lib/
H A Dzip_source_pkware.c113 zip_uint64_t i; in decrypt() local
116 for (i=0; i<len; i++) { in decrypt()
117 b = in[i]; in decrypt()
128 out[i] = b; in decrypt()
/PHP-5.5/ext/iconv/tests/
H A Diconv_strpos_variation5.phpt36 for ($i = -10; $i <= 60; $i += 10) {
37 echo "\n**-- Offset is: $i --**\n";
39 var_dump(iconv_strpos($string_ascii, $needle_ascii, $i));
41 var_dump(iconv_strpos($string_mb, $needle_mb, $i, 'UTF-8'));

Completed in 34 milliseconds

1...<<31323334353637383940>>...71