Home
last modified time | relevance | path

Searched refs:t (Results 251 – 275 of 1808) sorted by relevance

1...<<11121314151617181920>>...73

/php-src/ext/pdo/
H A Dpdo_sql_parser.re86 ptrdiff_t t;
100 if (t == PDO_PARSER_BIND || t == PDO_PARSER_BIND_POS || t == PDO_PARSER_ESCAPED_QUESTION) {
106 if (t == PDO_PARSER_BIND) {
112 } else if (t == PDO_PARSER_BIND_POS) {
319 t = plc->pos - ptr;
320 if (t) {
321 memcpy(newbuffer, ptr, t);
322 newbuffer += t;
337 if (t) {
338 memcpy(newbuffer, ptr, t);
[all …]
/php-src/ext/standard/tests/file/
H A Dfgetcsv_variation1.phpt31 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
32 "a+", "a+b", "a+t",
33 "w+", "w+b", "w+t",
34 "x+", "x+b", "x+t");
142 -- Testing fgetcsv() with file opened using r+t mode --
172 -- Testing fgetcsv() with file opened using a+t mode --
202 -- Testing fgetcsv() with file opened using w+t mode --
232 -- Testing fgetcsv() with file opened using x+t mode --
292 -- Testing fgetcsv() with file opened using r+t mode --
322 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation2.phpt27 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
28 "a+", "a+b", "a+t",
29 "w+", "w+b", "w+t",
30 "x+", "x+b", "x+t");
139 -- Testing fgetcsv() with file opened using r+t mode --
169 -- Testing fgetcsv() with file opened using a+t mode --
199 -- Testing fgetcsv() with file opened using w+t mode --
229 -- Testing fgetcsv() with file opened using x+t mode --
289 -- Testing fgetcsv() with file opened using r+t mode --
319 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation7.phpt31 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
32 "a+", "a+b", "a+t",
33 "w+", "w+b", "w+t",
34 "x+", "x+b", "x+t");
142 -- Testing fgetcsv() with file opened using r+t mode --
172 -- Testing fgetcsv() with file opened using a+t mode --
202 -- Testing fgetcsv() with file opened using w+t mode --
232 -- Testing fgetcsv() with file opened using x+t mode --
292 -- Testing fgetcsv() with file opened using r+t mode --
322 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation22.phpt26 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
27 "a+", "a+b", "a+t",
28 "w+", "w+b", "w+t",
29 "x+", "x+b", "x+t");
120 -- Testing fgetcsv() with file opened using r+t mode --
141 -- Testing fgetcsv() with file opened using a+t mode --
162 -- Testing fgetcsv() with file opened using w+t mode --
183 -- Testing fgetcsv() with file opened using x+t mode --
225 -- Testing fgetcsv() with file opened using r+t mode --
246 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation29.phpt26 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
27 "a+", "a+b", "a+t",
28 "w+", "w+b", "w+t",
29 "x+", "x+b", "x+t");
121 -- Testing fgetcsv() with file opened using r+t mode --
142 -- Testing fgetcsv() with file opened using a+t mode --
163 -- Testing fgetcsv() with file opened using w+t mode --
184 -- Testing fgetcsv() with file opened using x+t mode --
226 -- Testing fgetcsv() with file opened using r+t mode --
247 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation30.phpt26 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
27 "a+", "a+b", "a+t",
28 "w+", "w+b", "w+t",
29 "x+", "x+b", "x+t");
120 -- Testing fgetcsv() with file opened using r+t mode --
141 -- Testing fgetcsv() with file opened using a+t mode --
162 -- Testing fgetcsv() with file opened using w+t mode --
183 -- Testing fgetcsv() with file opened using x+t mode --
225 -- Testing fgetcsv() with file opened using r+t mode --
246 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation31.phpt26 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
27 "a+", "a+b", "a+t",
28 "w+", "w+b", "w+t",
29 "x+", "x+b", "x+t");
122 -- Testing fgetcsv() with file opened using r+t mode --
143 -- Testing fgetcsv() with file opened using a+t mode --
164 -- Testing fgetcsv() with file opened using w+t mode --
185 -- Testing fgetcsv() with file opened using x+t mode --
227 -- Testing fgetcsv() with file opened using r+t mode --
248 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetc_basic.phpt222 string(1) "t"
234 string(1) "t"
242 string(1) "t"
248 string(1) "t"
260 string(1) "t"
268 string(1) "t"
274 string(1) "t"
286 string(1) "t"
294 string(1) "t"
300 string(1) "t"
[all …]
/php-src/ext/hash/
H A Dbench.php23 foreach ($time as $a => $t) {
24 printf("%-12s %02.6f\n", $a, $t/1000000000);
/php-src/ext/date/tests/
H A Dbug34676.phpt12 $t = strtotime("2005-12-22 ". $test);
13 printf("%-10s => %s\n", $test, date(DATE_ISO8601, $t));
H A Doo_001.phpt35 $t = new DateTimeZone("UTC");
36 var_dump($t->getName());
39 $t = new _t;
40 var_dump($t->getName());
68 DateMalformedStringException: Failed to parse time string (1am todax) at position 4 (t): The timezo…
/php-src/Zend/tests/
H A Derrmsg_003.phpt13 $t = new test;
14 $t->foo();
H A Derrmsg_004.phpt2 errmsg: can't use function return value in write context
15 Fatal error: Can't use function return value in write context in %s on line %d
H A Dmagic_by_ref_002.phpt10 $t = new test;
11 $t->prop = 1;
H A Dmagic_by_ref_003.phpt10 $t = new test;
12 var_dump($t->$name);
H A Dmagic_by_ref_004.phpt10 $t = new test;
13 var_dump($t->$name);
H A Dmagic_by_ref_001.phpt10 $t = new test;
12 $t->$name = 1;
H A Dmagic_by_ref_005.phpt10 $t = new test;
13 var_dump(isset($t->$name));
H A Dmagic_by_ref_006.phpt10 $t = new test;
13 $t->$func();
/php-src/ext/standard/tests/general_functions/
H A Dgetopt.phpt4 -v -h -d test -m 1234 -t -j
22 ["t"]=>
/php-src/ext/standard/tests/strings/
H A Dstrcspn_variation10.phpt38 "\t",
39 "t\ ",
40 '\t',
41 "\t\ ",
42 " \t",
43 "\t\i\100\xa"
H A Dhtmlspecialchars_decode_variation3.phpt30 <html>Roy&#039;s height\r &gt; Sam\t&#039;s height
31 1111\t\t &amp; 0000\v\v = \f0000
38 &quot;string&quot; 1111\t &amp; 0000\t = 0000\n;
H A Dstrip_tags_variation5.phpt30 <html>hello\r world\t
31 1111\t\t != 2222\v\v</html>
38 <p>string</p> 1111\t <b>0000\t = 0000\n</b>
/php-src/Zend/tests/attributes/override/
H A D008.phpt8 public function t(): void {}
19 Fatal error: Foo::t() has #[\Override] attribute, but no matching parent method exists in %s on lin…

Completed in 67 milliseconds

1...<<11121314151617181920>>...73