Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-5.5/ext/date/tests/
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 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 D012.phpt9 var_dump($dto->format("Y/m/d H:i:s"));
11 var_dump($dto->format("Y/m/d H:i:s"));
13 var_dump($dto->format("Y/m/d H:i:s"));
15 var_dump($dto->format("Y/m/d H:i:s"));
17 var_dump($dto->format("Y/m/d H:i:s"));
H A D013.phpt9 var_dump($dto->format("Y.m.d H:i:s"));
11 var_dump($dto->format("Y.m.d H:i:s"));
13 var_dump($dto->format("Y.m.d H:i:s"));
15 var_dump($dto->format("Y.m.d H:i:s"));
17 var_dump($dto->format("Y.m.d H:i:s"));
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 Dtest-parse-from-format.phpt35 string(16) "l, d-M-Y H:i:s T"
57 string(16) "D, d M y H:i:s O"
68 string(16) "l, d-M-y H:i:s T"
79 string(16) "D, d M y H:i:s O"
90 string(16) "D, d M Y H:i:s O"
101 string(16) "D, d M Y H:i:s O"
123 string(16) "D, d M Y H:i:s O"
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";
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_statement.c92 if (S->H->server) { in pdo_mysql_stmt_dtor()
131 pdo_mysql_db_handle *H = S->H; in pdo_mysql_fill_stmt_from_result() local
139 if (!H->buffered) { in pdo_mysql_fill_stmt_from_result()
165 pdo_mysql_db_handle *H = S->H; in pdo_mysql_stmt_execute_prepared_libmysql() local
260 if (H->buffered) { in pdo_mysql_stmt_execute_prepared_libmysql()
276 pdo_mysql_db_handle *H = S->H; in pdo_mysql_stmt_execute_prepared_mysqlnd() local
302 if (H->buffered) { in pdo_mysql_stmt_execute_prepared_mysqlnd()
318 pdo_mysql_db_handle *H = S->H; in pdo_mysql_stmt_execute() local
344 pdo_mysql_db_handle *H = S->H; in pdo_mysql_stmt_next_rowset() local
350 if (!H->emulate_prepare) { in pdo_mysql_stmt_next_rowset()
[all …]
/PHP-5.5/ext/standard/
H A Dcrypt_sha256.c70 uint32_t H[8]; member
117 uint32_t a = ctx->H[0]; in sha256_process_block()
118 uint32_t b = ctx->H[1]; in sha256_process_block()
197 ctx->H[0] = a; in sha256_process_block()
198 ctx->H[1] = b; in sha256_process_block()
199 ctx->H[2] = c; in sha256_process_block()
200 ctx->H[3] = d; in sha256_process_block()
201 ctx->H[4] = e; in sha256_process_block()
202 ctx->H[5] = f; in sha256_process_block()
203 ctx->H[6] = g; in sha256_process_block()
[all …]
H A Dcrypt_sha512.c64 uint64_t H[8]; member
141 uint64_t a = ctx->H[0]; in sha512_process_block()
142 uint64_t b = ctx->H[1]; in sha512_process_block()
224 ctx->H[0] = a; in sha512_process_block()
225 ctx->H[1] = b; in sha512_process_block()
226 ctx->H[2] = c; in sha512_process_block()
227 ctx->H[3] = d; in sha512_process_block()
228 ctx->H[4] = e; in sha512_process_block()
229 ctx->H[5] = f; in sha512_process_block()
230 ctx->H[6] = g; in sha512_process_block()
[all …]
/PHP-5.5/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-5.5/ext/pdo_oci/
H A Dphp_pdo_oci_int.h61 pdo_oci_db_handle *H; member
90 #define oci_init_error(w) _oci_error(H->err, dbh, NULL, w, H->last_err, TRUE, __FILE__, __LINE__ TS…
91 #define oci_drv_error(w) _oci_error(H->err, dbh, NULL, w, H->last_err, FALSE, __FILE__, __LINE__ TS…
/PHP-5.5/ext/standard/tests/file/
H A D005_basic.phpt24 print( @date('Y:M:D:H:i:s', fileatime(__FILE__)) )."\n";
25 print( @date('Y:M:D:H:i:s', filemtime(__FILE__)) )."\n";
26 print( @date('Y:M:D:H:i:s', filectime(__FILE__)) )."\n";
27 print( @date('Y:M:D:H:i:s', touch(dirname(__FILE__)."/005_basic.tmp")) )."\n";
30 print( @date('Y:M:D:H:i:s', fileatime(".")) )."\n";
31 print( @date('Y:M:D:H:i:s', filemtime(".")) )."\n";
32 print( @date('Y:M:D:H:i:s', filectime(".")) )."\n";
33 print( @date('Y:M:D:H:i:s', touch(dirname(__FILE__)."/005_basic")) )."\n";
/PHP-5.5/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-5.5/ext/standard/tests/strings/
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 34 milliseconds

12345678910>>...13