Home
last modified time | relevance | path

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

12345678910>>...79

/PHP-7.3/ext/date/tests/
H A Dbug42910.phpt9 …(DateTime::ISO8601) . ' - ' . $foo->getTimezone()->getName() . ' - ' . $foo->format('U') . "\r\n";
10 …(DateTime::ISO8601) . ' - ' . $bar->getTimezone()->getName() . ' - ' . $bar->format('U') . "\r\n";
15 …(DateTime::ISO8601) . ' - ' . $foo->getTimezone()->getName() . ' - ' . $foo->format('U') . "\r\n";
16 …(DateTime::ISO8601) . ' - ' . $bar->getTimezone()->getName() . ' - ' . $bar->format('U') . "\r\n";
H A DDateInterval_format.phpt34 echo $interval->format('r=%r') . "\n";
41 echo $interval->format('inverted r=%r') . "\n";
65 r=
68 inverted r=-
/PHP-7.3/ext/reflection/tests/
H A Dbug39001.phpt17 $r = new ReflectionClass('Child');
19 var_dump($r->getProperty('publicVar')->getDeclaringClass()->getName());
20 var_dump($r->getProperty('protectedVar')->getDeclaringClass()->getName());
/PHP-7.3/ext/intl/tests/
H A Dbug65732.phpt9 var_dump(grapheme_strlen("\r\n"));
10 var_dump(grapheme_substr(implode("\r\n", ['abc', 'def', 'ghi']), 5));
11 var_dump(grapheme_strrpos("a\r\nb", 'b'));
/PHP-7.3/ext/standard/tests/http/
H A Dbug38802.phpt16 …"data://text/plain,HTTP/1.0 302 Moved Temporarily\r\nLocation: http://127.0.0.1:12342/foo/bar2\r\n…
17 …"data://text/plain,HTTP/1.0 301 Moved Permanently\r\nLocation: http://127.0.0.1:12342/foo/bar3\r\n…
18 …"data://text/plain,HTTP/1.0 302 Moved Temporarily\r\nLocation: http://127.0.0.1:12342/foo/bar4\r\n…
19 "data://text/plain,HTTP/1.0 200 OK\r\n\r\ndone.",
H A Dbug48929.phpt2 Bug #48929 (duplicate \r\n sent after last header line)
16 "data://text/plain,HTTP/1.0 200 OK\r\n\r\n",
21 foreach($responses as $r) {
39 do_test(array('header' => "X-Foo: bar\r\nContent-Type: text/plain", 'method' => 'POST', 'content' =…
/PHP-7.3/ext/openssl/tests/
H A Dbug54061.phpt7 $data = "jfdslkjvflsdkjvlkfjvlkjfvlkdm,4w 043920r 9234r 32904r 09243
/PHP-7.3/ext/standard/tests/file/
H A D007_variation1.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
44 *** Test fopen() & fclose() functions: with 'r' mode ***
H A Dbug39673.phpt24 $r = file_get_contents($filename, false, null, $offset);
25 if ($r !== false) var_dump(strlen($r));
/PHP-7.3/ext/oci8/tests/
H A Dconnect_scope_try1.phpt53 oci_fetch_all($s1, $r);
54 var_dump($r);
64 oci_fetch_all($s1, $r);
65 var_dump($r);
80 Caught Exception: oci_execute(): ORA-%r(00984|57000: TT2957)%r: %s
H A Dconnect_scope_try2.phpt53 oci_fetch_all($s1, $r);
54 var_dump($r);
64 oci_fetch_all($s1, $r);
65 var_dump($r);
80 Caught Exception: oci_execute(): ORA-%r(00984|57000: TT2957)%r: %s
H A Dconnect_scope_try3.phpt53 oci_fetch_all($s1, $r);
54 var_dump($r);
64 oci_fetch_all($s1, $r);
65 var_dump($r);
80 Caught Exception: oci_execute(): ORA-%r(00984|57000: TT2957)%r: %s
H A Dconnect_scope_try4.phpt53 oci_fetch_all($s1, $r);
54 var_dump($r);
64 oci_fetch_all($s1, $r);
65 var_dump($r);
80 Caught Exception: oci_execute(): ORA-%r(00984|57000: TT2957)%r: %s
H A Dconnect_scope_try5.phpt53 oci_fetch_all($s1, $r);
54 var_dump($r);
64 oci_fetch_all($s1, $r);
65 var_dump($r);
80 Caught Exception: oci_execute(): ORA-%r(00984|57000: TT2957)%r: %s
H A Dconnect_scope_try6.phpt53 oci_fetch_all($s1, $r);
54 var_dump($r);
64 oci_fetch_all($s1, $r);
65 var_dump($r);
80 Caught Exception: oci_execute(): ORA-%r(00984|57000: TT2957)%r: %s
/PHP-7.3/ext/standard/tests/array/
H A Darray_walk_object1.phpt54 string(18) "%r\0%rMyClass%r\0%rpri_value"
62 string(12) "%r\0%r*%r\0%rpro_value"
H A Darray_walk_recursive_object1.phpt52 string(18) "%r\0%rMyClass%r\0%rpri_value"
60 string(12) "%r\0%r*%r\0%rpro_value"
/PHP-7.3/ext/spl/tests/
H A DSplFileObject_fputcsv_variation1.phpt29 $file_modes = array ("r+", "r+b", "r+t",
70 -- file opened in r+ --
77 -- file opened in r+b --
84 -- file opened in r+t --
154 -- file opened in r+ --
161 -- file opened in r+b --
168 -- file opened in r+t --
238 -- file opened in r+ --
322 -- file opened in r+ --
406 -- file opened in r+ --
[all …]
H A DSplFileObject_fputcsv_variation11.phpt29 $file_modes = array ("r+", "r+b", "r+t",
70 -- file opened in r+ --
77 -- file opened in r+b --
84 -- file opened in r+t --
154 -- file opened in r+ --
161 -- file opened in r+b --
168 -- file opened in r+t --
238 -- file opened in r+ --
322 -- file opened in r+ --
406 -- file opened in r+ --
[all …]
H A DSplFileObject_fputcsv_variation12.phpt30 $file_modes = array ("r+", "r+b", "r+t",
71 -- file opened in r+ --
78 -- file opened in r+b --
85 -- file opened in r+t --
155 -- file opened in r+ --
162 -- file opened in r+b --
169 -- file opened in r+t --
239 -- file opened in r+ --
323 -- file opened in r+ --
407 -- file opened in r+ --
[all …]
H A DSplFileObject_fputcsv_variation5.phpt29 $file_modes = array ("r+", "r+b", "r+t",
70 -- file opened in r+ --
77 -- file opened in r+b --
84 -- file opened in r+t --
154 -- file opened in r+ --
161 -- file opened in r+b --
168 -- file opened in r+t --
238 -- file opened in r+ --
322 -- file opened in r+ --
406 -- file opened in r+ --
[all …]
H A DSplFileObject_fputcsv_variation6.phpt32 $file_modes = array ("r+", "r+b", "r+t",
73 -- file opened in r+ --
80 -- file opened in r+b --
87 -- file opened in r+t --
157 -- file opened in r+ --
164 -- file opened in r+b --
171 -- file opened in r+t --
241 -- file opened in r+ --
325 -- file opened in r+ --
409 -- file opened in r+ --
[all …]
H A DSplFileObject_fputcsv_variation7.phpt32 $file_modes = array ("r+", "r+b", "r+t",
73 -- file opened in r+ --
80 -- file opened in r+b --
87 -- file opened in r+t --
157 -- file opened in r+ --
164 -- file opened in r+b --
171 -- file opened in r+t --
241 -- file opened in r+ --
325 -- file opened in r+ --
409 -- file opened in r+ --
[all …]
H A DSplFileObject_fputcsv_variation8.phpt32 $file_modes = array ("r+", "r+b", "r+t",
73 -- file opened in r+ --
80 -- file opened in r+b --
87 -- file opened in r+t --
157 -- file opened in r+ --
164 -- file opened in r+b --
171 -- file opened in r+t --
241 -- file opened in r+ --
325 -- file opened in r+ --
409 -- file opened in r+ --
[all …]
/PHP-7.3/ext/opcache/tests/
H A Dissue0079.phpt13 $r = $this->my_parse_m();
14 var_dump ($r);
15 return $r;

Completed in 54 milliseconds

12345678910>>...79