Home
last modified time | relevance | path

Searched refs:r (Results 301 – 325 of 1819) sorted by relevance

1...<<11121314151617181920>>...73

/PHP-5.5/ext/reflection/tests/
H A Dbug37816.phpt13 $r = new ReflectionProperty($o, 'p');
17 $x = $r->getValue($o);
H A DReflectionExtension_bug66218.phpt11 $r = new ReflectionExtension('standard');
12 $t = $r->getFunctions();
H A Dbug36434.phpt22 $r = new ReflectionClass('foo');
23 foreach ($r->GetProperties() as $p)
H A D001.phpt21 $r = new ReflectionClassEx('ReflectionClassEx');
61 $res = $r->getMethodNames();
76 var_dump($r->name);
/PHP-5.5/ext/date/tests/
H A Ddate.phpt20 r: Thu, 23 Jan 2003 12:20:59 +0000
22 r: Thu, 23 Jan 2003 13:20:59 +0100
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation2.phpt49 string(2) "r+"
68 string(2) "r+"
87 string(2) "r+"
106 string(2) "r+"
/PHP-5.5/ext/oci8/tests/
H A Dfield_funcs3.phpt69 string(1%r[19]%r) "%r(01-JAN-2010|0001-01-20 10:00:00)%r"
H A Dselect_null.phpt22 ["%r(NULL|EXP)%r"]=>
/PHP-5.5/sapi/cli/tests/
H A D003-2.phpt15 var_dump(`"$php" -nd max_execution_time=111 -r 'var_dump(ini_get("max_execution_time"));'`);
16 var_dump(`"$php" -nd max_execution_time=500 -r 'var_dump(ini_get("max_execution_time"));'`);
H A D009.phpt10 var_dump(`$php -n -a -r "echo hello;"`);
11 var_dump(`$php -n -r "echo hello;" -a`);
/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation10.phpt32 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
41 if ( strstr($file_modes[$mode_counter], "r") ) {
62 if ( strstr($file_modes[$mode_counter], "r" ) ) {
96 -- Testing fgetcsv() with file opened using r mode --
126 -- Testing fgetcsv() with file opened using r+ mode --
136 -- Testing fgetcsv() with file opened using r+b mode --
146 -- Testing fgetcsv() with file opened using r+t mode --
246 -- Testing fgetcsv() with file opened using r mode --
276 -- Testing fgetcsv() with file opened using r+ mode --
396 -- Testing fgetcsv() with file opened using r mode --
[all …]
H A Dbug39673.phpt24 $r = file_get_contents($filename, false, null, $offset);
25 var_dump(strlen($r));
H A Dbug26615.phpt10 …exec($_ENV['TEST_PHP_EXECUTABLE'].' -n -r \'for($i=1;$i<=5000;$i++) print "$i\n";\' | tr \'\n\' \'…
12 …exec($_ENV['TEST_PHP_EXECUTABLE'].' -n -r "for($i=1;$i<=5000;$i++) echo $i,\' \';"', $out, $status…
/PHP-5.5/ext/mbstring/tests/
H A Dbug28220.phpt13 foreach ($coderange as $r) {
15 foreach ($r as $c) {
/PHP-5.5/ext/spl/tests/
H A Dbug64782.phpt6 var_dump(new SplFileObject(__FILE__, "r", false, null));
16 string(1) "r"
H A Dregexiterator_setflags_exception.phpt25 $r = new TestRegexIterator(new myIterator, $rege);
28 $r->setFlags();
H A Dregexiterator_setpregflags_exception.phpt25 $r = new TestRegexIterator(new myIterator, $rege);
29 $r->setPregFlags();
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c470 int mode_backup, ret, n, m, r; in mbfl_filt_conv_illegal_output() local
517 r = 28; in mbfl_filt_conv_illegal_output()
518 while (r >= 0) { in mbfl_filt_conv_illegal_output()
519 n = (c >> r) & 0xf; in mbfl_filt_conv_illegal_output()
527 r -= 4; in mbfl_filt_conv_illegal_output()
543 r = 28; in mbfl_filt_conv_illegal_output()
544 while (r >= 0) { in mbfl_filt_conv_illegal_output()
545 n = (c >> r) & 0xf; in mbfl_filt_conv_illegal_output()
553 r -= 4; in mbfl_filt_conv_illegal_output()
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug62836_1.phpt5 $serialized_object='O:1:"A":4:{s:1:"b";O:1:"B":0:{}s:2:"b1";r:2;s:1:"c";O:1:"B":0:{}s:2:"c1";r:4;}';
H A Dbug62836_2.phpt5 $serialized_object='O:1:"A":4:{s:1:"b";O:1:"B":0:{}s:2:"b1";r:2;s:1:"c";O:1:"B":0:{}s:2:"c1";r:4;}';
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_61755.phpt21 $r = $s->fetch();
22 echo "Length of item 0: ".strlen($r[0]).", Value of item 1: ".$r[1]."\n";
/PHP-5.5/ext/standard/tests/strings/
H A Dstrrchr_variation5.phpt16 \tes\t st\r\rch\r using
23 "\r",
H A Dstrip_tags_variation10.phpt21 '<html>\t\r\v The quick brown fo\fx jumped over the lazy dog</p>',
25 '<b>This is \ta text in bold letters\r\s\malong with slashes\n</b>'
46 string(63) "<html>\t\r\v The quick brown fo\fx jumped over the lazy dog</p>"
54 string(65) "<b>This is \ta text in bold letters\r\s\malong with slashes\n</b>"
/PHP-5.5/tests/classes/
H A D__set__get_001.phpt15 $r = $this->x[$nm];
16 echo "Returning: $r\n";
17 return $r;
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput5727 a\r\n\r\n\r\nb
1512 \r\r\n\n\r
1516 \r\r\n\n\r\n
1526 \r\r\n\n\r
1530 \r\r\n\n\r\n
1766 \r\r\P
1770 \r\r\r\P
1772 \r\r\r\P\P
1780 \r\r\P
1784 \r\r\r\P
[all …]

Completed in 36 milliseconds

1...<<11121314151617181920>>...73