Home
last modified time | relevance | path

Searched refs:r (Results 176 – 200 of 1819) sorted by relevance

12345678910>>...73

/PHP-5.5/ext/oci8/tests/
H A Dlob_null.phpt42 $r = @oci_execute($s);
43 if (!$r) {
56 $r = @oci_execute($s);
57 if (!$r) {
70 $r = @oci_execute($s);
71 if (!$r) {
86 $r = @oci_execute($s);
87 if (!$r) {
100 $r = @oci_execute($s);
101 if (!$r) {
[all …]
H A Dconn_attr.inc34 $r = @oci_execute($s);
35 if (!$r) {
93 $r = oci_set_module_name($conn,'PHP TEST'.$sufix);
95 $r = oci_set_action($conn,'TASK'.$sufix);
97 $r = oci_set_client_info($conn,'INFO1'.$sufix);
99 $r = oci_set_client_identifier($conn,'ID00'.$sufix);
102 if ($r) {
108 return $r;
113 $r = oci_set_edition($value);
114 if ($r) {
[all …]
/PHP-5.5/ext/reflection/tests/
H A Dparameters_002.phpt17 function check_params_decl_func($r, $f)
19 $c = $r->$f();
23 function check_params_decl_class($r, $f)
25 $c = $r->$f();
29 function check_params_func($r, $f)
32 $v = $r->$f();
36 function check_params($r)
38 echo "#####" . ($r instanceof ReflectionMethod ? $r->class . '::' : '') . $r->name . "()#####\n";
40 foreach($r->getParameters() as $p)
H A Dbug49074.phpt15 $r = new ReflectionClass('Test2');
16 $m = $r->getStaticProperties();
23 var_dump($r->getStaticProperties());
/PHP-5.5/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-5.5/ext/zip/lib/
H A Dzip_dirent.c530 char *r, *o; in _zip_readfpstr() local
533 if (!r) { in _zip_readfpstr()
539 free(r); in _zip_readfpstr()
546 r[len] = 0; in _zip_readfpstr()
547 for (o=r; o<r+len; o++) in _zip_readfpstr()
552 return r; in _zip_readfpstr()
560 char *r, *o; in _zip_readstr() local
563 if (!r) { in _zip_readstr()
573 r[len] = 0; in _zip_readstr()
574 for (o=r; o<r+len; o++) in _zip_readstr()
[all …]
/PHP-5.5/ext/opcache/tests/
H A Dissue0079.phpt13 $r = $this->my_parse_m();
14 var_dump ($r);
15 return $r;
/PHP-5.5/Zend/tests/
H A Dsettype_null.phpt6 $r = fopen(__FILE__, "r");
28 $r,
/PHP-5.5/ext/openssl/tests/
H A Dbug48182.phpt28 $r = array($link);
31 if (stream_select($r, $w, $e, 1, 0) != 0)
34 $r = array();
36 if (stream_select($r, $w, $e, 1, 0) != 0)
59 $r = array($socket);
62 if (stream_select($r, $w, $e, 1, 0) != 0)
/PHP-5.5/ext/standard/tests/strings/
H A Dchunk_split_variation8.phpt26 It has _speci@l ch@r$ 2222 !!!Now \k as escape char to test
61 string(504) "T:::h:::i:::s:::':::s::: :::h:::e:::r:::e:::d:::o:::c::: :::s:::t:::r:::i:::n:::g::: :…
62 ::: :::w:::h:::i:::t:::e::: :::s:::p:::a:::c:::e::: :::c:::h:::a:::r:::.:::
63 …::c:::h:::@:::r:::$::: :::2:::2:::2:::2::: :::!:::!:::!:::N:::o:::w::: :::\:::k::: :::a:::s::: :::…
72 It has _speci@l ch@r$ 2222 !!!Now \k as escape char to test
77 It has _speci@l ch@r$ 222:::2 !!!Now \k as escape char::: to test
82 It has _speci@l ch@r$ 2222 !!!Now \k as escape char to test
H A Dnl2br_variation1.phpt21 "\rHello\rWorld\r",
22 "Hello\r\nWorld",
23 "\r\nHello\r\nWorld\r\n",
/PHP-5.5/ext/standard/tests/file/
H A Dfputcsv_variation1.phpt33 $file_modes = array ("r+", "r+b", "r+t",
78 -- file opened in r+ --
85 -- file opened in r+b --
92 -- file opened in r+t --
162 -- file opened in r+ --
169 -- file opened in r+b --
176 -- file opened in r+t --
246 -- file opened in r+ --
330 -- file opened in r+ --
414 -- file opened in r+ --
[all …]
H A Dfputcsv_variation11.phpt33 $file_modes = array ("r+", "r+b", "r+t",
78 -- file opened in r+ --
85 -- file opened in r+b --
92 -- file opened in r+t --
162 -- file opened in r+ --
169 -- file opened in r+b --
176 -- file opened in r+t --
246 -- file opened in r+ --
330 -- file opened in r+ --
414 -- file opened in r+ --
[all …]
H A Dfputcsv_variation12.phpt34 $file_modes = array ("r+", "r+b", "r+t",
79 -- file opened in r+ --
86 -- file opened in r+b --
93 -- file opened in r+t --
163 -- file opened in r+ --
170 -- file opened in r+b --
177 -- file opened in r+t --
247 -- file opened in r+ --
331 -- file opened in r+ --
415 -- file opened in r+ --
[all …]
H A Dfputcsv_variation5.phpt33 $file_modes = array ("r+", "r+b", "r+t",
78 -- file opened in r+ --
85 -- file opened in r+b --
92 -- file opened in r+t --
162 -- file opened in r+ --
169 -- file opened in r+b --
176 -- file opened in r+t --
246 -- file opened in r+ --
330 -- file opened in r+ --
414 -- file opened in r+ --
[all …]
H A Dfputcsv_variation6.phpt36 $file_modes = array ("r+", "r+b", "r+t",
81 -- file opened in r+ --
88 -- file opened in r+b --
95 -- file opened in r+t --
165 -- file opened in r+ --
172 -- file opened in r+b --
179 -- file opened in r+t --
249 -- file opened in r+ --
333 -- file opened in r+ --
417 -- file opened in r+ --
[all …]
H A Dfputcsv_variation7.phpt36 $file_modes = array ("r+", "r+b", "r+t",
81 -- file opened in r+ --
88 -- file opened in r+b --
95 -- file opened in r+t --
165 -- file opened in r+ --
172 -- file opened in r+b --
179 -- file opened in r+t --
249 -- file opened in r+ --
333 -- file opened in r+ --
417 -- file opened in r+ --
[all …]
H A Dfputcsv_variation8.phpt36 $file_modes = array ("r+", "r+b", "r+t",
81 -- file opened in r+ --
88 -- file opened in r+b --
95 -- file opened in r+t --
165 -- file opened in r+ --
172 -- file opened in r+b --
179 -- file opened in r+t --
249 -- file opened in r+ --
333 -- file opened in r+ --
417 -- file opened in r+ --
[all …]
H A Dstream_supports_lock.phpt7 $fp = fopen(__FILE__, "r");
12 $fp = fopen("file://" . __FILE__, "r");
17 $fp = fopen("php://memory", "r");
22 $fp = fopen('data://text/plain,foobar', 'r');
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 Dbug60120.phpt22 $cmd = 'php -r "fwrite(STDOUT, $in = file_get_contents(\'php://stdin\')); fwrite(STDERR, $in);"';
23 $descriptors = array(array('pipe', 'r'), array('pipe', 'w'), array('pipe', 'w'));
40 $r = $pipes;
43 $n = stream_select($r, $w, $e, 60);
62 foreach ($r as $pipe) {
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_multi_filters_close.phpt44 $r = fopen("php://stdout", "w+");
47 $first = stream_filter_prepend($r, "first", STREAM_FILTER_WRITE, []);
48 $second = stream_filter_prepend($r, "second", STREAM_FILTER_WRITE, []);
49 fwrite($r, "test\n");
/PHP-5.5/ext/zlib/tests/
H A Dzlib_wrapper_meta_data_basic.phpt13 $h = gzopen($f,'r');
18 $h = fopen($f,'r');
37 string(1) "r"
57 string(1) "r"
/PHP-5.5/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 …]

Completed in 45 milliseconds

12345678910>>...73