Home
last modified time | relevance | path

Searched refs:h (Results 101 – 125 of 572) sorted by path

12345678910>>...23

/PHP-7.4/ext/date/tests/
H A Dbug53437_var5.phpt7 $s = 'O:12:"DateInterval":15:{s:1:"y";s:1:"2";s:1:"m";s:1:"0";s:1:"d";s:3:"bla";s:1:"h";s:1:"6";s:1…
22 ["h"]=>
H A Dbug53437_var6.phpt7 $s = 'O:12:"DateInterval":16:{s:1:"y";s:1:"2";s:1:"m";s:1:"0";s:1:"d";s:3:"bla";s:1:"h";s:1:"6";s:1…
22 ["h"]=>
H A Dbug55253.phpt18 echo $interval->format('Add %h hours %i minutes') . "\n";
29 echo $interval->format('Subtract %h hours %i minutes from expected') . "\n";
H A Dbug60774.phpt18 ["h"]=>
H A Dbug73091.phpt24 ["h"]=>
H A Dbug79015.phpt5 $payload = 'O:12:"DateInterval":16:{s:1:"y";i:1;s:1:"m";i:0;s:1:"d";i:4;s:1:"h";i:0;s:1:"i";i:0;s:1…
16 ["h"]=>
H A Ddate_basic1.phpt21 var_dump( date('h-i-s, j-m-y, it is w Day', $timestamp) );
22 var_dump( date('\i\t \i\s \t\h\e jS \d\a\y.', $timestamp) );
24 var_dump( date('H:m:s \m \i\s\ \m\o\n\t\h', $timestamp) );
H A Ddate_diff1.phpt38 ["h"]=>
H A Ddate_format_basic1.phpt21 var_dump( date_format($date, 'h-i-s, j-m-y, it is w Day') );
22 var_dump( date_format($date, '\i\t \i\s \t\h\e jS \d\a\y.') );
24 var_dump( date_format($date, 'H:m:s \m \i\s\ \m\o\n\t\h') );
H A Ddate_time_fractions.phpt68 ["h"]=>
H A Dgmdate_variation9.phpt24 '12-hour format with leading zeros' => 'h',
H A Dgmstrftime_variation11.phpt18 echo "\n-- Testing gmstrftime() function with Abbreviated month name format %h --\n";
19 $format = "%h";
28 -- Testing gmstrftime() function with Abbreviated month name format %h --
H A Dgmstrftime_variation12.phpt24 echo "\n-- Testing gmstrftime() function with Abbreviated month name format %h --\n";
25 $format = "%h";
34 -- Testing gmstrftime() function with Abbreviated month name format %h --
H A Didate_variation5.phpt20 '12 hour format' => 'h',
H A Dstrftime_variation11.phpt18 echo "\n-- Testing strftime() function with Abbreviated month name format %h --\n";
19 $format = "%h";
28 -- Testing strftime() function with Abbreviated month name format %h --
H A Dstrftime_variation12.phpt24 echo "\n-- Testing strftime() function with Abbreviated month name format %h --\n";
25 $format = "%h";
34 -- Testing strftime() function with Abbreviated month name format %h --
/PHP-7.4/ext/dba/
H A Dconfig.m4239 THIS_INCLUDE=$i/include/tcadb.h
270 THIS_INCLUDE=$i/include/lmdb.h
378 if test -f "$i/db5/db.h"; then
380 THIS_INCLUDE=$i/db5/db.h
384 THIS_INCLUDE=$i/db4/db.h
428 THIS_INCLUDE=$i/include/db.h
443 if test -f "$i/db3/db.h"; then
461 THIS_INCLUDE=$i/include/db.h
478 THIS_INCLUDE=$i/db2/db.h
520 for i in db$THIS_VERSION/db_185.h include/db$THIS_VERSION/db_185.h include/db/db_185.h; do
[all …]
H A Dconfig.w3218 CHECK_HEADER_ADD_INCLUDE("db.h", "CFLAGS_DBA")) {
19 …tion in DB3\\\"\" /D DB1_INCLUDE_FILE=\"\\\"db_185.h\\\"\" /D DBA_DB3=1 /D DB3_INCLUDE_FILE=\"\\\"…
27 …CHECK_HEADER_ADD_INCLUDE("depot.h", "CFLAGS_DBA", PHP_DBA + ";" + PHP_PHP_BUILD + "\\include\\qdbm…
29 AC_DEFINE("QDBM_INCLUDE_FILE", "<depot.h>", "", false);
38 CHECK_HEADER_ADD_INCLUDE("lmdb.h", "CFLAGS_DBA") &&
41 AC_DEFINE("LMDB_INCLUDE_FILE", "<lmdb.h>", "", false);
H A Dinstall_cdb.sh49 cp cdb.h uint32.h "$prefix/include"
/PHP-7.4/ext/dba/libcdb/
H A Dcdb.c70 uint32 h; in cdb_hash() local
73 h = CDB_HASHSTART; in cdb_hash()
75 h = ( h + (h << 5)) ^ (*b++); in cdb_hash()
77 return h; in cdb_hash()
H A Dcdb_make.c76 int cdb_make_addend(struct cdb_make *c, unsigned int keylen, unsigned int datalen, uint32 h) in cdb_make_addend() argument
89 head->hp[head->num].h = h; in cdb_make_addend()
156 ++c->count[255 & x->hp[i].h]; in cdb_make_finish()
189 c->split[--c->start[255 & x->hp[i].h]] = x->hp[i]; in cdb_make_finish()
200 c->hash[u].h = c->hash[u].p = 0; in cdb_make_finish()
204 where = (hp->h >> 8) % len; in cdb_make_finish()
212 uint32_pack(buf, c->hash[u].h); in cdb_make_finish()
H A Dcdb_make.h30 uint32 h; member
/PHP-7.4/ext/dba/tests/
H A Ddba_db4_handlers.phpt15 function check($h)
17 if (!$h) {
21 foreach ($h as $key) {
33 $h = dba_handlers(1);
34 foreach ($h as $key => $val) {
H A Ddba_handlers.phpt15 function check($h)
17 if (!$h) {
21 foreach ($h as $key) {
45 $h = dba_handlers(1);
46 foreach ($h as $key => $val) {
/PHP-7.4/ext/dom/
H A Dconfig.m427 PHP_INSTALL_HEADERS([ext/dom/xml_common.h])

Completed in 77 milliseconds

12345678910>>...23