Home
last modified time | relevance | path

Searched refs:r (Results 201 – 225 of 1819) sorted by relevance

12345678910>>...73

/PHP-5.5/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…
H A Dnull_byte_1.phpt26 $r = $lob->savefile("/tmp/abc\0def");
27 var_dump($r);
31 $r = $lob->export("/tmp/abc\0def");
32 var_dump($r);
/PHP-5.5/ext/mysql/
H A Dmysql_mysqlnd.h28 #define mysql_result_is_unbuffered(r) ((r)->unbuf) argument
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug65481.phpt28 $r = unserialize($str);
29 $r = unserialize($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/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-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput84196 a\r\n\r\n\r\nb
4351 a\r\n\r\n\r\n\r\nb
4363 a\r\r\r\r\rb
4719 \r\r\r\P
4720 \r\r\r\P\P
4729 \r\r\r\P
4730 \r\r\r\P\P
4772 \r\r\r\P
4773 \r\r\r\P\P
4780 \r\r\r\P
[all …]
/PHP-5.5/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-5.5/ext/standard/tests/file/
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 …]
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_variation18.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" ) ) {
91 -- Testing fgetcsv() with file opened using r mode --
115 -- Testing fgetcsv() with file opened using r+ mode --
123 -- Testing fgetcsv() with file opened using r+b mode --
131 -- Testing fgetcsv() with file opened using r+t mode --
211 -- Testing fgetcsv() with file opened using r mode --
235 -- Testing fgetcsv() with file opened using r+ mode --
331 -- Testing fgetcsv() with file opened using r mode --
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dnl2br_variation4.phpt21 "<html>\nHello\r\nworld\r</html>",
22 "<html>\n \r\n \r</html>",
/PHP-5.5/ext/zlib/tests/
H A Dzlib_filter_inflate2.phpt12 $fp = fopen(dirname(__FILE__) . '/test.txt.gz', 'r');
17 $fp = fopen(dirname(__FILE__) . '/test.txt.gz', 'r');
19 $fp = fopen(dirname(__FILE__) . '/test.txt.gz', 'r');
25 $fp = fopen(dirname(__FILE__) . '/test.txt.gz', 'r');
/PHP-5.5/ext/standard/tests/array/
H A Darray_chunk_variation25.phpt5 $array = array ("p" => "A", "q" => "B", "r" => "C", "s" => "D", "u" => "E", "v" => "F");
21 ["r"]=>
81 ["r"]=>
167 ["r"]=>
232 ["r"]=>
294 ["r"]=>
356 ["r"]=>
415 ["r"]=>
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache_http.h42 zval *php_apache_request_new(request_rec *r);
44 int apache_php_module_hook(request_rec *r, php_handler *handler, zval **ret TSRMLS_DC);
/PHP-5.5/ext/json/tests/
H A Dbug64874_part1.phpt23 decode("true\r");
29 decode(" true\r");
33 decode("\ttrue\r");
37 decode("\ntrue\r");
41 decode("\rtrue\r");

Completed in 57 milliseconds

12345678910>>...73