Home
last modified time | relevance | path

Searched refs:t (Results 226 – 250 of 1771) sorted by relevance

12345678910>>...71

/PHP-7.4/ext/reflection/tests/
H A DReflectionExtension_bug66218.phpt11 $t = $r->getFunctions();
12 var_dump($t['dl']);
/PHP-7.4/Zend/tests/
H A Dmagic_by_ref_007.phpt10 $t = new test;
14 $t->$func($arg);
H A Dbug61165.phpt18 $t = new T;
20 strip_tags($t);
H A Dbug69889.phpt2 Bug #69889: Null coalesce operator doesn't work for string offsets
17 string(1) "t"
/PHP-7.4/ext/fileinfo/libmagic/
H A Dis_json.c327 int t; in json_parse() local
346 t = JSON_STRING; in json_parse()
350 t = JSON_ARRAY; in json_parse()
354 t = JSON_OBJECT; in json_parse()
358 t = JSON_CONSTANT; in json_parse()
362 t = JSON_CONSTANT; in json_parse()
366 t = JSON_CONSTANT; in json_parse()
371 t = JSON_NUMBER; in json_parse()
375 st[t]++; in json_parse()
/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation21.phpt20 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
21 "a+", "a+b", "a+t",
22 "w+", "w+b", "w+t",
23 "x+", "x+b", "x+t");
112 -- Testing fgetcsv() with file opened using r+t mode --
136 -- Testing fgetcsv() with file opened using a+t mode --
160 -- Testing fgetcsv() with file opened using w+t mode --
184 -- Testing fgetcsv() with file opened using x+t mode --
H A Dbug78241.phpt14 $t = mktime(1, 1 , 1, 1, 1, $i);
15 echo 'Date: '.date('D, d M Y H:i:s', $t), PHP_EOL;
16 touch($filename, $t);
H A Dfputcsv_variation2.phpt94 -- file opened in r+t --
118 -- file opened in a+t --
142 -- file opened in w+t --
166 -- file opened in x+t --
190 -- file opened in r+t --
214 -- file opened in a+t --
238 -- file opened in w+t --
262 -- file opened in x+t --
286 -- file opened in r+t --
310 -- file opened in a+t --
[all …]
H A Dfputcsv_variation3.phpt94 -- file opened in r+t --
118 -- file opened in a+t --
142 -- file opened in w+t --
166 -- file opened in x+t --
190 -- file opened in r+t --
214 -- file opened in a+t --
238 -- file opened in w+t --
262 -- file opened in x+t --
286 -- file opened in r+t --
310 -- file opened in a+t --
[all …]
H A Dfputcsv_variation4.phpt94 -- file opened in r+t --
118 -- file opened in a+t --
142 -- file opened in w+t --
166 -- file opened in x+t --
190 -- file opened in r+t --
214 -- file opened in a+t --
238 -- file opened in w+t --
262 -- file opened in x+t --
286 -- file opened in r+t --
310 -- file opened in a+t --
[all …]
H A Dfgetcsv_variation1.phpt32 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
33 "a+", "a+b", "a+t",
34 "w+", "w+b", "w+t",
35 "x+", "x+b", "x+t");
143 -- Testing fgetcsv() with file opened using r+t mode --
173 -- Testing fgetcsv() with file opened using a+t mode --
203 -- Testing fgetcsv() with file opened using w+t mode --
233 -- Testing fgetcsv() with file opened using x+t mode --
293 -- Testing fgetcsv() with file opened using r+t mode --
323 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation2.phpt32 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
33 "a+", "a+b", "a+t",
34 "w+", "w+b", "w+t",
35 "x+", "x+b", "x+t");
144 -- Testing fgetcsv() with file opened using r+t mode --
174 -- Testing fgetcsv() with file opened using a+t mode --
204 -- Testing fgetcsv() with file opened using w+t mode --
234 -- Testing fgetcsv() with file opened using x+t mode --
294 -- Testing fgetcsv() with file opened using r+t mode --
324 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation7.phpt32 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
33 "a+", "a+b", "a+t",
34 "w+", "w+b", "w+t",
35 "x+", "x+b", "x+t");
143 -- Testing fgetcsv() with file opened using r+t mode --
173 -- Testing fgetcsv() with file opened using a+t mode --
203 -- Testing fgetcsv() with file opened using w+t mode --
233 -- Testing fgetcsv() with file opened using x+t mode --
293 -- Testing fgetcsv() with file opened using r+t mode --
323 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dglob_basic.phpt30 sort_var_dump( glob($dirname."/*.t?t") );
31 sort_var_dump( glob($dirname."/*.t*t") );
/PHP-7.4/ext/standard/tests/dir/
H A Dbug78220.phpt2 Bug #78220 (Can't access OneDrive folder)
12 echo "can't scan $dir\n";
/PHP-7.4/ext/standard/tests/strings/
H A Dbug49687.phpt11 foreach ($tests as $t) {
12 echo bin2hex(utf8_decode($t)), "\n";
H A Dpack_A.phpt9 unpack("A*", "foo\0\rbar\0 \t\r\n"),
10 unpack("A4", "foo\0\rbar\0 \t\r\n")
H A Dstrip_tags_variation4.phpt18 "<abc>hello</abc> \t\tworld... <ppp>strip_tags_test</ppp>",
19 '<abc>hello</abc> \t\tworld... <ppp>strip_tags_test</ppp>',
20 "<%?php hello\t world?%>",
21 '<%?php hello\t world?%>',
51 string(34) "hello \t\tworld... strip_tags_test"
H A Dstrip_tags_variation7.phpt17 "<abc>hello</abc> \t\tworld... <ppp>strip_tags_test</ppp>",
18 '<abc>hello</abc> \t\tworld... <ppp>strip_tags_test</ppp>',
19 "<%?php hello\t world?%>",
20 '<%?php hello\t world?%>',
49 string(45) "<abc>hello</abc> \t\tworld... strip_tags_test"
/PHP-7.4/ext/opcache/tests/
H A Dpreload_011.phpt28 Warning: Can't preload unlinked class H: Unknown type dependencies in %s on line %d
30 Warning: Can't preload unlinked class B: Unknown type dependencies in %s on line %d
32 Warning: Can't preload unlinked class A: Unknown type dependencies in %s on line %d
/PHP-7.4/ext/pdo/
H A Dpdo_sql_parser.re91 ptrdiff_t t;
106 if (t == PDO_PARSER_BIND || t == PDO_PARSER_BIND_POS || t == PDO_PARSER_ESCAPED_QUESTION) {
112 if (t == PDO_PARSER_BIND) {
340 t = plc->pos - ptr;
341 if (t) {
342 memcpy(newbuffer, ptr, t);
343 newbuffer += t;
357 t = (inquery + inquery_len) - ptr;
358 if (t) {
359 memcpy(newbuffer, ptr, t);
[all …]
/PHP-7.4/tests/classes/
H A D__set_data_corrupt.phpt8 public $pp = array('t'=>null);
11 echo $this->t ='f';
H A Dclass_final.phpt12 $t = new base();
17 echo "Done\n"; // shouldn't be displayed
/PHP-7.4/ext/mbstring/tests/
H A Dmb_strrchr_basic.phpt30 echo "\n-- ASCII string: needle doesn't exist --\n";
40 echo "\n-- Multibyte string: needle doesn't exist --\n";
54 -- ASCII string: needle doesn't exist --
62 -- Multibyte string: needle doesn't exist --
H A Dmb_strstr_basic.phpt30 echo "\n-- ASCII string: needle doesn't exist --\n";
40 echo "\n-- Multibyte string: needle doesn't exist --\n";
54 -- ASCII string: needle doesn't exist --
62 -- Multibyte string: needle doesn't exist --

Completed in 79 milliseconds

12345678910>>...71