Home
last modified time | relevance | path

Searched refs:t (Results 126 – 150 of 1771) sorted by relevance

12345678910>>...71

/PHP-7.4/Zend/tests/
H A Dbug69788.phpt4 <?php [t.[]]; ?>
6 Warning: Use of undefined constant t - assumed 't' (this will throw an Error in a future version of…
H A Dstrict_002.phpt12 $t = new test;
13 $t->foo = 5;
17 var_dump($t);
H A Dbug20240.phpt29 $t = new test();
31 $t->add();
32 $t->add();
/PHP-7.4/ext/standard/tests/strings/
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 "This is a binary\t \v\fstring"
H A Dconvert_uuencode_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 Dstr_split_variation6_64bit.phpt23 $str = 'This is a string with 123 & escape char \t';
75 string(1) "t"
91 string(1) "t"
135 string(1) "t"
144 string(42) "This is a string with 123 & escape char \t"
151 string(16) "& escape char \t"
156 string(42) "This is a string with 123 & escape char \t"
161 string(42) "This is a string with 123 & escape char \t"
/PHP-7.4/ext/spl/tests/
H A Dbug68128.phpt14 $rRegexIterator = new RecursiveRegexIterator($rArrayIterator, '/^(t)est(\d*)/',
45 [0] => t
64 [0] => t
82 [0] => t
/PHP-7.4/ext/standard/tests/password/
H A Dpassword_verify_argon2.phpt11 var_dump(password_verify('test', '$argon2i$v=19$m=65536,t=3,p=1$OEVjWWs2Z3YvWlNZQ0ZmNw$JKin7ahjmh8J…
13 var_dump(password_verify('argon2', '$argon2i$v=19$m=65536,t=3,p=1$OEVjWWs2Z3YvWlNZQ0ZmNw$JKin7ahjmh…
15 var_dump(password_verify('test', '$argon2id$v=19$m=1024,t=2,p=2$WS90MHJhd3AwSC5xTDJpZg$8tn2DaIJR2/U…
16 var_dump(password_verify('argon2id', '$argon2id$v=19$m=1024,t=2,p=2$WS90MHJhd3AwSC5xTDJpZg$8tn2DaIJ…
/PHP-7.4/ext/date/tests/
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.4/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.4/ext/mbstring/tests/
H A Dbug65544.phpt2 Bug #65544: mb title case conversion-first word in quotation isn't capitalized
7 var_dump(mb_convert_case("\"or else it doesn't, you know. the name of the song is called 'haddocks'…
10 string(80) ""Or Else It Doesn't, You Know. The Name Of The Song Is Called 'Haddocks' Eyes.'""
H A Dbug54494.phpt25 $t = unpack("H*",mb_substr($string, $i, 1, $mode));
26 echo $t[1];
41 $t = unpack("H*",mb_substr($string, $i, 1, $mode));
42 echo $t[1];
/PHP-7.4/tests/classes/
H A Dabstract_inherit.phpt13 $t = new fail();
14 $t = new pass();
16 echo "Done\n"; // Shouldn't be displayed
/PHP-7.4/ext/tidy/tests/
H A D021.phpt10 $t = new tidy;
11 var_dump($t->getOptDoc('ncr'));
12 var_dump(strlen(tidy_get_opt_doc($t, 'wrap')) > 99);
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_078.phpt9 public ?Traversable $t;
18 $a->t = &$ref;
34 $a->t = &$ref;
48 string(89) "Typed property class@anonymous::$t must be an instance of Traversable or null, array us…
57 string(90) "Cannot assign array to reference held by property class@anonymous::$t of type ?Traversa…
/PHP-7.4/ext/standard/tests/file/
H A Dtempnam_variation8-win32.phpt93 File name is => %s\tempnam_variation8\tempnam_variation8_sub\t%s
98 File name is => %s\tempnam_variation8\t%s
103 File name is => %s\tempnam_variation8\t%s
108 File name is => %s\tempnam_variation8\t%s
113 File name is => %s\tempnam_variation8\t%s
120 File name is => %s\t%s
127 File name is => %s\t%s
132 File name is => %s\tempnam_variation8\tempnam_variation8_sub\t%s
137 File name is => %s\tempnam_variation8\tempnam_variation8_sub\t%s
142 File name is => %s\tempnam_variation8\tempnam_variation8_sub\t%s
[all …]
/PHP-7.4/ext/imap/tests/
H A Dbug53377.phpt2 Bug #53377 (imap_mime_header_decode() doesn't ignore \t during long MIME header unfolding)
12 $header = "$s\n $s\n\t$s";
/PHP-7.4/ext/intl/tests/
H A Dtransliterator_create_from_rule_basic.phpt14 $t = Transliterator::createFromRules($rules);
15 echo $t->id,"\n";
17 echo $t->transliterate("``akk ``bkk ``aooy"),"\n";
/PHP-7.4/ext/mysqli/tests/
H A Dbug63398.phpt27 Warning: mysqli_poll(): [1] Couldn't fetch mysqli in %sbug63398.php on line %d
29 Warning: mysqli_poll(): [1] Couldn't fetch mysqli in %sbug63398.php on line %d
33 Warning: mysqli_poll(): [1] Couldn't fetch mysqli in %sbug63398.php on line %d
35 Warning: mysqli_poll(): [1] Couldn't fetch mysqli in %sbug63398.php on line %d
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_36_create_collation.phpt12 $db->exec('CREATE TABLE t (s varchar(4))');
14 $stmt = $db->prepare('INSERT INTO t VALUES (?)');
20 $defaultSort = $db->query('SELECT s FROM t ORDER BY s'); //memcmp() sort
21 $naturalSort = $db->query('SELECT s FROM t ORDER BY s COLLATE NAT'); //strnatcmp() sort
/PHP-7.4/ext/date/lib/
H A Dastro.c219 t, /* Diurnal arc */ in timelib_astro_rise_set_altitude() local
271 t = 0.0; /* Sun always below altit */ in timelib_astro_rise_set_altitude()
276 t = 12.0; /* Sun always above altit */ in timelib_astro_rise_set_altitude()
281 t = acosd(cost) / 15.0; /* The diurnal arc, hours */ in timelib_astro_rise_set_altitude()
284 *ts_rise = ((tsouth - t) * 3600) + t_utc->sse; in timelib_astro_rise_set_altitude()
285 *ts_set = ((tsouth + t) * 3600) + t_utc->sse; in timelib_astro_rise_set_altitude()
287 *h_rise = (tsouth - t); in timelib_astro_rise_set_altitude()
288 *h_set = (tsouth + t); in timelib_astro_rise_set_altitude()
/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_class_015.phpt2 Test session_set_save_handler() : register session handler but don't start
19 echo "*** Testing session_set_save_handler() : register session handler but don't start ***\n";
23 *** Testing session_set_save_handler() : register session handler but don't start ***
/PHP-7.4/ext/dba/tests/
H A Ddba016.phpt15 $db_file1 = dba_popen($db_filename, 'n-t', 'flatfile');
26 Warning: dba_popen(%stest0.dbm,n-t): You cannot combine modifiers - (no lock) and t (test lock) in …

Completed in 39 milliseconds

12345678910>>...71