Home
last modified time | relevance | path

Searched refs:r (Results 276 – 300 of 1819) sorted by relevance

1...<<11121314151617181920>>...73

/PHP-5.5/ext/standard/tests/http/
H A Dbug53198.phpt15 "data://text/plain,HTTP/1.0 200 OK\r\n\r\n",
20 foreach($responses as $r) {
/PHP-5.5/ext/standard/tests/strings/
H A Dbug72433.phpt10 $serialized_payload = 'a:3:{i:0;r:1;i:1;r:1;i:2;C:11:"ArrayObject":19:{x:i:0;r:1;;m:a:0:{}}}';
H A Dpack_A.phpt9 unpack("A*", "foo\0\rbar\0 \t\r\n"),
10 unpack("A4", "foo\0\rbar\0 \t\r\n")
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_appname.phpt27 $r= sybase_select_ex($db, '
38 compare_string($program_name, $r[0]['program_name']),
39 compare_string($hostname, $r[0]['hostname'])
H A Dbug28354.phpt33 $r= sybase_query('exec '.$sp_name, $db);
35 while ($row= sybase_fetch_row($r)) {
38 sybase_free_result($r);
/PHP-5.5/Zend/tests/
H A Dcast_to_object.phpt6 $r = fopen(__FILE__, "r");
28 $r,
H A Dsettype_object.phpt6 $r = fopen(__FILE__, "r");
28 $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/recode/
H A Drecode.c147 char *r = NULL; in PHP_FUNCTION() local
168 recode_buffer_to_buffer(request, str, str_len, &r, &r_len, &r_alen); in PHP_FUNCTION()
169 if (!r) { in PHP_FUNCTION()
174 RETVAL_STRINGL(r, r_len, 1); in PHP_FUNCTION()
175 free(r); in PHP_FUNCTION()
/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation13.phpt19 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
27 if ( strstr($file_modes[$mode_counter], "r") ) {
41 if ( strstr($file_modes[$mode_counter], "r" ) ) {
70 -- Testing fgetcsv() with file opened using r mode --
94 -- Testing fgetcsv() with file opened using r+ mode --
102 -- Testing fgetcsv() with file opened using r+b mode --
110 -- Testing fgetcsv() with file opened using r+t mode --
H A Dfgetcsv_variation20.phpt20 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
28 if ( strstr($file_modes[$mode_counter], "r") ) {
42 if ( strstr($file_modes[$mode_counter], "r" ) ) {
72 -- Testing fgetcsv() with file opened using r mode --
96 -- Testing fgetcsv() with file opened using r+ mode --
104 -- Testing fgetcsv() with file opened using r+b mode --
112 -- Testing fgetcsv() with file opened using r+t mode --
H A Dfgetcsv_variation11.phpt33 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
42 if ( strstr($file_modes[$mode_counter], "r") ) {
63 if ( strstr($file_modes[$mode_counter], "r" ) ) {
96 -- Testing fgetcsv() with file opened using r mode --
126 -- Testing fgetcsv() with file opened using r+ mode --
136 -- Testing fgetcsv() with file opened using r+b mode --
146 -- Testing fgetcsv() with file opened using r+t mode --
246 -- Testing fgetcsv() with file opened using r mode --
276 -- Testing fgetcsv() with file opened using r+ mode --
396 -- Testing fgetcsv() with file opened using r mode --
[all …]
H A Dfgetss_variation4.phpt28 this is the text containing \r character
36 $file_modes = array("r","rb", "rt","r+", "r+b", "r+t");
79 -- Testing fgetss() with file opened using r mode --
124 -- Testing fgetss() with file opened using r+ mode --
139 -- Testing fgetss() with file opened using r+b mode --
154 -- Testing fgetss() with file opened using r+t mode --
H A Dstream_rfc2397_002.phpt26 $stream = fopen($stream, 'r');
44 string(1) "r"
65 string(1) "r"
96 string(1) "r"
121 string(1) "r"
146 string(1) "r"
173 string(1) "r"
/PHP-5.5/ext/oci8/tests/
H A Dminfo.phpt11 $r = strpos($v, 'OCI8 Support => enabled');
12 var_dump($r);
/PHP-5.5/sapi/cli/tests/
H A D002-win32.phpt2 running code with -r
15 var_dump(`$php -n -r "var_dump('hello');"`);
H A D002.phpt2 running code with -r
15 var_dump(`$php -n -r 'var_dump("hello");'`);
/PHP-5.5/ext/reflection/tests/
H A D003.phpt23 $r = new ReflectionMethod('Foo','Test');
25 $r->invoke($o);
/PHP-5.5/ext/date/tests/
H A Dbug49585.phpt8 var_dump($date->format('r'));
11 var_dump($date->format('r'));
/PHP-5.5/ext/spl/tests/
H A DSplObjectStorage_unserialize_bad.phpt8 'x:i:3;O:8:"stdClass":0:{},O:8:"stdClass":0:{};R:2;,i:1;;O:8:"stdClass":0:{},r:2;;m:a:0:{}',
9 'x:i:3;O:8:"stdClass":0:{},O:8:"stdClass":0:{};r:2;,i:1;;O:8:"stdClass":0:{},r:2;;m:a:0:{}',
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug41125.phpt21 print implode(' - ', (($r = @$stmt->fetch(PDO::FETCH_NUM)) ? $r : array())) ."\n";
37 print implode(' - ', (($r = @$stmt->fetch(PDO::FETCH_NUM)) ? $r : array())) ."\n";
50 print implode(' - ', (($r = @$stmt->fetch(PDO::FETCH_NUM)) ? $r : array())) ."\n";
80 print implode(' - ', (($r = @$stmt->fetch(PDO::FETCH_NUM)) ? $r : array())) ."\n";
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_basic.phpt6 $fp = fopen(__FILE__, "r");
26 string(1) "r"
H A Dbug60455_03.phpt30 $f = fopen("test://nonempty2nd", "r");
35 $f = fopen("test://", "r");
40 $f = fopen("test://eofafter2nd", "r");
/PHP-5.5/ext/standard/tests/url/
H A Dbug55273.phpt7 $r = base64_decode($v, True);
8 var_dump($v, $r);
/PHP-5.5/ext/standard/
H A Dphp_smart_str.h157 char *r; in smart_str_print_long() local
158 smart_str_print_long4(buf, num, unsigned long, r); in smart_str_print_long()
159 return r; in smart_str_print_long()
163 char *r; in smart_str_print_unsigned() local
164 smart_str_print_unsigned4(buf, num, unsigned long, r); in smart_str_print_unsigned()
165 return r; in smart_str_print_unsigned()

Completed in 43 milliseconds

1...<<11121314151617181920>>...73