Home
last modified time | relevance | path

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

12345678910>>...57

/PHP-5.3/ext/date/tests/
H A Dstrtotime3.phpt12 " \t\r\n000",
38 $t = strtotime($str, $time);
39 if (is_integer($t)) {
40 var_dump(date(DATE_RFC2822, $t));
42 var_dump($t);
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-5.3/ext/fileinfo/libmagic/
H A Dprint.c72 time_t t = (time_t)v; in file_fmttime() local
76 pp = ctime(&t); in file_fmttime()
94 t += 3600; in file_fmttime()
95 tm = gmtime(&t); in file_fmttime()
/PHP-5.3/tests/classes/
H A Dprivate_003b.phpt28 $t = new fail();
29 $t->ok();
30 $t->not_ok(); // calling a private function
32 echo "Done\n"; // shouldn't be displayed
H A Dabstract_inherit.phpt15 $t = new fail();
16 $t = new pass();
18 echo "Done\n"; // Shouldn't be displayed
/PHP-5.3/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 b"This is a binary\t \v\fstring"
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"
H A Dconvert_uuencode_basic.phpt21 b"\t This String contains \t\t some control characters\r\n",
28 b'\t This String contains \t\t some control characters\r\n',
H A Dchunk_split_variation8.phpt25 This's heredoc string with \t and \n white space char.
61 …h:::i:::s:::':::s::: :::h:::e:::r:::e:::d:::o:::c::: :::s:::t:::r:::i:::n:::g::: :::w:::i:::t:::h:…
62 ::: :::w:::h:::i:::t:::e::: :::s:::p:::a:::c:::e::: :::c:::h:::a:::r:::.:::
63t::: :::h:::a:::s::: :::_:::s:::p:::e:::c:::i:::@:::l::: :::c:::h:::@:::r:::$::: :::2:::2:::2:::2:…
64 :::c:::h:::u:::n:::k:::_:::s:::p:::l:::i:::t:::(:::):::"
H A Dcrypt_sha256.phpt55 foreach ($tests as $iter => $t) {
56 $res = crypt($t[1], $t[0]);
57 if ($res != $t[2]) echo "Iteration $iter failed.
58 Expected: <$t[2]>
H A Dcrypt_sha512.phpt55 foreach ($tests as $iter => $t) {
56 $res = crypt($t[1], $t[0]);
57 if ($res != $t[2]) echo "Iteration $iter failed.
58 Expected: <$t[2]>
/PHP-5.3/ext/date/
H A Dphp_date.c1050 offset->offset = (t->z - (t->dst * 60)) * -60; in date_format()
1068 timelib_isoweek_from_date(t->y, t->m, t->d, &isoweek, &isoyear); in date_format()
1154 (int) t->y, (int) t->m, (int) t->d, in date_format()
1155 (int) t->h, (int) t->i, (int) t->s, in date_format()
1162 php_date_short_day_name(t->y, t->m, t->d), in date_format()
1163 (int) t->d, mon_short_names[t->m - 1], in date_format()
1164 (int) t->y, (int) t->h, (int) t->i, (int) t->s, in date_format()
1259 offset->offset = (t->z - (t->dst * 60)) * -60; in php_idate()
1278 timelib_isoweek_from_date(t->y, t->m, t->d, &isoweek, &isoyear); in php_idate()
1284 case 'w': retval = (int) timelib_day_of_week(t->y, t->m, t->d); break; in php_idate()
[all …]
/PHP-5.3/ext/sysvshm/tests/
H A D006.phpt8 $key = ftok(__FILE__, 't');
36 Warning: shm_remove_var(): variable key -10 doesn't exist in %s006.php on line %d
41 Warning: shm_get_var(): variable key 1 doesn't exist in %s006.php on line %d
44 Warning: shm_remove_var(): variable key 1 doesn't exist in %s006.php on line %d
47 Warning: shm_get_var(): variable key 1 doesn't exist in %s006.php on line %d
/PHP-5.3/ext/tidy/tests/
H A D029.phpt18 $t = tidy_parse_string($input);
19 $t->cleanRepair();
20 var_dump(tidy_get_body($t));
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-5.3/Zend/tests/
H A Dbug39775.phpt12 $t = new test;
13 $t->anything[] = 'bar';
14 print_r($t->anything);
H A Dstrict_002.phpt12 $t = new test;
13 $t->foo = 5;
17 var_dump($t);
H A Ddtor_scope.phpt25 $t = new TT();
26 $t->add("Hello");
27 $t->add("World");
/PHP-5.3/ext/date/lib/
H A Dastro.c214 t, /* Diurnal arc */ in timelib_astro_rise_set_altitude() local
265 t = 0.0; /* Sun always below altit */ in timelib_astro_rise_set_altitude()
270 t = 12.0; /* Sun always above altit */ in timelib_astro_rise_set_altitude()
275 t = acosd(cost) / 15.0; /* The diurnal arc, hours */ in timelib_astro_rise_set_altitude()
278 *ts_rise = ((tsouth - t) * 3600) + t_utc->sse; in timelib_astro_rise_set_altitude()
279 *ts_set = ((tsouth + t) * 3600) + t_utc->sse; in timelib_astro_rise_set_altitude()
281 *h_rise = (tsouth - t); in timelib_astro_rise_set_altitude()
282 *h_set = (tsouth + t); in timelib_astro_rise_set_altitude()
/PHP-5.3/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-5.3/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];
/PHP-5.3/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-5.3/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";

Completed in 38 milliseconds

12345678910>>...57