Home
last modified time | relevance | path

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

12345678910>>...79

/PHP-7.3/ext/reflection/tests/
H A Dbug49074.phpt15 $r = new ReflectionClass('Test2');
16 $m = $r->getStaticProperties();
23 var_dump($r->getStaticProperties());
H A Dparameters_002.phpt19 function check_params_decl_func($r, $f)
21 $c = $r->$f();
26 function check_params_decl_class($r, $f)
28 $c = $r->$f();
32 function check_params_func($r, $f)
35 $v = $r->$f();
39 function check_params($r)
41 echo "#####" . ($r instanceof ReflectionMethod ? $r->class . '::' : '') . $r->name . "()#####\n";
43 foreach($r->getParameters() as $p)
/PHP-7.3/Zend/tests/
H A Dsettype_null.phpt6 $r = fopen(__FILE__, "r");
28 $r,
/PHP-7.3/sapi/phpdbg/tests/
H A Drun_001.phpt4 r
5 r 1 2 3
6 r
/PHP-7.3/ext/pcre/tests/
H A Dbug78272.phpt9 preg_match('/abc/', 'abcde', $r);
14 preg_match('/abc/', 'abcde', $r);
15 print_r($r);
/PHP-7.3/ext/standard/tests/http/
H A Dhttp_response_header_05.phpt13 "data://text/plain,HTTP/1.0 200 Ok\r\n \r\n\r\nBody",
H A Dhttp_response_header_04.phpt13 "data://text/plain,HTTP/1.0 200 Ok\r\nSome: Header \r\n\r\nBody",
/PHP-7.3/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.inc32 $r = @oci_execute($s);
33 if (!$r) {
91 $r = oci_set_module_name($conn,'PHP TEST'.$sufix);
93 $r = oci_set_action($conn,'TASK'.$sufix);
95 $r = oci_set_client_info($conn,'INFO1'.$sufix);
97 $r = oci_set_client_identifier($conn,'ID00'.$sufix);
100 if ($r) {
106 return $r;
111 $r = oci_set_edition($value);
112 if ($r) {
[all …]
/PHP-7.3/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-7.3/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-7.3/ext/odbc/tests/
H A Dbug73725.phpt19 $r = odbc_fetch_array($rc);
20 var_dump($r);
22 $r = odbc_fetch_array($rc);
23 var_dump($r);
/PHP-7.3/ext/standard/tests/file/
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 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) {
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 …]
/PHP-7.3/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-7.3/ext/standard/tests/serialize/
H A Dbug65481.phpt28 $r = unserialize($str);
29 $r = unserialize($r[0]);
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregexec.c843 if (r != 0) return r; in onig_region_resize_clear()
855 if (r < 0) return r; in onig_region_set()
889 if (r->beg) xfree(r->beg); in onig_region_free()
890 if (r->end) xfree(r->end); in onig_region_free()
1354 if (r != ONIG_NORMAL) return r;
2279 if (r != 0) return r; in make_capture_history_tree()
2282 if (r != 0) return r; in make_capture_history_tree()
6124 if (r != ONIG_NORMAL) return r; in onig_builtin_error()
6156 if (r != ONIG_NORMAL) return r; in onig_builtin_total_count()
6185 if (r != ONIG_NORMAL) return r; in onig_builtin_total_count()
[all …]

Completed in 70 milliseconds

12345678910>>...79