Home
last modified time | relevance | path

Searched refs:H (Results 26 – 50 of 363) sorted by relevance

12345678910>>...15

/php-src/ext/date/tests/
H A Dbug80664.phpt7 echo "{$dt->format('Y-m-d H:i:s T')} | {$dt->getTimestamp()}\n";
9 echo "{$dt->format('Y-m-d H:i:s T')} | {$dt->getTimestamp()}\n";
11 echo "{$dt->format('Y-m-d H:i:s T')} | {$dt->getTimestamp()}\n";
13 echo "{$dt->format('Y-m-d H:i:s T')} | {$dt->getTimestamp()}\n\n";
17 echo "{$dt->format('Y-m-d H:i:s T')} | {$dt->getTimestamp()}\r\n";
19 echo "{$dt->format('Y-m-d H:i:s T')} | {$dt->getTimestamp()}\r\n";
H A Dbug43003.phpt8 echo $oDateTest->getTimezone()->getName().": " . $oDateTest->format("Y-m-d H:i:s")."\n";
11 echo $oDateTest->getTimezone()->getName().": " . $oDateTest->format("Y-m-d H:i:s")."\n";
14 echo $oDateTest->getTimezone()->getName().": " . $oDateTest->format("Y-m-d H:i:s")."\n";
17 echo $oDateTest->getTimezone()->getName().": " . $oDateTest->format("Y-m-d H:i:s")."\n";
20 echo $oDateTest->getTimezone()->getName().": " . $oDateTest->format("Y-m-d H:i:s")."\n";
H A Dforward-transition-construction.phpt8 echo $date->format('Y-m-d H:i:s T/e - U') . "\n";
11 echo $date->format('Y-m-d H:i:s T/e - U') . "\n";
14 echo $date->format('Y-m-d H:i:s T/e - U') . "\n";
17 echo $date->format('Y-m-d H:i:s T/e - U') . "\n";
20 echo $date->format('Y-m-d H:i:s T/e - U') . "\n";
H A Dbug46268.phpt8 echo $now->format("Y-m-d H:i:s") . PHP_EOL;
11 echo $now->format("Y-m-d H:i:s") . PHP_EOL;
14 echo $now->format("Y-m-d H:i:s") . PHP_EOL;
18 echo $now->format("Y-m-d H:i:s") . PHP_EOL;
H A Dbug41599.phpt8 echo $start->format('Y-m-d H:i:s'),PHP_EOL;
12 echo $start->format('Y-m-d H:i:s'),PHP_EOL;
16 echo $start->format('Y-m-d H:i:s'),PHP_EOL;
20 echo $start->format('Y-m-d H:i:s'),PHP_EOL;
H A Dbug33415-2.phpt10 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
18 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
27 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
36 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
44 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
53 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
61 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
70 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
79 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
87 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
[all …]
H A Dbug62896.phpt12 echo $date->format('Y-m-d H:i:s T').' (offset '.$date->getOffset().")\n";
15 echo $date->format('Y-m-d H:i:s T').' (offset '.$date->getOffset().")\n";
21 echo $date->format('Y-m-d H:i:s T').' (offset '.$date->getOffset().")\n";
24 echo $date->format('Y-m-d H:i:s T').' (offset '.$date->getOffset().")\n";
29 echo $date->format('Y-m-d H:i:s T').' (offset '.$date->getOffset().")\n";
32 echo $date->format('Y-m-d H:i:s T').' (offset '.$date->getOffset().")\n";
H A Dbug40861.phpt9 $result = date("Y-m-d H:i:s", strtotime("+$offset minutes", $ts));
14 $result = date("Y-m-d H:i:s", strtotime("+$offset minutes", $ts));
19 $result = date("Y-m-d H:i:s", strtotime("-$offset minutes", $ts));
25 $result = date("Y-m-d H:i:s", strtotime("+$offset minutes", $ts));
H A Dbug55253.phpt15 echo 'Zone Type 3: ' . $date3->format('Y-m-d H:i:s T') . "\n";
16 echo 'Zone Type 2: ' . $date2->format('Y-m-d H:i:s T') . "\n";
22 echo 'Zone Type 3: ' . $date3->format('Y-m-d H:i:s T') . "\n";
23 echo 'Zone Type 2: ' . $date2->format('Y-m-d H:i:s T') . "\n";
33 echo 'Zone Type 3: ' . $date3->format('Y-m-d H:i:s T') . "\n";
34 echo 'Zone Type 2: ' . $date2->format('Y-m-d H:i:s T') . "\n";
H A Dbug52290.phpt12 var_dump($dt->format('o-\WW-N | Y-m-d | H:i:s | U'));
15 var_dump($dt->format('o-\WW-N | Y-m-d | H:i:s | U'));
18 var_dump($dt->format('o-\WW-N | Y-m-d | H:i:s | U'));
21 var_dump($dt->format('o-\WW-N | Y-m-d | H:i:s | U'));
H A Dbug79396-forward-transition-settime.phpt8 echo $date->setTime(2, 0)->format('Y-m-d H:i:s T/e - U') . "\n";
11 echo $date->setTime(2, 30)->format('Y-m-d H:i:s T/e - U') . "\n";
14 echo $date->setTime(3, 0)->format('Y-m-d H:i:s T/e - U') . "\n";
17 echo $date->setTime(1, 59, 59)->format('Y-m-d H:i:s T/e - U') . "\n";
H A Dbug32270.phpt8 echo date("m/d/Y H:i:s T", -2145888000)."\n";
12 echo date("m/d/Y H:i:s T", -631123200)."\n";
16 echo date("m/d/Y H:i:s T", 946713600)."\n";
H A Dbug32588.phpt8 echo date('D Y/m/d/H:i:s', strtotime('last saturday', 1112703348)). "\n";
9 echo date('D Y/m/d/H:i:s', strtotime("last sunday", 1112703348)). "\n";
10 echo date('D Y/m/d/H:i:s', strtotime('last monday', 1112703348)). "\n";
H A Dbug26317.phpt13 echo date("Y-m-d H:i:s\n", strtotime("2003-11-19 16:20:42 Z"));
14 echo date("Y-m-d H:i:s\n", strtotime("2003-11-19 09:20:42 T"));
15 echo date("Y-m-d H:i:s\n", strtotime("2003-11-19 19:20:42 C"));
/php-src/ext/mbstring/tests/
H A Dmb_strwidth.phpt11 $euc_jp = pack('H*', '30313233a4b3a4cecab8bbfacef3a4cfc6fccbdcb8eca4c7a4b9a1a34555432d4a50a4f2bbc8…
15 $utf16le = pack('H*', '1a043804400438043b043b04380446043004200069007300200043007900720069006c006c00…
17 $utf16be = pack('H*', '041a043804400438043b043b04380446043000200069007300200043007900720069006c006c…
19 $koi8r = pack('H*', 'ebc9d2c9ccccc9c3c120697320437972696c6c6963');
/php-src/ext/standard/
H A Dcrypt_sha256.c49 uint32_t H[8]; member
96 uint32_t a = ctx->H[0]; in sha256_process_block()
97 uint32_t b = ctx->H[1]; in sha256_process_block()
176 ctx->H[0] = a; in sha256_process_block()
177 ctx->H[1] = b; in sha256_process_block()
178 ctx->H[2] = c; in sha256_process_block()
179 ctx->H[3] = d; in sha256_process_block()
180 ctx->H[4] = e; in sha256_process_block()
181 ctx->H[5] = f; in sha256_process_block()
182 ctx->H[6] = g; in sha256_process_block()
[all …]
H A Dcrypt_sha512.c47 uint64_t H[8]; member
124 uint64_t a = ctx->H[0]; in sha512_process_block()
125 uint64_t b = ctx->H[1]; in sha512_process_block()
207 ctx->H[0] = a; in sha512_process_block()
208 ctx->H[1] = b; in sha512_process_block()
209 ctx->H[2] = c; in sha512_process_block()
210 ctx->H[3] = d; in sha512_process_block()
211 ctx->H[4] = e; in sha512_process_block()
212 ctx->H[5] = f; in sha512_process_block()
213 ctx->H[6] = g; in sha512_process_block()
[all …]
/php-src/ext/phar/tests/files/
H A Dfrontcontroller5.phar6 v���������������������a.php����b�H�����ж���������a.jpg����b�H�����ж���������a.phps����…
H A Dfrontcontroller6.phar6 v���������������������a.php����b�H�����ж���������a.jpg����b�H�����ж���������a.phps����…
H A Dfrontcontroller7.phar6 v���������������������a.php���Bc�H�����ж���������a.jpg���Bc�H�����ж���������a.phps���B…
/php-src/ext/phar/tests/cache_list/files/
H A Dfrontcontroller6.phar6 v���������������������a.php����b�H�����ж���������a.jpg����b�H�����ж���������a.phps����…
H A Dfrontcontroller7.phar6 v���������������������a.php���Bc�H�����ж���������a.jpg���Bc�H�����ж���������a.phps���B…
H A Dwrite3.phar9 i������������� ���s:2:"hi";���test.txt������H���zzo��� ���s:2:"hi";���test/�������H�������…
10 g��ja{��lH$������GBMB
/php-src/ext/standard/tests/strings/
H A Dstrrev_basic.phpt15 var_dump( strrev("H") );
16 var_dump( strrev('H') );
34 string(1) "H"
35 string(1) "H"
H A Dbug36148.phpt2 Bug #36148 (unpack("H*hex", $data) is adding an extra character to the end of the string)
7 $a = pack("H*", $value);
8 $b = unpack("H*", $a);

Completed in 36 milliseconds

12345678910>>...15