Home
last modified time | relevance | path

Searched refs:r (Results 101 – 125 of 1819) sorted by path

12345678910>>...73

/PHP-5.5/ext/curl/tests/
H A Dcurl_ftp_pasv.phpt18 $fp = fopen ( __FILE__ , "r" );
H A Dcurl_multi_segfault.phpt18 $fp = fopen ( __FILE__ , "r" );
H A Dcurl_multi_select_basic1.phpt26 %r(0|-1)%r
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt28 $hReadHandle = fopen($sReadFile, 'r');
H A Dcurl_setopt_basic002.phpt30 var_dump(preg_replace('/[\r\n]/', ' ', file_get_contents($temp_file)));
42 var_dump(preg_replace('/[\r\n]/', ' ', file_get_contents($temp_file)));
H A Dcurl_version_variation1.phpt27 $file_handle = fopen(__FILE__, "r");
/PHP-5.5/ext/date/lib/
H A Dastro.c128 static void astro_sunpos(double d, double *lon, double *r) in astro_sunpos() argument
147 *r = sqrt(x*x + y*y); /* Solar distance */ in astro_sunpos()
155 static void astro_sun_RA_dec(double d, double *RA, double *dec, double *r) in astro_sun_RA_dec() argument
160 astro_sunpos(d, &lon, r); in astro_sun_RA_dec()
163 x = *r * cosd(lon); in astro_sun_RA_dec()
164 y = *r * sind(lon); in astro_sun_RA_dec()
/PHP-5.5/ext/date/
H A Dphp_date.c3977 int r = 0; in date_interval_initialize() local
3981 timelib_strtointerval(format, format_length, &b, &e, &p, &r, &errors); in date_interval_initialize()
4356 int r = 0; in date_period_initialize() local
4360 timelib_strtointerval(format, format_length, &b, &e, &p, &r, &errors); in date_period_initialize()
4369 *recurrences = r; in date_period_initialize()
/PHP-5.5/ext/date/tests/
H A D009.phpt17 var_dump(strftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V…
25 var_dump(gmstrftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U …
H A DDateInterval_format.phpt34 echo $interval->format('r=%r') . "\n";
41 echo $interval->format('inverted r=%r') . "\n";
65 r=
68 inverted r=-
H A DDateTimeZone_construct_variation1.phpt42 $file_handle = fopen(__FILE__, 'r');
H A DDateTimeZone_getOffset_basic1.phpt30 %rint\(0\)|int\(3600\)%r
31 %rint\(-18000\)|int\(-14400\)%r
32 %rint\(-28800\)|int\(-25200\)%r
H A DDateTimeZone_getOffset_variation1.phpt42 $file_handle = fopen(__FILE__, 'r');
H A DDateTime_construct_variation1.phpt42 $file_handle = fopen(__FILE__, 'r');
H A DDateTime_construct_variation2.phpt42 $file_handle = fopen(__FILE__, 'r');
H A DDateTime_format_variation1.phpt42 $file_handle = fopen(__FILE__, 'r');
H A DDateTime_modify_variation1.phpt42 $file_handle = fopen(__FILE__, 'r');
H A DDateTime_setDate_variation1.phpt42 $file_handle = fopen(__FILE__, 'r');
H A DDateTime_setDate_variation2.phpt42 $file_handle = fopen(__FILE__, 'r');
H A DDateTime_setDate_variation3.phpt42 $file_handle = fopen(__FILE__, 'r');
H A DDateTime_setISODate_variation1.phpt42 $file_handle = fopen(__FILE__, 'r');
H A DDateTime_setISODate_variation2.phpt42 $file_handle = fopen(__FILE__, 'r');
H A DDateTime_setISODate_variation3.phpt42 $file_handle = fopen(__FILE__, 'r');
H A DDateTime_setTime_variation1.phpt42 $file_handle = fopen(__FILE__, 'r');
H A DDateTime_setTime_variation2.phpt42 $file_handle = fopen(__FILE__, 'r');

Completed in 40 milliseconds

12345678910>>...73