Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-7.1/ext/date/tests/
H A Ddate_create-2.phpt9 echo $d->format('D, d M Y H:i:s T'), "\n";
12 echo $d->format('D, d M Y H:i:s T'), "\n";
H A Ddate_modify-2.phpt9 echo date_format($d, 'D, d M Y H:i:s T'), "\n";
11 echo date_format($d, 'D, d M Y H:i:s T'), "\n";
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.phpt11 echo date("Y-m-d H:i:s\n", strtotime("2003-11-19T12:30:42"));
12 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 DDateTime_clone_basic1.phpt20 echo "Original: " . $orig->format("H:i:s") . "\n";
21 echo "Clone: " . $clone->format("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 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 Dbug74639.phpt26 if ($interval->format('Y-m-d H:i:s') != $clonedInterval->format('Y-m-d H:i:s')) {
H A DDatePeriod_getter.phpt12 var_dump($period->getStartDate()->format('Y-m-d H:i:s'));
15 var_dump($period->getEndDate()->format('Y-m-d H:i:s'));
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
H A Dexamine_diff.inc41 $start_date = $start->format('Y-m-d H:i:s T');
48 $end_date = $end->format('Y-m-d H:i:s T');
69 $result_end_date = $start->format('Y-m-d H:i:s T');
75 $result_start_date = $end->format('Y-m-d H:i:s T');
/PHP-7.1/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.1/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.1/ext/openssl/tests/
H A Dbug74798.phpt50 H+HNLWwp+lAia2Erky0IWstsow62yWvLDyTCM+QhqlHwnh3TJVvNI1GBAoGAUl+y
77 var_dump(unpack('H*', $originalEnvelopeData)[1], unpack('H*', $envelopeData)[1]);

Completed in 20 milliseconds

12345678910>>...14