Home
last modified time | relevance | path

Searched refs:r (Results 251 – 275 of 1819) sorted by relevance

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

/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation29.phpt31 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
40 if ( strstr($file_modes[$mode_counter], "r") ) {
61 if ( strstr($file_modes[$mode_counter], "r" ) ) {
91 -- Testing fgetcsv() with file opened using r mode --
112 -- Testing fgetcsv() with file opened using r+ mode --
119 -- Testing fgetcsv() with file opened using r+b mode --
126 -- Testing fgetcsv() with file opened using r+t mode --
196 -- Testing fgetcsv() with file opened using r mode --
217 -- Testing fgetcsv() with file opened using r+ mode --
301 -- Testing fgetcsv() with file opened using r mode --
[all …]
H A Dfgetcsv_variation30.phpt31 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
40 if ( strstr($file_modes[$mode_counter], "r") ) {
60 if ( strstr($file_modes[$mode_counter], "r" ) ) {
90 -- Testing fgetcsv() with file opened using r mode --
111 -- Testing fgetcsv() with file opened using r+ mode --
118 -- Testing fgetcsv() with file opened using r+b mode --
125 -- Testing fgetcsv() with file opened using r+t mode --
195 -- Testing fgetcsv() with file opened using r mode --
216 -- Testing fgetcsv() with file opened using r+ mode --
300 -- Testing fgetcsv() with file opened using r mode --
[all …]
H A Dfgetcsv_variation31.phpt31 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
40 if ( strstr($file_modes[$mode_counter], "r") ) {
61 if ( strstr($file_modes[$mode_counter], "r" ) ) {
92 -- Testing fgetcsv() with file opened using r mode --
113 -- Testing fgetcsv() with file opened using r+ mode --
120 -- Testing fgetcsv() with file opened using r+b mode --
127 -- Testing fgetcsv() with file opened using r+t mode --
197 -- Testing fgetcsv() with file opened using r mode --
218 -- Testing fgetcsv() with file opened using r+ mode --
302 -- Testing fgetcsv() with file opened using r mode --
[all …]
H A Dfgetcsv_variation7.phpt32 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
41 if ( strstr($file_modes[$mode_counter], "r") ) {
62 if ( strstr($file_modes[$mode_counter], "r" ) ) {
93 -- Testing fgetcsv() with file opened using r mode --
123 -- Testing fgetcsv() with file opened using r+ mode --
133 -- Testing fgetcsv() with file opened using r+b mode --
143 -- Testing fgetcsv() with file opened using r+t mode --
243 -- Testing fgetcsv() with file opened using r mode --
273 -- Testing fgetcsv() with file opened using r+ mode --
393 -- Testing fgetcsv() with file opened using r mode --
[all …]
H A Dfgetcsv_variation1.phpt32 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
41 if ( strstr($file_modes[$mode_counter], "r") ) {
63 if ( strstr($file_modes[$mode_counter], "r" ) ) {
93 -- Testing fgetcsv() with file opened using r mode --
123 -- Testing fgetcsv() with file opened using r+ mode --
133 -- Testing fgetcsv() with file opened using r+b mode --
143 -- Testing fgetcsv() with file opened using r+t mode --
243 -- Testing fgetcsv() with file opened using r mode --
273 -- Testing fgetcsv() with file opened using r+ mode --
393 -- Testing fgetcsv() with file opened using r mode --
[all …]
H A Dfgetcsv_variation2.phpt32 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
41 if ( strstr($file_modes[$mode_counter], "r") ) {
63 if ( strstr($file_modes[$mode_counter], "r" ) ) {
94 -- Testing fgetcsv() with file opened using r mode --
124 -- Testing fgetcsv() with file opened using r+ mode --
134 -- Testing fgetcsv() with file opened using r+b mode --
144 -- Testing fgetcsv() with file opened using r+t mode --
244 -- Testing fgetcsv() with file opened using r mode --
274 -- Testing fgetcsv() with file opened using r+ mode --
394 -- Testing fgetcsv() with file opened using r mode --
[all …]
H A Dbug66509.phpt6 $r = new \ReflectionFunction('copy');
8 foreach($r->getParameters() as $p) {
H A Dbug39538.phpt5 …"\nthis is an test\", \"next data\", \"p\narsed\"","\"\r\nthis is an test\", \"next data\", \"p\r\…
11 print_r (fgetcsv(fopen($file, "r"), filesize($file)));
H A Dbug38086.phpt10 $src = fopen($initial_file, 'r');
18 var_dump(str_replace("\r\n","\n", file_get_contents($new_file)));
24 $src = fopen($initial_file, 'r');
32 var_dump(str_replace("\r\n","\n", file_get_contents($new_file)));
H A Dfseek_ftell_rewind_variation3.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all r and a modes, SEEK_SET
25 $file_modes = array( "r","rb","rt","r+","r+b","r+t",
64 *** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all r and a modes ***
68 -- File opened in mode r --
119 -- File opened in mode r+ --
136 -- File opened in mode r+b --
153 -- File opened in mode r+t --
274 -- File opened in mode r --
325 -- File opened in mode r+ --
342 -- File opened in mode r+b --
[all …]
H A Dfseek_ftell_rewind_variation7.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all r and a modes, SEEK_END
25 $file_modes = array( "r","rb","rt","r+","r+b","r+t",
64 *** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***
67 -- File opened in mode r --
118 -- File opened in mode r+ --
135 -- File opened in mode r+b --
152 -- File opened in mode r+t --
273 -- File opened in mode r --
324 -- File opened in mode r+ --
341 -- File opened in mode r+b --
[all …]
H A Dfseek_ftell_rewind_variation1.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all r & a modes, default whence
23 $file_modes = array( "r","rb","rt","r+","r+b","r+t",
63 *** Testing fseek(), ftell(), rewind() : default whence & all r and a modes ***
66 -- File opened in mode r --
111 -- File opened in mode r+ --
126 -- File opened in mode r+b --
141 -- File opened in mode r+t --
248 -- File opened in mode r --
293 -- File opened in mode r+ --
308 -- File opened in mode r+b --
[all …]
H A Dfgetcsv_variation16.phpt30 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
39 if ( strstr($file_modes[$mode_counter], "r") ) {
59 if ( strstr($file_modes[$mode_counter], "r" ) ) {
90 -- Testing fgetcsv() with file opened using r mode --
120 -- Testing fgetcsv() with file opened using r+ mode --
130 -- Testing fgetcsv() with file opened using r+b mode --
140 -- Testing fgetcsv() with file opened using r+t mode --
240 -- Testing fgetcsv() with file opened using r mode --
270 -- Testing fgetcsv() with file opened using r+ mode --
390 -- Testing fgetcsv() with file opened using r mode --
[all …]
H A Dfgetcsv_variation15.phpt28 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
37 if ( strstr($file_modes[$mode_counter], "r") ) {
57 if ( strstr($file_modes[$mode_counter], "r" ) ) {
86 -- Testing fgetcsv() with file opened using r mode --
116 -- Testing fgetcsv() with file opened using r+ mode --
126 -- Testing fgetcsv() with file opened using r+b mode --
136 -- Testing fgetcsv() with file opened using r+t mode --
236 -- Testing fgetcsv() with file opened using r mode --
266 -- Testing fgetcsv() with file opened using r+ mode --
386 -- Testing fgetcsv() with file opened using r mode --
[all …]
/PHP-5.5/ext/reflection/tests/
H A D005.phpt41 $r = new ReflectionClass('A');
42 var_dump(strip_doc_comment($r->getDocComment()));
44 foreach($r->getMethods() as $m)
H A Dbug60357.phpt6 $r = new ReflectionParameter( 'foo', 0 );
7 echo $r->__toString();
/PHP-5.5/ext/openssl/tests/
H A Dbug64802.phpt11 $r = openssl_x509_parse($cert,$use_short_names=true);
12 sort($r['subject']);
13 var_dump( $r['subject'] );
/PHP-5.5/ext/zlib/tests/
H A Dgzopen_variation7.phpt13 $h1 = gzopen($f, 'r');
14 $h2 = gzopen($f, 'r');
26 string(10) "When you'r"
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput22360 a\r\n\r\n\r\n\r\nb
2372 a\r\r\r\r\rb
3173 \r\r\n\n\r
3178 \r\r\n\n\r
3183 \r\r\n\n\r
3627 \r\r\r\P
3628 \r\r\r\P\P
3637 \r\r\r\P
3638 \r\r\r\P\P
3680 \r\r\r\P
[all …]
/PHP-5.5/ext/mbstring/oniguruma/
H A Dtestu.c60 int r; in xx() local
72 if (r) { in xx()
73 regerror(r, &reg, buf, sizeof(buf)); in xx()
80 if (r != 0 && r != REG_NOMATCH) { in xx()
81 regerror(r, &reg, buf, sizeof(buf)); in xx()
87 if (r == REG_NOMATCH) { in xx()
140 if (r) { in xx()
142 onig_error_code_to_str(s, r, &einfo); in xx()
151 if (r < ONIG_MISMATCH) { in xx()
153 onig_error_code_to_str(s, r); in xx()
[all …]
/PHP-5.5/ext/session/tests/
H A Dbug36459.phpt2 Bug #31454 (Incorrect adding PHPSESSID to links, which contains \r\n)
16 # Do not remove \r from this tests, they are essential!
20 <title>Bug #36459 Incorrect adding PHPSESSID to links, which contains \r\n</title>
33 <title>Bug #36459 Incorrect adding PHPSESSID to links, which contains \r\n</title>
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug36424.phpt48 …:1:"a";C:1:"a":81:{a:3:{s:1:"b";C:1:"b":30:{a:2:{s:1:"c";r:1;s:1:"a";r:3;}}s:1:"c";r:1;s:1:"a";r:3…
/PHP-5.5/ext/oci8/tests/
H A Dconnect_scope1.phpt47 oci_fetch_all($s1, $r);
48 var_dump($r);
57 oci_fetch_all($s1, $r);
58 var_dump($r);
H A Dconnect_scope2.phpt47 oci_fetch_all($s1, $r);
48 var_dump($r);
57 oci_fetch_all($s1, $r);
58 var_dump($r);
/PHP-5.5/ext/gmp/tests/
H A D022.phpt26 $r = gmp_gcdext($val[0],$val[1]);
27 $check = gmp_add(gmp_mul($val[0],$r['s']), gmp_mul($val[1],$r['t']));
28 var_dump(gmp_strval($r['g']));

Completed in 59 milliseconds

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