Home
last modified time | relevance | path

Searched refs:r (Results 251 – 275 of 1958) sorted by relevance

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

/PHP-7.3/ext/oci8/tests/
H A Dnull_byte_1.phpt26 $r = $lob->savefile("/tmp/abc\0def");
27 var_dump($r);
31 $r = $lob->export("/tmp/abc\0def");
32 var_dump($r);
/PHP-7.3/ext/odbc/tests/
H A Dbug73448.phpt22 $r = @odbc_exec($conn, $sql);
24 if (false === $r) {
32 if ($r) {
33 odbc_free_result($r);
/PHP-7.3/ext/zlib/tests/
H A Dzlib_filter_inflate2.phpt12 $fp = fopen(dirname(__FILE__) . '/test.txt.gz', 'r');
17 $fp = fopen(dirname(__FILE__) . '/test.txt.gz', 'r');
19 $fp = fopen(dirname(__FILE__) . '/test.txt.gz', 'r');
25 $fp = fopen(dirname(__FILE__) . '/test.txt.gz', 'r');
/PHP-7.3/ext/reflection/tests/
H A Dtraits004.phpt14 $r = new ReflectionClass($c);
15 var_dump($r->getTraitNames());
16 var_dump($r->getTraits());
H A Dbug46103.phpt7 $obj->r = new ReflectionObject($obj);
13 ["r"]=>
/PHP-7.3/Zend/tests/
H A Dcast_to_string.phpt6 $r = fopen(__FILE__, "r");
28 $r,
H A Dsettype_string.phpt6 $r = fopen(__FILE__, "r");
28 $r,
H A Dcast_to_array.phpt6 $r = fopen(__FILE__, "r");
32 $r,
H A Dsettype_array.phpt6 $r = fopen(__FILE__, "r");
32 $r,
/PHP-7.3/ext/date/tests/
H A Dbug45866.phpt9 echo $date->format( 'r' ), "\n";
13 echo $date->format( 'r' ), "\n";
17 echo $date->format( 'r' ), "\n";
H A DDateTimeZone_getOffset_basic1.phpt30 %rint\(0\)|int\(3600\)%r
31 %rint\(-18000\)|int\(-14400\)%r
32 %rint\(-28800\)|int\(-25200\)%r
H A Dtimezone_offset_get_basic1.phpt31 %rint\(0\)|int\(3600\)%r
32 %rint\(-18000\)|int\(-14400\)%r
33 %rint\(-28800\)|int\(-25200\)%r
H A Dbug53437.phpt7 echo "Original:\r\n";
9 echo $dt->format('Y-m-d H:i:s')."\r\n";
11 echo "\r\n";
20 echo "Unserialized:\r\n";
22 echo $dt->format('Y-m-d H:i:s')."\r\n";
/PHP-7.3/ext/standard/tests/strings/
H A Dadd-and-stripcslashes.phpt12 echo "\n\r" == stripcslashes('\n\r'),"\n";
18 foo\b\a\r\b\az
/PHP-7.3/ext/standard/tests/file/
H A Dfgetcsv_variation18.phpt30 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
39 if ( strstr($file_modes[$mode_counter], "r") ) {
59 if ( strstr($file_modes[$mode_counter], "r" ) ) {
91 -- Testing fgetcsv() with file opened using r mode --
115 -- Testing fgetcsv() with file opened using r+ mode --
123 -- Testing fgetcsv() with file opened using r+b mode --
131 -- Testing fgetcsv() with file opened using r+t mode --
211 -- Testing fgetcsv() with file opened using r mode --
235 -- Testing fgetcsv() with file opened using r+ mode --
331 -- Testing fgetcsv() with file opened using r mode --
[all …]
H A Dbug66509.phpt6 $r = new \ReflectionFunction('copy');
8 foreach($r->getParameters() as $p) {
/PHP-7.3/ext/standard/tests/array/
H A Darray_chunk_variation25.phpt5 $array = array ("p" => "A", "q" => "B", "r" => "C", "s" => "D", "u" => "E", "v" => "F");
21 ["r"]=>
81 ["r"]=>
167 ["r"]=>
232 ["r"]=>
294 ["r"]=>
356 ["r"]=>
415 ["r"]=>
/PHP-7.3/ext/json/tests/
H A Dbug64874_part1.phpt23 decode("true\r");
29 decode(" true\r");
33 decode("\ttrue\r");
37 decode("\ntrue\r");
41 decode("\rtrue\r");
/PHP-7.3/ext/pcre/tests/
H A Dbug77827.phpt2 Bug #77827 (preg_match does not ignore \r in regex flags)
6 preg_match("/foo/i\r", 'FOO'),
/PHP-7.3/ext/spl/tests/
H A Dbug72884.phpt6 $r=new ReflectionObject($x);
7 var_dump($r->isCloneable());
/PHP-7.3/sapi/cli/tests/
H A Dbug74600.phpt13 [PHP]\n;\rs=\000\000=\n;\r[PATH\000]\000\376 =\n
17 0 => array("pipe", "r"),
22 $proc = proc_open("$php -c $ini_file -r 'echo \"okey\";'", $desc, $pipes);
/PHP-7.3/ext/gd/tests/
H A Dlibgd00186.phpt27 $r = "Ok";
29 $r = "Failed";
33 echo $r;
/PHP-7.3/ext/pdo_firebird/tests/
H A Dbug_76488.phpt11 with recursive r(n) as (
14 select n+1 from r where n < 1000
18 from r
/PHP-7.3/ext/zip/tests/
H A Dbug51353.phpt18 $r = $zip->open("$base_path/51353.zip", ZIPARCHIVE::CREATE | ZIPARCHIVE::OVERWRITE);
19 if ($r) {
29 $r = $zip->open("$base_path/51353.zip");
30 if ($r) {
/PHP-7.3/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_2.phpt24 while ($r = $s->fetch()) {
25 echo $r[0] . "\n";
32 while ($r = $s->fetch()) {
33 echo $r[0] . "\n";

Completed in 31 milliseconds

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