Home
last modified time | relevance | path

Searched refs:r (Results 226 – 250 of 1958) sorted by relevance

12345678910>>...79

/PHP-7.3/ext/standard/tests/file/
H A Dfputcsv_variation10.phpt28 $file_modes = array ("r+", "r+b", "r+t",
39 if ( strstr($file_modes[$mode_counter], "r") ) {
72 -- file opened in r+ --
79 -- file opened in r+b --
86 -- file opened in r+t --
156 -- file opened in r+ --
164 -- file opened in r+b --
172 -- file opened in r+t --
252 -- file opened in r+ --
259 -- file opened in r+b --
[all …]
H A Dfgetcsv_variation21.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 D007_variation10.phpt2 Test fopen and fclose() functions - usage variations - "r+t" mode
17 /* Test fopen() and fclose(): Opening the file in "r+t" mode,
29 echo "*** Test fopen() & fclose() functions: with 'r+t' mode ***\n";
30 $file_handle = fopen($file, "r+t"); //opening the file in "r+t" mode
46 *** Test fopen() & fclose() functions: with 'r+t' mode ***
H A D007_variation18.phpt2 Test fopen and fclose() functions - usage variations - "r+b" mode
17 /* Test fopen() and fclose(): Opening the file in "r+b" mode,
29 echo "*** Test fopen() & fclose() functions: with 'r+b' mode ***\n";
30 $file_handle = fopen($file, "r+b"); //opening the file in "r+b" mode
46 *** Test fopen() & fclose() functions: with 'r+b' mode ***
H A D007_variation2.phpt2 Test fopen and fclose() functions - usage variations - "r+" mode
17 /* Test fopen() and fclose(): Opening the file in "r+" mode,
29 echo "*** Test fopen() & fclose() functions: with 'r+' mode ***\n";
30 $file_handle = fopen($file, "r+"); //opening the file in "r+" mode
46 *** Test fopen() & fclose() functions: with 'r+' mode ***
H A Dfgetcsv_variation8.phpt35 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
44 if ( strstr($file_modes[$mode_counter], "r") ) {
66 if ( strstr($file_modes[$mode_counter], "r" ) ) {
99 -- Testing fgetcsv() with file opened using r mode --
123 -- Testing fgetcsv() with file opened using r+ mode --
131 -- Testing fgetcsv() with file opened using r+b mode --
139 -- Testing fgetcsv() with file opened using r+t mode --
219 -- Testing fgetcsv() with file opened using r mode --
243 -- Testing fgetcsv() with file opened using r+ mode --
339 -- Testing fgetcsv() with file opened using r mode --
[all …]
H A Dfgetcsv_variation9.phpt35 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
44 if ( strstr($file_modes[$mode_counter], "r") ) {
65 if ( strstr($file_modes[$mode_counter], "r" ) ) {
97 -- Testing fgetcsv() with file opened using r mode --
121 -- Testing fgetcsv() with file opened using r+ mode --
129 -- Testing fgetcsv() with file opened using r+b mode --
137 -- Testing fgetcsv() with file opened using r+t mode --
217 -- Testing fgetcsv() with file opened using r mode --
241 -- Testing fgetcsv() with file opened using r+ mode --
337 -- Testing fgetcsv() with file opened using r mode --
[all …]
/PHP-7.3/ext/spl/tests/
H A DSplFileObject_fputcsv_variation10.phpt23 $file_modes = array ("r+", "r+b", "r+t",
34 if ( strstr($file_modes[$mode_counter], "r") ) {
63 -- file opened in r+ --
70 -- file opened in r+b --
77 -- file opened in r+t --
147 -- file opened in r+ --
155 -- file opened in r+b --
163 -- file opened in r+t --
243 -- file opened in r+ --
250 -- file opened in r+b --
[all …]
/PHP-7.3/ext/oci8/tests/
H A Dbind_misccoltypes_errs.phpt42 oci_fetch_all($s, $r);
43 var_dump($r);
142 … oci_execute(): ORA-12899: %r(%s "%s"."BIND_MISCCOLTYPES_ERRS_TAB"."CHAR_T" \(%s: 2, %s: 1\)|Strin…
146 …ci_execute(): ORA-12899: %r(%s "%s"."BIND_MISCCOLTYPES_ERRS_TAB"."VARCHAR2_T10" \(%s: 11, %s: 10\)…
154 …_execute(): ORA-12899: %r(%s "%s"."BIND_MISCCOLTYPES_ERRS_TAB"."VARCHAR2_T10" \(%s: 12, %s: 10\)|S…
163 …_execute(): ORA-12899: %r(%s "%s"."BIND_MISCCOLTYPES_ERRS_TAB"."VARCHAR2_T10" \(%s: 12, %s: 10\)|S…
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregext.c168 int r; in onig_new_deluxe() local
183 r = ONIGERR_MEMORY; in onig_new_deluxe()
187 r = onig_reg_init(*reg, ci->option, ci->case_fold_flag, ci->target_enc, in onig_new_deluxe()
189 if (r != 0) goto err; in onig_new_deluxe()
191 r = onig_compile(*reg, cpat, cpat_end, einfo); in onig_new_deluxe()
192 if (r != 0) { in onig_new_deluxe()
201 return r; in onig_new_deluxe()
/PHP-7.3/ext/standard/tests/http/
H A Dignore_errors.phpt16 "data://text/plain,HTTP/1.0 200 Ok\r\nX-Foo: bar\r\n\r\n1",
17 "data://text/plain,HTTP/1.0 404 Not found\r\nX-bar: baz\r\n\r\n2",
22 foreach($responses as $r) {
H A Dbug61548.phpt23 "data://text/plain,HTTP/1.1 201\r\nLocation: /foo\r\n\r\n",
24 "data://text/plain,HTTP/1.1 200\r\nConnection: close\r\n\r\n",
/PHP-7.3/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-7.3/ext/reflection/tests/
H A Drequest38992.phpt13 $r = new ReflectionMethod('MyClass', 'doSomething');
14 $r->invoke('WTF?');
15 $r->invokeArgs('WTF?', array());
/PHP-7.3/ext/mysqli/tests/
H A Dbug74021.phpt19 $r = $res->fetch_array();
20 var_dump(md5($r['a']));
21 var_dump(md5($r['b']));
/PHP-7.3/Zend/tests/
H A Dcast_to_bool.phpt6 $r = fopen(__FILE__, "r");
28 $r,
H A Dcast_to_int.phpt6 $r = fopen(__FILE__, "r");
28 $r,
H A Dsettype_bool.phpt6 $r = fopen(__FILE__, "r");
28 $r,
H A Dcast_to_double.phpt8 $r = fopen(__FILE__, "r");
30 $r,
H A Dsettype_double.phpt8 $r = fopen(__FILE__, "r");
30 $r,
H A Dsettype_int.phpt6 $r = fopen(__FILE__, "r");
28 $r,
/PHP-7.3/ext/mbstring/tests/
H A Dmb_strlen.phpt61 $r = strlen($t_ary);
62 echo $r."\n";
65 $r = strlen($t_obj);
66 echo $r."\n";
69 $r = mb_strlen($euc_jp, 'BAD_NAME');
70 echo $r."\n";
/PHP-7.3/ext/standard/tests/streams/
H A Duser-stream-error.phpt12 fopen('mystream://foo', 'r');
17 #0 [internal function]: FailStream->stream_open('mystream://foo', 'r', 0, NULL)
18 #1 %s%euser-stream-error.php(%d): fopen('mystream://foo', 'r')
/PHP-7.3/ext/standard/tests/strings/
H A Dnl2br_variation4.phpt21 "<html>\nHello\r\nworld\r</html>",
22 "<html>\n \r\n \r</html>",
/PHP-7.3/ext/standard/tests/ini_info/
H A Dphp_ini_scanned_files.phpt11 passthru($php.' -r "var_dump(php_ini_scanned_files());"');
15 passthru($php.' -r "var_dump(php_ini_scanned_files());"');
18 passthru($php.' -r "var_dump(ini_get(\'date.timezone\'));"');

Completed in 27 milliseconds

12345678910>>...79