Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...68

/PHP-8.0/ext/standard/tests/dir/
H A Dbug78220.phpt2 Bug #78220 (Can't access OneDrive folder)
12 echo "can't scan $dir\n";
/PHP-8.0/Zend/tests/
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"
H A Dbug72943.phpt2 Bug #72943 (assign_dim on string doesn't reset hval)
11 $a[0] = "t";
/PHP-8.0/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-8.0/ext/fileinfo/libmagic/
H A Dis_json.c334 int t; in json_parse() local
353 t = JSON_STRING; in json_parse()
357 t = JSON_ARRAY; in json_parse()
361 t = JSON_OBJECT; in json_parse()
365 t = JSON_CONSTANT; in json_parse()
369 t = JSON_CONSTANT; in json_parse()
373 t = JSON_CONSTANT; in json_parse()
378 t = JSON_NUMBER; in json_parse()
382 st[t]++; in json_parse()
/PHP-8.0/ext/standard/tests/file/
H A Dfgetcsv_variation21.phpt15 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
16 "a+", "a+b", "a+t",
17 "w+", "w+b", "w+t",
18 "x+", "x+b", "x+t");
107 -- Testing fgetcsv() with file opened using r+t mode --
131 -- Testing fgetcsv() with file opened using a+t mode --
155 -- Testing fgetcsv() with file opened using w+t mode --
179 -- Testing fgetcsv() with file opened using x+t mode --
H A Dftruncate_bug76422.phpt24 /* Check if ftruncate() with 2GB works. If it doesn't, it's likely that large files are
40 // then the--CLEAN-- script can't be run (if we don't delete the file),
41 // because there wouldn't be any free disk space to save a new php 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 …]
/PHP-8.0/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 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>
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;
/PHP-8.0/ext/standard/tests/general_functions/
H A Dproc_open.phpt24 echo "I didn't segfault!\n";
28 I didn't segfault!
/PHP-8.0/Zend/tests/generators/finally/
H A Dthrow_yield.phpt5 function foo($f, $t) {
6 for ($i = $f; $i <= $t; $i++) {
H A Dyield_throw.phpt5 function foo($f, $t) {
6 for ($i = $f; $i <= $t; $i++) {
/PHP-8.0/ext/pdo/
H A Dpdo_sql_parser.re90 ptrdiff_t t;
105 if (t == PDO_PARSER_BIND || t == PDO_PARSER_BIND_POS || t == PDO_PARSER_ESCAPED_QUESTION) {
111 if (t == PDO_PARSER_BIND) {
339 t = plc->pos - ptr;
340 if (t) {
341 memcpy(newbuffer, ptr, t);
342 newbuffer += t;
356 t = (inquery + inquery_len) - ptr;
357 if (t) {
358 memcpy(newbuffer, ptr, t);
[all …]
/PHP-8.0/ext/pdo_oci/tests/
H A Dpdo_oci_attr_call_timeout.phpt25 function mysleep($dbh, $t)
27 $stmt = $dbh->prepare("begin dbms_lock.sleep(:t); end;");
34 $stmt->bindParam(":t", $t, PDO::PARAM_INT);
/PHP-8.0/Zend/tests/generators/
H A Dget_return_errors.phpt14 // Generator hasn't reached the "return" yet
74 Cannot get return value of a generator that hasn't returned
76 Cannot get return value of a generator that hasn't returned
79 Cannot get return value of a generator that hasn't returned
/PHP-8.0/Zend/tests/traits/
H A Dproperty002.phpt25 $t = new TraitsTest;
26 $t->test();
/PHP-8.0/ext/mysqli/tests/
H A Dbug73949.phpt18 $t=array(new stdClass);
19 while($db= mysqli_fetch_object($res,'cc',$t)){}
/PHP-8.0/Zend/tests/nullable_types/
H A Dunion_nullable_property_fails.phpt10 $t = new A;
11 $t->b;
/PHP-8.0/ext/sysvshm/tests/
H A D005.phpt11 $key = ftok(__FILE__, 't');
39 Warning: shm_get_var(): Variable key 1000 doesn't exist in %s005.php on line %d
42 Warning: shm_get_var(): Variable key -10000 doesn't exist in %s005.php on line %d

Completed in 64 milliseconds

1...<<11121314151617181920>>...68