Home
last modified time | relevance | path

Searched refs:r (Results 351 – 375 of 1958) sorted by relevance

1...<<11121314151617181920>>...79

/PHP-7.3/ext/oci8/tests/
H A Dfield_funcs3.phpt69 string(1%r[19]%r) "%r(01-JAN-2010|0001-01-20 10:00:00)%r"
/PHP-7.3/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-7.3/ext/standard/tests/file/
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…
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 …]
/PHP-7.3/ext/standard/tests/general_functions/
H A Dbug72306.phpt13 0 => array("pipe", "r"),
15 2 => array("pipe", "r")
/PHP-7.3/ext/standard/tests/mail/
H A Dbug69115.phpt15 $message = "Line 1\r\nLine 2\r\nLine 3";
/PHP-7.3/tests/classes/
H A D__set__get_001.phpt13 $r = $this->x[$nm];
14 echo "Returning: $r\n";
15 return $r;
/PHP-7.3/ext/standard/tests/file/windows_mb_path/
H A Dtest_big5_2.phpt24 $item = "���զh�r�`���|"; // BIG5 string
52 getting basename of %s���զh�r�`���|25
53 string(%d) "���զh�r�`���|25"
/PHP-7.3/ext/standard/tests/array/
H A Dusort_variation11.phpt12 foreach ($range as $r) {
13 $backup = $array = range(0, $r);
/PHP-7.3/ext/reflection/tests/
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);
H A Dbug76536.phpt12 $r = new \ReflectionClass(SomeConstants::class);
13 $r->getConstants();
/PHP-7.3/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 Dbug71311.phpt5 $data = unserialize("C:11:\"ArrayObject\":11:{x:i:0;r:3;X}");
11 #0 [internal function]: ArrayObject->unserialize('x:i:0;r:3;X')
H A Dunserialize_leak.phpt6 …dClass":1:{},a:2:{s:4:"prev";i:2;s:4:"next";O:8:"stdClass":0:{}};r:7;,R:2;s:4:"next";;r:3;};m:a:0:…
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-7.3/sapi/cli/tests/
H A D009.phpt10 var_dump(`$php -n -a -r "echo hello;"`);
11 var_dump(`$php -n -r "echo hello;" -a`);
/PHP-7.3/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-7.3/Zend/tests/
H A Dflexible-heredoc-nowdoc.phpt54 a\r\n
56 b\r\n
58 d\r\n
H A Dbug72177_2.phpt28 $r = new ReflectionProperty(Foo::class, 'bar');
30 $r->setAccessible(true);
/PHP-7.3/ext/standard/tests/strings/
H A Dstrrchr_variation5.phpt16 \tes\t st\r\rch\r using
23 "\r",
/PHP-7.3/ext/spl/tests/
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-7.3/ext/standard/tests/http/
H A Dbug75535.phpt12 "data://text/plain,HTTP/1.0 200 Ok\r\nContent-Length\r\n",
/PHP-7.3/sapi/phpdbg/tests/
H A Dstdin_001.phpt10 r
12 r

Completed in 31 milliseconds

1...<<11121314151617181920>>...79