Home
last modified time | relevance | path

Searched refs:H (Results 101 – 125 of 277) sorted by relevance

12345678910>>...12

/PHP-7.4/ext/mbstring/tests/
H A Dbug54494.phpt25 $t = unpack("H*",mb_substr($string, $i, 1, $mode));
41 $t = unpack("H*",mb_substr($string, $i, 1, $mode));
H A Dmb_str_split_jp.phpt44 echo " " . unpack("H*", $split[$i])[1];
63 last array element: %s expected: %s\n", unpack("H*", end($array))[1],unpack("H*", $enc)[1]);
H A Dmb_str_split_ru.phpt44 echo " " . unpack("H*", $split[$i])[1];
63 last array element: %s expected: %s\n", unpack("H*", end($array))[1],unpack("H*", $enc)[1]);
/PHP-7.4/ext/date/tests/
H A DDatePeriod_getter.phpt13 var_dump($period->getStartDate()->format('Y-m-d H:i:s'));
16 var_dump($period->getEndDate()->format('Y-m-d H:i:s'));
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');
H A Dbug29585.phpt6 echo gmdate("Y-m-d H:i:s", strtotime("2004W30"));
H A Dbug21399.phpt7 echo gmdate("Y-m-d H:i:s", strtotime("20050620091407 GMT"));
H A Dbug28599.phpt6 print gmdate("d-m-Y H:i:s", strtotime("+30 minutes", 1100535573));
H A Dbug29150.phpt7 echo gmdate("Y-m-d H:i:s", strtotime("20 VI. 2005"));
H A Dbug26694.phpt7 echo gmdate("Y-m-d H:i:s", strtotime("Sun, 21 Dec 2003 20:38:33 +0000 GMT"));
H A Dbug28024.phpt8 echo date("Y-m-d H:i:s T", strtotime("17:00 2004-01-01"));
H A Dbug74652.phpt20 echo $dt->format( 'Y-m-d H:i:s' ), "\n";
H A DDateTime_format_basic1.phpt24 var_dump( $date->format( 'H:m:s \m \i\s\ \m\o\n\t\h') );
25 var_dump( $date->format( "H:i:s") );
H A Ddate_basic1.phpt24 var_dump( date('H:m:s \m \i\s\ \m\o\n\t\h', $timestamp) );
25 var_dump( date("H:i:s", $timestamp) );
H A Ddate_format_basic1.phpt24 var_dump( date_format($date, 'H:m:s \m \i\s\ \m\o\n\t\h') );
25 var_dump( date_format($date, "H:i:s") );
H A Dgmstrftime_variation15.phpt22 'Current time %H:%M:%S format' => "%T",
46 --Current time %H:%M:%S format--
/PHP-7.4/ext/openssl/tests/
H A Dbug74798.phpt50 H+HNLWwp+lAia2Erky0IWstsow62yWvLDyTCM+QhqlHwnh3TJVvNI1GBAoGAUl+y
77 var_dump(unpack('H*', $originalEnvelopeData)[1], unpack('H*', $envelopeData)[1]);
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dwrite17.phar8 6���������������������test.txt������H������E�������<?php __HALT_COMPILER();~�bp�DZNu��@.�…
H A Dwrite8.phar9 6���������������������test.txt���t��H���zzo�������hi
H A Dwrite15.phar8 6���������������������test.txt���K��H������E�������<?php __HALT_COMPILER();*��I_B�.�֩�.F�"�…
/PHP-7.4/ext/spl/tests/
H A Dfileobject_getbasename_basic.phpt4 H�vard Eide <nucleuz at gmail.com>
H A Dfileobject_getmaxlinelen_basic.phpt4 H�vard Eide <nucleuz at gmail.com>
H A Dfileobject_setmaxlinelen_basic.phpt4 H�vard Eide <nucleuz at gmail.com>
/PHP-7.4/ext/standard/tests/serialize/
H A Dprecision.phpt27 $num = unpack("d", pack("H*", $ns)); $num = reset($num);
30 $repr = unpack("H*", pack("d", $num2)); $repr = reset($repr);
/PHP-7.4/ext/intl/tests/
H A Dbug72241.phpt10 echo unpack('H*', $out)[1] . PHP_EOL;

Completed in 26 milliseconds

12345678910>>...12