Home
last modified time | relevance | path

Searched refs:H (Results 51 – 75 of 277) sorted by last modified time

12345678910>>...12

/PHP-7.4/ext/openssl/tests/
H A Dbug74720_1.phpt50 H+HNLWwp+lAia2Erky0IWstsow62yWvLDyTCM+QhqlHwnh3TJVvNI1GBAoGAUl+y
H A Dbug74798.phpt50 H+HNLWwp+lAia2Erky0IWstsow62yWvLDyTCM+QhqlHwnh3TJVvNI1GBAoGAUl+y
77 var_dump(unpack('H*', $originalEnvelopeData)[1], unpack('H*', $envelopeData)[1]);
H A Dbug74903.phpt52 H+HNLWwp+lAia2Erky0IWstsow62yWvLDyTCM+QhqlHwnh3TJVvNI1GBAoGAUl+y
/PHP-7.4/ext/oci8/tests/
H A Dbind_sqltafc.phpt37 $c2 = "H";
132 string(1) "H"
/PHP-7.4/ext/mbstring/tests/
H A Dmb_decode_mimeheader_variation2.phpt28 "=?ISO-2022-JP?Q?=1B=24BF=7CK=5C=38l=25F=25-=25=39=25H=24G=24=39=1B=28B?=
/PHP-7.4/ext/intl/tests/
H A Dresourcebundle_null_mandatory_args.phpt24 string(12) "H:mm:ss zzzz"
/PHP-7.4/ext/hash/
H A Dhash_md.c231 #define H(x, y, z) ((x) ^ (y) ^ (z)) macro
252 (a) += H ((b), (c), (d)) + (x) + (uint32_t)(ac); \
H A Dhash_sha.c163 #define H(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) macro
188 (e) += H ((b), (c), (d)) + (w) + (uint32_t)(0x8F1BBCDC); \
/PHP-7.4/ext/gd/tests/
H A Dbug53504.phpt26 …['fontSize' => 100, 'angle' => 0, 'x' => 350, 'y' => 110, 'text' => 'H-Shift', 'exp' => [8,2, 386,…
/PHP-7.4/ext/date/tests/
H A Dgmdate_variation9.phpt25 '24-hour format with leading zeros' => 'H',
H A Dgmstrftime_basic.phpt14 $format = '%b %d %Y %H:%M:%S';
H A Dgmstrftime_variation15.phpt22 'Current time %H:%M:%S format' => "%T",
46 --Current time %H:%M:%S format--
H A Dgmstrftime_variation16.phpt28 'Current time %H:%M:%S format' => "%T",
52 --Current time %H:%M:%S format--
H A Dgmstrftime_variation6.phpt20 'Hour as decimal by 24-hour format' => "%H",
H A Didate_variation5.phpt21 '24 hour format' => 'H',
H A Dmktime_basic1.phpt5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
H A Dmktime_error.phpt5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
H A Doo_001.phpt16 var_dump($d->format("Y-m-d H:i:s"));
19 var_dump($d->format("Y-m-d H:i:s"));
H A Dstrftime_basic.phpt15 $format = '%b %d %Y %H:%M:%S';
H A Dstrftime_variation15.phpt22 'Current time %H:%M:%S format' => "%T",
46 --Current time %H:%M:%S format--
H A Dstrftime_variation16.phpt28 'Current time %H:%M:%S format' => "%T",
52 --Current time %H:%M:%S format--
H A Dstrftime_variation23.phpt18 $format = '%b %d %Y %H:%M:%S';
H A Dstrftime_variation6.phpt21 'Hour as decimal by 24-hour format' => "%H",
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 DDateTime_modify_basic1.phpt23 echo "After modification 2: " . $datetime->format("D, d M Y H:i:s") . "\n";

Completed in 51 milliseconds

12345678910>>...12