Home
last modified time | relevance | path

Searched refs:t (Results 151 – 175 of 1808) sorted by relevance

12345678910>>...73

/php-src/ext/spl/tests/
H A Dbug68128.phpt14 $rRegexIterator = new RecursiveRegexIterator($rArrayIterator, '/^(t)est(\d*)/',
45 [0] => t
64 [0] => t
82 [0] => t
/php-src/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-src/Zend/tests/
H A Dstrict_002.phpt12 $t = new test;
13 $t->foo = 5;
17 var_dump($t);
H A Dbug39775.phpt12 $t = new test;
13 $t->anything[] = 'bar';
14 print_r($t->anything);
H A Dbug20240.phpt29 $t = new test();
31 $t->add();
32 $t->add();
/php-src/ext/standard/tests/strings/
H A Dchunk_split_variation8.phpt19 This's heredoc string with \t and \n white space char.
58 …h:::i:::s:::':::s::: :::h:::e:::r:::e:::d:::o:::c::: :::s:::t:::r:::i:::n:::g::: :::w:::i:::t:::h:…
59 ::: :::w:::h:::i:::t:::e::: :::s:::p:::a:::c:::e::: :::c:::h:::a:::r:::.:::
60t::: :::h:::a:::s::: :::_:::s:::p:::e:::c:::i:::@:::l::: :::c:::h:::@:::r:::$::: :::2:::2:::2:::2:…
61 :::c:::h:::u:::n:::k:::_:::s:::p:::l:::i:::t:::(:::):::"
H A Dstrtr_variation3.phpt15 \tes\t\\stt\r
25 "\tes\t\\stt\r",
32 '\tes\t\\stt\r',
42 $from = "\n\r\t\\";
44 $replace_pairs = array("\n" => "t", "\r\n" => "T", "\n\r\t\\" => "TEST");
82 string(12) "\tes\t\stt\r"
H A Dstrtr_basic.phpt7 $trans1_arr = array("t" => "T", "e" => "E", "st" => "ST");
8 $trans2_arr = array('t' => 'T', 'e' => 'E', 'st' => 'ST');
14 var_dump( strtr("test strtr", "t", "T") );
15 var_dump( strtr('test strtr', 't', 'T') );
16 var_dump( strtr($heredoc_str, "t", "T") );
/php-src/ext/opcache/tests/jit/
H A Didentical_002.phpt12 function t() {
78 var_dump($a === $b && t());
79 var_dump($a === $c && t());
80 var_dump($a === $d && t());
81 var_dump($a !== $b && t());
82 var_dump($a !== $c && t());
83 var_dump($a !== $d && t());
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_078.phpt9 public ?Traversable $t;
18 $a->t = &$ref;
34 $a->t = &$ref;
48 string(72) "Cannot assign array to property class@anonymous::$t of type ?Traversable"
57 string(90) "Cannot assign array to reference held by property class@anonymous::$t of type ?Traversa…
/php-src/ext/mbstring/tests/
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];
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.'""
/php-src/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-src/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-src/ext/opcache/tests/opt/
H A Dcoalesce_002.phpt9 function t() {
12 t();
20 #1 %scoalesce_002.php(5): t()
/php-src/tests/classes/
H A Dabstract_inherit.phpt13 $t = new fail();
14 $t = new pass();
16 echo "Done\n"; // Shouldn't be displayed
H A Dabstract_class.phpt19 $t = new fail();
20 $t->show();
22 echo "Done\n"; // shouldn't be displayed
/php-src/ext/standard/tests/file/
H A Dfputcsv_variation13.phpt90 -- file opened in r+t --
108 -- file opened in a+t --
126 -- file opened in w+t --
144 -- file opened in x+t --
162 -- file opened in r+t --
180 -- file opened in a+t --
198 -- file opened in w+t --
216 -- file opened in x+t --
234 -- file opened in r+t --
252 -- file opened in a+t --
[all …]
H A Dfputcsv_variation9.phpt89 -- file opened in r+t --
107 -- file opened in a+t --
125 -- file opened in w+t --
143 -- file opened in x+t --
161 -- file opened in r+t --
179 -- file opened in a+t --
197 -- file opened in w+t --
215 -- file opened in x+t --
233 -- file opened in r+t --
251 -- file opened in a+t --
[all …]
H A D007_variation10.phpt2 Test fopen and fclose() functions - usage variations - "r+t" mode
6 /* Test fopen() and fclose(): Opening the file in "r+t" mode,
18 echo "*** Test fopen() & fclose() functions: with 'r+t' mode ***\n";
19 $file_handle = fopen($file, "r+t"); //opening the file in "r+t" mode
36 *** Test fopen() & fclose() functions: with 'r+t' mode ***
/php-src/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-src/ext/tidy/tests/
H A D021.phpt16 $t = new tidy;
17 var_dump($t->getOptDoc('ncr'));
18 var_dump(strlen(tidy_get_opt_doc($t, 'wrap')) > 99);
/php-src/sapi/fpm/fpm/events/
H A Dselect.c86 struct timeval t; in fpm_event_select_wait() local
92 t.tv_sec = timeout / 1000; in fpm_event_select_wait()
93 t.tv_usec = (timeout % 1000) * 1000; in fpm_event_select_wait()
96 ret = select(FD_SETSIZE, &current_fds, NULL, NULL, &t); in fpm_event_select_wait()
/php-src/ext/ftp/tests/
H A Dgh10521.phpt15 if (!$ftp) die("Couldn't connect to the server");
23 …// Doesn't actually succeed in transferring a file. The file transfer gets aborted by our fake ser…
37 %s: ftp_fget(): Can't open data connection (12345678910). in %s on line %d
39 %s: ftp_fget(): Can't open data connection (9223372036854775807). in %s on line %d
/php-src/ext/pdo/tests/
H A Dpdo_033.phpt9 if (!strncasecmp(getenv('PDOTEST_DSN'), 'odbc', strlen('odbc'))) die('skip odbc driver doesn\'t hav…
25 $db->query("CREATE TABLE test033 (t char($len))");
26 $db->query("INSERT INTO test033 (t) VALUES($quoted)");
44 …[t] => !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz…

Completed in 32 milliseconds

12345678910>>...73