Home
last modified time | relevance | path

Searched refs:t (Results 101 – 125 of 1731) sorted by relevance

12345678910>>...70

/PHP-7.1/ext/standard/tests/file/
H A Dfputcsv_variation10.phpt86 -- file opened in r+t --
107 -- file opened in a+t --
128 -- file opened in w+t --
149 -- file opened in x+t --
172 -- file opened in r+t --
196 -- file opened in a+t --
220 -- file opened in w+t --
244 -- file opened in x+t --
266 -- file opened in r+t --
287 -- file opened in a+t --
[all …]
H A D007_variation14.phpt2 Test fopen and fclose() functions - usage variations - "a+t" mode
17 /* Test fopen() and fclose(): Opening the file in "a+t" mode,
29 echo "*** Test fopen() & fclose() functions: with 'a+t' mode ***\n";
30 $file_handle = fopen($file, "a+t"); //opening the file "a+t" mode
41 fclose( fopen($file, "a+t") ); //Opening the non-existing file in "a+t" mode, which will be created
49 *** Test fopen() & fclose() functions: with 'a+t' mode ***
H A D007_variation16.phpt2 Test fopen and fclose() functions - usage variations - "x+t" mode
17 /* Test fopen() and fclose(): Opening the file in "x+t" mode,
20 checking for the warning msg when trying to open an existing file in "x+t" mode,
27 echo "*** Test fopen() & fclose() functions: with 'x+t' mode ***\n";
28 $file_handle = fopen($file, "x+t"); //opening the non-existing file in "x+t" mode, file will be cr…
39 $file_handle = fopen($file, "x+t"); //Opening the existing data file in "x+t" mode to check for th…
46 *** Test fopen() & fclose() functions: with 'x+t' mode ***
H A Dtempnam_variation8-win32.phpt93 File name is => %s\tempnam_variation2\tempnam_variation2_sub\t%s
98 File name is => %s\tempnam_variation2\t%s
103 File name is => %s\tempnam_variation2\t%s
108 File name is => %s\tempnam_variation2\t%s
113 File name is => %s\tempnam_variation2\t%s
120 File name is => %s\t%s
127 File name is => %s\t%s
132 File name is => %s\tempnam_variation2\tempnam_variation2_sub\t%s
137 File name is => %s\tempnam_variation2\tempnam_variation2_sub\t%s
142 File name is => %s\tempnam_variation2\tempnam_variation2_sub\t%s
[all …]
H A Dstream_enclosed.phpt10 $t = fopen('php://temp/maxmemory=1024','wb+');
15 fwrite($t, str_repeat('a',1024));
19 leak_variable($t, true);
/PHP-7.1/ext/spl/tests/
H A DSplFileObject_fputcsv_variation10.phpt77 -- file opened in r+t --
98 -- file opened in a+t --
119 -- file opened in w+t --
140 -- file opened in x+t --
163 -- file opened in r+t --
187 -- file opened in a+t --
211 -- file opened in w+t --
235 -- file opened in x+t --
257 -- file opened in r+t --
278 -- file opened in a+t --
[all …]
H A Dbug68128.phpt14 $rRegexIterator = new RecursiveRegexIterator($rArrayIterator, '/^(t)est(\d*)/',
45 [0] => t
64 [0] => t
82 [0] => t
/PHP-7.1/Zend/tests/
H A Dbug32993.phpt2 Bug #32993 (implemented Iterator function current() don't throw exception)
16 $t = new Test();
17 $t->arr = array(1, 2, 3);
20 foreach ($t as $v) {
H A Dbug69788.phpt4 <?php [t.[]]; ?>
8 Notice: Use of undefined constant t - assumed 't' in %s on line %d
H A Dbug39775.phpt12 $t = new test;
13 $t->anything[] = 'bar';
14 print_r($t->anything);
H A Dstrict_002.phpt12 $t = new test;
13 $t->foo = 5;
17 var_dump($t);
/PHP-7.1/ext/standard/tests/strings/
H A Dhtml_entity_decode2.phpt6 echo "*** HTML 4.01 implicit (shouldn't decode) ***\n";
9 echo "*** HTML 4.01 (shouldn't decode) ***\n";
23 *** HTML 4.01 implicit (shouldn't decode) ***
25 *** HTML 4.01 (shouldn't decode) ***
H A Dchunk_split_variation9.phpt31 "\t",
57 string(66) "This i s to t est ch unk_sp lit() with v arious endin g stri ng "
63 string(106) "This i@#$%^s to t@#$%^est ch@#$%^unk_sp@#$%^lit() @#$%^with v@#$%^arious@#$%^ endin@#$…
65 string(66) "This i s to t est ch unk_sp lit() with v arious endin g stri ng "
68 s to t
80 s to t
92 s to t
103 string(66) "This i�s to t�est ch�unk_sp�lit() �with v�arious� endin�g stri�ng�"
107 string(106) "This i(MSG)s to t(MSG)est ch(MSG)unk_sp(MSG)lit() (MSG)with v(MSG)arious(MSG) endin(MS…
109 string(206) "This i)ending string(s to t)ending string(est ch)ending string(unk_sp)ending string(li…
[all …]
H A Dstripslashes_variation3.phpt41 "\t",
42 "\\t",
45 '\t',
46 '\\t',
101 string(1) "t"
110 string(1) "t"
113 string(1) "t"
H A Dhtmlspecialchars_decode_variation6.phpt18 "\tHello \$world ".chr(0)."\&!)The big brown fox jumped over the\t\f lazy dog\v\n",
19 "\tHello \"world\"\t\v \0 This is a valid\t string",
20 "This converts\t decimal to \$string".decbin(65)."Hello world",
21 b"This is a binary\t \v\fstring"
/PHP-7.1/ext/date/tests/
H A Dstrtotime3.phpt12 " \t\r\n000",
38 $t = strtotime($str, $time);
39 if (is_integer($t)) {
40 var_dump(date(DATE_RFC2822, $t));
42 var_dump($t);
H A Dstrtotime3-64bit.phpt12 " \t\r\n000",
38 $t = strtotime($str, $time);
39 if (is_integer($t)) {
40 var_dump(date(DATE_RFC2822, $t));
42 var_dump($t);
H A D007.phpt7 $t = mktime(0,0,0, 6, 27, 2006);
11 var_dump(localtime($t));
12 var_dump(localtime($t, true));
13 var_dump(localtime($t, false));
H A Doo_001.phpt27 $t = new DateTimeZone("UTC");
28 var_dump($t->getName());
30 $t = new _t;
31 var_dump($t->getName());
46 DateTime::__construct(): Failed to parse time string (1am todax) at position 4 (t): The timezone co…
/PHP-7.1/tests/classes/
H A Dabstract.phpt21 $t = new pass();
22 $t->show();
23 $t->error();
25 echo "Done\n"; // shouldn't be displayed
H A Dprivate_redeclare.phpt14 $t = new base();
15 $t->test();
29 $t = new derived();
30 $t->test();
H A Dprotected_001b.phpt18 $t = new pass();
19 $t->good();
20 $t->fail();// must fail because we are calling from outside of class pass
22 echo "Done\n"; // shouldn't be displayed
H A Dprivate_003b.phpt28 $t = new fail();
29 $t->ok();
30 $t->not_ok(); // calling a private function
32 echo "Done\n"; // shouldn't be displayed
/PHP-7.1/ext/sysvshm/tests/
H A D006.phpt11 $key = ftok(__FILE__, 't');
38 Warning: shm_remove_var(): variable key -10 doesn't exist in %s006.php on line %d
43 Warning: shm_get_var(): variable key 1 doesn't exist in %s006.php on line %d
46 Warning: shm_remove_var(): variable key 1 doesn't exist in %s006.php on line %d
49 Warning: shm_get_var(): variable key 1 doesn't exist in %s006.php on line %d
/PHP-7.1/ext/tidy/tests/
H A D029.phpt18 $t = tidy_parse_string($input);
19 $t->cleanRepair();
20 var_dump(tidy_get_body($t));

Completed in 36 milliseconds

12345678910>>...70