Home
last modified time | relevance | path

Searched refs:r (Results 151 – 175 of 1819) sorted by relevance

12345678910>>...73

/PHP-5.5/ext/spl/tests/
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 …]
H A Dregexiterator_setpregflags.phpt25 $r = new TestRegexIterator(new myIterator, $rege);
27 $r->setPregFlags(PREG_OFFSET_CAPTURE);
29 echo $r->getPregFlags();
H A Dregexiterator_getpregflags.phpt25 $r = new TestRegexIterator(new myIterator, $rege);
27 $r->setPregFlags(PREG_OFFSET_CAPTURE);
29 echo is_long($r->getPregFlags());
/PHP-5.5/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-5.5/ext/intl/tests/
H A Dresourcebundle_null_mandatory_args.phpt13 $r = new ResourceBundle('en_US', NULL);
14 $c = $r->get('calendar')->get('gregorian')->get('DateTimePatterns')->get(0);
18 $r = new ResourceBundle(NULL, NULL);
19 $c = $r->get('calendar')->get('gregorian')->get('DateTimePatterns')->get(0);
/PHP-5.5/ext/zip/tests/
H A Doo_open.phpt13 $r = $zip->open($dirname . 'nofile');
14 if ($r !== TRUE) {
20 $r = $zip->open($dirname . 'nofile', ZIPARCHIVE::CREATE);
21 if (!$r) {
/PHP-5.5/ext/reflection/tests/
H A Dbug62715.phpt7 $r = new ReflectionFunction('test');
9 foreach ($r->getParameters() as $p) {
13 foreach ($r->getParameters() as $p) {
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-5.5/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 ***
/PHP-5.5/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-5.5/ext/standard/tests/http/
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-5.5/ext/mysql/tests/
H A Dmysql_reflection_extension.phpt9 $r = new ReflectionExtension("mysql");
11 printf("Name: %s\n", $r->name);
12 printf("Version: %s\n", $r->getVersion());
13 $classes = $r->getClasses();
22 $functions = $r->getFunctions();
/PHP-5.5/ext/standard/tests/array/
H A Darray_walk_object1.phpt54 %unicode|string%(18) "%r\0%rMyClass%r\0%rpri_value"
62 %unicode|string%(12) "%r\0%r*%r\0%rpro_value"
H A Darray_walk_recursive_object1.phpt52 %unicode|string%(18) "%r\0%rMyClass%r\0%rpri_value"
60 %unicode|string%(12) "%r\0%r*%r\0%rpro_value"
/PHP-5.5/ext/openssl/tests/
H A Dbug54061.phpt7 $data = "jfdslkjvflsdkjvlkfjvlkjfvlkdm,4w 043920r 9234r 32904r 09243

Completed in 45 milliseconds

12345678910>>...73