Home
last modified time | relevance | path

Searched refs:r (Results 1801 – 1819 of 1819) sorted by last modified time

1...<<717273

/PHP-5.5/ext/intl/tests/
H A Duconverter_oop_algo.phpt11 $c = new UConverter('koi8-r', 'utf-32be');
H A Duconverter_oop_basic.phpt14 $k = new UConverter('utf-8', 'koi8-r');
H A Dlocale_get_region.phpt102 sl-rozaj: region='%r(ROZAJ)?%r'
103 sl-nedis: region='%r(NEDIS)?%r'
111 az-Arab-x-AZE-derbend: region='%r(X)?%r'
120 en-a-myExt-b-another: region='%r(A)?%r'
123 ar-a-aaa-b-bbb-a-ccc: region='%r(A)?%r'
/PHP-5.5/ext/gd/tests/
H A Dlibgd00186.phpt27 $r = "Ok";
29 $r = "Failed";
33 echo $r;
/PHP-5.5/ext/ftp/tests/
H A D005.phpt24 var_dump(ftp_fput($ftp, 'x', fopen(__FILE__, 'r'), 0));
30 var_dump(ftp_nb_fput($ftp, 'x', fopen(__FILE__, 'r'), 0));
/PHP-5.5/ext/gd/libgd/
H A Dgd_pixelate.c26 int a, r, g, b, c; in gdImagePixelate() local
30 a = r = g = b = c = total = 0; in gdImagePixelate()
39 r += gdImageRed(im, c); in gdImagePixelate()
47 c = gdImageColorResolveAlpha(im, r / total, g / total, b / total, a / total); in gdImagePixelate()
/PHP-5.5/ext/date/tests/
H A Ddate.phpt20 r: Thu, 23 Jan 2003 12:20:59 +0000
22 r: Thu, 23 Jan 2003 13:20:59 +0100
H A Dbug37368.phpt6 echo date("r", strtotime("Mon, 08 May 2006 13:06:44 -0400 +30 days"));
H A Dbug37514.phpt6 echo date('r', strtotime('May 18th 5:05', 1168156376)), "\n";
7 echo date('r', strtotime('May 18th 5:05pm', 1168156376)), "\n";
8 echo date('r', strtotime('May 18th 5:05 pm', 1168156376)), "\n";
9 echo date('r', strtotime('May 18th 5:05am', 1168156376)), "\n";
10 echo date('r', strtotime('May 18th 5:05 am', 1168156376)), "\n";
11 echo date('r', strtotime('May 18th 2006 5:05pm', 1168156376)), "\n";
H A Dbug28088.phpt11 echo gmdate("m/d/y Hi", strtotime("04/04/04 0045"))."\r\n";
H A Dbug33532.phpt20 print "strftime " . strftime("%r %B%e %Y %Z %z", $tStamp) . "\n";
29 print "strftime " . strftime("%r %B%e %Y %Z %z", $tStamp) . "\n";
H A Dbug45866.phpt9 echo $date->format( 'r' ), "\n";
13 echo $date->format( 'r' ), "\n";
17 echo $date->format( 'r' ), "\n";
H A Dbug49585.phpt8 var_dump($date->format('r'));
11 var_dump($date->format('r'));
H A Dbug52668.phpt11 echo $dt->format('r') . "\n"; // Sun, 12 Dec 2010 00:00:00 +0100
13 echo $start->format('r'), "\n";
15 echo $dt->format('r') . "\n"; // Sun, 12 Dec 2010 00:00:00 +0100
17 echo $start->format('r'), "\n\n";
H A Dbug54851.phpt9 echo $date->format("r"), "\n";
10 echo $date2->format("r"), "\n";
16 echo $datePre->format("r"), "\n";
17 echo $datePost->format("r"), "\n";
24 echo $date1->format('r'), "\n";
25 echo $date2->format('r'), "\n";
31 echo $date1->format('r'), "\n";
32 echo $date2->format('r'), "\n";
38 echo $date1->format('r'), "\n";
39 echo $date2->format('r'), "\n";
H A DDateInterval_format.phpt34 echo $interval->format('r=%r') . "\n";
41 echo $interval->format('inverted r=%r') . "\n";
65 r=
68 inverted r=-
/PHP-5.5/build/
H A Dshtool1147 r=`echo "${UNAME_RELEASE}" |\
1149 ST="FreeBSD ${r}"
1151 case "${r}" in
1167 r=`echo "${UNAME_RELEASE}" | sed -e 's/\([-_].*\)$/[\1]/'`
1168 ST="NetBSD ${r}"
1170 case "${r}" in
1186 r=`echo "${UNAME_RELEASE}" | sed -e 's/\([-_].*\)$/[\1]/'`
1187 ST="OpenBSD ${r}"
1202 r=`echo "${UNAME_RELEASE}" | sed -e 's/\([-_].*\)$/[\1]/'`
1203 ST="DragonFly ${r}"
/PHP-5.5/Zend/tests/
H A Dhalt02.phpt6 $fp = fopen(__FILE__, "r");
H A Dbug60978.phpt6 exec($php . ' -n -r "exit(2);"', $output, $exit_code);

Completed in 22 milliseconds

1...<<717273