Home
last modified time | relevance | path

Searched refs:t (Results 76 – 100 of 1731) sorted by relevance

12345678910>>...70

/PHP-7.1/ext/soap/tests/
H A Dbug73037.phpt140 Function 'CATALOG' doesn't exist
142 Function 'CATALOG' doesn't exist
146 Function 'CATALOG' doesn't exist
148 Function 'CATALOG' doesn't exist
152 Function 'CATALOG' doesn't exist
154 Function 'CATALOG' doesn't exist
158 Function 'CATALOG' doesn't exist
160 Function 'CATALOG' doesn't exist
164 Function 'CATALOG' doesn't exist
166 Function 'CATALOG' doesn't exist
[all …]
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_debug_control_string.phpt13 die("skip: can't say for sure if mysqli_debug works");
60 try_control_string($link, 't:,,:o,' . $trace_file, $trace_file, 10);
62 try_control_string($link, 't:o,' . $trace_file . ':abc', $trace_file, 30);
63 try_control_string($link, 't:o,' . $trace_file . ':ABC,123:b', $trace_file, 40);
64 try_control_string($link, 't:ABC,123:b;:o,' . $trace_file, $trace_file, 50);
65 try_control_string($link, 't:A;BC,123:b;:o,' . $trace_file, $trace_file, 60);
66 try_control_string($link, 't:p:o,' . $trace_file, $trace_file, 70);
67 try_control_string($link, 't:p,1,,2:o,' . $trace_file, $trace_file, 80);
68 try_control_string($link, 't:z,1,,2:o,' . $trace_file, $trace_file, 90);#
/PHP-7.1/tests/basic/
H A Dtimeout_variation_5.phpt12 set_time_limit($t);
14 function f($t) {
16 busy_wait($t*2);
20 f($t);
H A Dtimeout_variation_6.phpt12 set_time_limit($t);
14 function f($t) {
16 busy_wait($t-1);
20 f($t);
/PHP-7.1/ext/opcache/Optimizer/
H A Dpass1_5.c38 #define ZEND_IS_CONSTANT_TYPE(t) ((t) == IS_CONSTANT) argument
334 zval *c, t; in zend_optimizer_pass1() local
466 zval t; in zend_optimizer_pass1() local
469 ZVAL_TRUE(&t); in zend_optimizer_pass1()
488 zval t; in zend_optimizer_pass1() local
525 zval t; in zend_optimizer_pass1() local
529 ZVAL_TRUE(&t); in zend_optimizer_pass1()
543 zval t; in zend_optimizer_pass1() local
559 zval t; in zend_optimizer_pass1() local
579 zval t; in zend_optimizer_pass1() local
[all …]
/PHP-7.1/ext/standard/tests/strings/
H A Dchunk_split_variation10.phpt32 '\t',
59 string(82) "This is t o test ch unk_split () with v arious 's ingle quo ted' endi ng string . "
65 string(118) "This is t@#$%^o test ch@#$%^unk_split@#$%^() with v@#$%^arious 's@#$%^ingle quo@#$%^te…
67 string(91) "This is t\to test ch\tunk_split\t() with v\tarious 's\tingle quo\tted' endi\tng string\
69 string(91) "This is t\no test ch\nunk_split\n() with v\narious 's\ningle quo\nted' endi\nng string\…
71 string(91) "This is t\ro test ch\runk_split\r() with v\rarious 's\ringle quo\rted' endi\rng string\…
73 string(109) "This is t\r\no test ch\r\nunk_split\r\n() with v\r\narious 's\r\ningle quo\r\nted' end…
75 string(91) "This is t\0o test ch\0unk_split\0() with v\0arious 's\0ingle quo\0ted' endi\0ng string\…
79 string(118) "This is t(MSG)o test ch(MSG)unk_split(MSG)() with v(MSG)arious 's(MSG)ingle quo(MSG)te…
81 string(226) "This is t) ending string (o test ch) ending string (unk_split) ending string (() with …
[all …]
H A Dconvert_uudecode_basic.phpt21 "\t This String contains \t\t some control characters\r\n",
28 '\t This String contains \t\t some control characters\r\n',
H A Dbin2hex_basic.phpt18 "\t This String contains \t\t some control characters\r\n",
23 '\t This String contains \t\t some control characters\r\n',
/PHP-7.1/ext/soap/interop/
H A Dtest.utility.php3 function timestamp_to_soap_datetime($t) { argument
4 return date('Y-m-d\TH:i:sO',$t);
7 function soap_datetime_to_timestamp($t) { argument
10 if (!is_int($t)) {
11 if (!ereg($iso8601,$t,$r)) {
14 $t = gmmktime($r[4],$r[5],$r[6],$r[2],$r[3],$r[1]);
23 $t += (($op == "-"?1:-1) * $h * 60 + $m) * 60;
26 return $t;
/PHP-7.1/ext/standard/tests/file/
H A Dfputcsv_variation11.phpt92 -- file opened in r+t --
113 -- file opened in a+t --
134 -- file opened in w+t --
155 -- file opened in x+t --
176 -- file opened in r+t --
197 -- file opened in a+t --
218 -- file opened in w+t --
239 -- file opened in x+t --
260 -- file opened in r+t --
281 -- file opened in a+t --
[all …]
H A Dfputcsv_variation12.phpt93 -- file opened in r+t --
114 -- file opened in a+t --
135 -- file opened in w+t --
156 -- file opened in x+t --
177 -- file opened in r+t --
198 -- file opened in a+t --
219 -- file opened in w+t --
240 -- file opened in x+t --
261 -- file opened in r+t --
282 -- file opened in a+t --
[all …]
H A Dfputcsv_variation5.phpt92 -- file opened in r+t --
113 -- file opened in a+t --
134 -- file opened in w+t --
155 -- file opened in x+t --
176 -- file opened in r+t --
197 -- file opened in a+t --
218 -- file opened in w+t --
239 -- file opened in x+t --
260 -- file opened in r+t --
281 -- file opened in a+t --
[all …]
H A Dfputcsv_variation6.phpt95 -- file opened in r+t --
116 -- file opened in a+t --
137 -- file opened in w+t --
158 -- file opened in x+t --
179 -- file opened in r+t --
200 -- file opened in a+t --
221 -- file opened in w+t --
242 -- file opened in x+t --
263 -- file opened in r+t --
284 -- file opened in a+t --
[all …]
H A Dfputcsv_variation7.phpt95 -- file opened in r+t --
116 -- file opened in a+t --
137 -- file opened in w+t --
158 -- file opened in x+t --
179 -- file opened in r+t --
200 -- file opened in a+t --
221 -- file opened in w+t --
242 -- file opened in x+t --
263 -- file opened in r+t --
284 -- file opened in a+t --
[all …]
H A Dfputcsv_variation8.phpt95 -- file opened in r+t --
116 -- file opened in a+t --
137 -- file opened in w+t --
158 -- file opened in x+t --
179 -- file opened in r+t --
200 -- file opened in a+t --
221 -- file opened in w+t --
242 -- file opened in x+t --
263 -- file opened in r+t --
284 -- file opened in a+t --
[all …]
H A Dfputcsv_variation1.phpt92 -- file opened in r+t --
113 -- file opened in a+t --
134 -- file opened in w+t --
155 -- file opened in x+t --
176 -- file opened in r+t --
197 -- file opened in a+t --
218 -- file opened in w+t --
239 -- file opened in x+t --
260 -- file opened in r+t --
281 -- file opened in a+t --
[all …]
H A Dfgetc_variation4.phpt69 string(1) "t"
95 string(1) "t"
108 -- File opened in mode : a+t --
121 string(1) "t"
147 string(1) "t"
173 string(1) "t"
186 -- File opened in mode : x+t --
199 string(1) "t"
225 string(1) "t"
251 string(1) "t"
[all …]
H A Dtempnam_variation2-win32.phpt94 File name is => %s\tempnam_variation2\tempnam_variation2_sub\t%s
99 File name is => %s\tempnam_variation2\tempnam_variation2_sub\t%s
104 File name is => %s\tempnam_variation2\t%s
109 File name is => %s\tempnam_variation2\t%s
114 File name is => %s\tempnam_variation2\t%s
119 File name is => %s\tempnam_variation2\t%s
126 File name is => %s\t%s
131 File name is => %s\t%s
138 File name is => %s\t%s
145 File name is => %s\t%s
[all …]
/PHP-7.1/ext/date/tests/
H A Dbug36510.phpt7 $t = 1140973388;
9 var_dump(strtotime("-2 hours", $t));
10 var_dump(strtotime("-2\thours", $t));
/PHP-7.1/ext/spl/tests/
H A Dbug44615.phpt14 foreach (new RecursiveIteratorIterator($rai) as $t) {
15 var_dump($t);
19 foreach (new RecursiveIteratorIterator($rai) as $t) {
20 var_dump($t);
/PHP-7.1/ext/standard/tests/serialize/
H A Dbug21957.phpt21 $t['one'] = 'ABC';
22 $t['two'] = new test();
24 var_dump($t);
26 $s = @serialize($t);
/PHP-7.1/Zend/tests/traits/
H A Dlanguage005.phpt33 $t = new Talker;
34 $t->smallTalk();
35 $t->bigTalk();
36 $t->talk();
/PHP-7.1/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1250_to_utf8_4.phpt21 $item = "Árvíztűrő tükörfúrógép"; // cp1250 specific chars
45 getting basename of %s\Árvíztűrő tükörfúrógép42\Árvíztűrő tükörfúrógép4
46 string(32) "Árvíztűrő tükörfúrógép4"
48 string(%d) "%s\Árvíztűrő tükörfúrógép42\Árvíztűrő tükörfúrógép4"
/PHP-7.1/tests/classes/
H A Darray_access_013.phpt14 $t = new Test;
18 echo isset($t[0]);
27 echo $t[0];
36 $t[0] = 1;
45 unset($t[0]);
/PHP-7.1/ext/standard/html_tables/
H A Dhtml_table_gen.php23 $t = <<<CODE variable
272 $t = <<<CODE variable
284 echo $t;
363 $t = <<<'CODE' variable
423 echo $t;
498 $t = <<<CODE variable
522 echo $t;
580 $t = <<<CODE variable
603 echo $t;
703 $t = <<<CODE variable
[all …]

Completed in 83 milliseconds

12345678910>>...70