Home
last modified time | relevance | path

Searched refs:H (Results 76 – 100 of 277) sorted by relevance

12345678910>>...12

/PHP-7.4/ext/date/tests/
H A Dbug26198.phpt6 echo gmdate("F Y (Y-m-d H:i:s T)\n", strtotime("Oct 2001"));
7 echo gmdate("M Y (Y-m-d H:i:s T)\n", strtotime("2001 Oct"));
H A Dbug46874.phpt8 echo $date->format("Y-m-d H:i:s\n");
15 echo $date->format("Y-m-d H:i:s\n");
H A Dbug68669.phpt7 var_dump(DateTime::createFromFormat('Y/m/d H:i:s', '1995/06/08 12:34:56', null));
8 var_dump(DateTimeImmutable::createFromFormat('Y/m/d H:i:s', '1995/06/08 12:34:56', null));
H A Dbug26320.phpt13 echo date("Y-m-d H:i:s\n", strtotime("2003-11-19T12:30:42"));
14 echo date("Y-m-d H:i:s\n", strtotime("2003-11-19T12:30:42Z"));
H A Dbug52454.phpt10 echo $endOfWeek->format('Y-m-d H:i:s')."\n";
16 echo $endOfWeek->format('Y-m-d H:i:s')."\n";
H A Dbug72096.phpt8 echo "Time:", gmdate('Y-m-d H:i:s = B', $unix), PHP_EOL;
9 echo "Time:", gmdate('Y-m-d H:i:s = B', $unix - 82 * 365 * 24 * 3600), PHP_EOL;
H A Dbug73426.phpt8 $format = 'Y H:i:s z';
12 $format = 'z H:i:s Y';
H A Dbug20382-1.phpt8 echo "tStamp=". date("l Y-m-d H:i:s T", $tStamp). "\n";
11 echo "result=". date("l Y-m-d H:i:s T", $strtotime_timestamp). "\n";
H A Dbug52062-64bit.phpt12 var_dump($d->format('Y-m-d H:i:s U'));
16 var_dump($d->format('Y-m-d H:i:s U'));
H A Dbug74639.phpt22 if ($interval->format('Y-m-d H:i:s') != $clonedInterval->format('Y-m-d H:i:s')) {
H A DDateTime_clone_basic1.phpt20 echo "Original: " . $orig->format("H:i:s") . "\n";
21 echo "Clone: " . $clone->format("H:i:s") . "\n";
H A Dbug62561.phpt11 echo 'ts: '.$ts->format('Y-m-d H:i:s')."\n";
12 echo 'day from ts: '.$dayFromTs->format('Y-m-d H:i:s')."\n";
H A Dbug63740.phpt23 echo $dt->format( "D Y-m-d H:i" ), " → ";
27 echo $dtn->format( "D Y-m-d H:i" ), "\n";
H A Ddate_sun_info_003.phpt10 echo "$key: " . date("H:i:s", $elem) . "\n";
17 echo "$key: " . date("H:i:s", $elem) . "\n";
H A D002.phpt37 echo date ("Y-m-d H:i:s\n", strtotime ($date));
48 echo date ("Y-m-d H:i:s\n", strtotime ($date));
H A Dbug52062.phpt12 var_dump($d->format('Y-m-d H:i:s U'));
17 var_dump($d->format('Y-m-d H:i:s U'));
H A DDateInterval_format.phpt23 echo $interval->format('H=%H') . "\n";
55 H=04
/PHP-7.4/ext/pcre/tests/
H A Dbug75207.phpt5 …'R'<((?'RR'(?'R'\){97)?J)?J)(?'R'(?'R'\){99|(:(?|(?'R')(\k'R')|((?'R')))H'R'R)(H'R))))))/", "*b\dc…
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dwrite2.phar1 <?php
2 $phar = new Phar(__FILE__);
3 var_dump($phar->getMetadata());
4 mkdir("phar://" . __FILE__ . "/test");
5 var_dump(is_dir("phar://" . __FILE__ . "/test"));
6 $phar2 = new Phar(__FILE__);
7 var_dump($phar2->getMetadata());
8 var_dump(isset($phar["test"]));
9 var_dump(isset($phar2["test"]));
10 echo "ok\n";
[all …]
/PHP-7.4/ext/intl/tests/
H A Dbug60192-compare.phpt16 $a = $c->compare('h', 'H');
20 #0 %s(%d): Collator->compare('h', 'H')
H A Dspoofchecker_004.phpt13 var_dump($x->areConfusable("HELLO", "H\xD0\x95LLO"));
20 var_dump($x->areConfusable("HELLO", "H\xD0\x95LLO"));
H A Dspoofchecker_005.phpt13 var_dump($x->areConfusable("HELLO", "H\xD0\x95LLO"));
20 var_dump($x->areConfusable("HELLO", "H\xD0\x95LLO"));
/PHP-7.4/ext/pdo_oci/
H A Doci_statement.c109 OCI_TEMPLOB_CLOSE(S->H->env, S->H->svc, S->H->err, in oci_stmt_dtor()
155 STMT_CALL(OCIStmtExecute, (S->H->svc, S->stmt, S->err, in oci_stmt_execute()
307 OCI_TEMPLOB_CLOSE(S->H->env, S->H->svc, S->H->err, P->thing); in oci_stmt_param_hook()
419 OCILobWrite(S->H->svc, S->err, (OCILobLocator*)P->thing, in oci_stmt_param_hook()
428 OCILobClose(S->H->svc, S->err, (OCILobLocator*)P->thing); in oci_stmt_param_hook()
429 OCILobFlushBuffer(S->H->svc, S->err, (OCILobLocator*)P->thing, 0); in oci_stmt_param_hook()
438 OCILobWrite(S->H->svc, S->err, (OCILobLocator*)P->thing, in oci_stmt_param_hook()
445 OCILobClose(S->H->svc, S->err, (OCILobLocator*)P->thing); in oci_stmt_param_hook()
448 OCI_TEMPLOB_CLOSE(S->H->env, S->H->svc, S->H->err, P->thing); in oci_stmt_param_hook()
600 S->cols[colno].datalen = (ub4) (col->maxlen * S->H->max_char_width); in oci_stmt_describe()
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dbug78241.phpt15 echo 'Date: '.date('D, d M Y H:i:s', $t), PHP_EOL;
19 echo 'File: '.date('D, d M Y H:i:s', $file), PHP_EOL, PHP_EOL;
/PHP-7.4/ext/pgsql/tests/
H A Dbug71062.phpt20 $modified_format = 'Y-m-d H:i:sO';
37 trying format Y-m-d H:i:sO

Completed in 36 milliseconds

12345678910>>...12