Home
last modified time | relevance | path

Searched refs:H (Results 251 – 275 of 314) sorted by relevance

1...<<111213

/PHP-5.5/ext/date/tests/
H A Dmktime_variation4.phpt5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
H A Dmktime_variation5.phpt5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
H A Dmktime_variation6.phpt5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
H A Dmktime_variation7.phpt5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
H A Ddate_format_variation1.phpt98 $format = 'H:m:s \m \i\s\ \m\o\n\t\h';
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput14303 /\H/SI
319 /[\H]/BZ
H A Dtestinput17228 /\H+/SI
234 /[\H\x{d800}]+/
H A Dtestoutput17232 9 = ? A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ^ _ ` a b c d e
301 /\H+/SI
317 /[\H\x{d800}]+/
H A Dtestoutput5740 /\H\h\V\v/8
750 /\H*\h+\V?\v{3,4}/8
762 /\H\h\V\v/8
772 /\H*\h+\V?\v{3,4}/8
812 /[\H]/8BZ
1612 /\H+/8
1622 /[\H\x{d7ff}]+/8BZ
H A Dtestinput84269 /\H\h\V\v/
4275 /\H*\h+\V?\v{3,4}/
4282 /\H{3,4}/
4289 /\h*X\h?\H+Y\H?Z/
4788 /<H((?(?!<H|F>)(.)|(?R))++)*F>/
4789 …text <H more text <H texting more hexA0-"\xA0" hex above 7F-"\xBC" F> text xxxxx <H text F> te…
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.re268 period = "P" (number "Y")? (number "M")? (number "W")? (number "D")? ("T" (number "H")? (number "…
337 case 'H': s->period->h = nr; break;
/PHP-5.5/ext/interbase/tests/
H A D006.phpt35 ini_set('ibase.timestampformat',"%m/%d/%Y %H:%M:%S");
/PHP-5.5/ext/standard/html_tables/mappings/
H A DCP1251.TXT91 0x48 0x0048 #LATIN CAPITAL LETTER H
123 0x68 0x0068 #LATIN SMALL LETTER H
H A D8859-5.TXT120 0x48 0x0048 # LATIN CAPITAL LETTER H
152 0x68 0x0068 # LATIN SMALL LETTER H
H A DCP1252.TXT91 0x48 0x0048 #LATIN CAPITAL LETTER H
123 0x68 0x0068 #LATIN SMALL LETTER H
H A DCP866.TXT90 0x48 0x0048 #LATIN CAPITAL LETTER H
122 0x68 0x0068 #LATIN SMALL LETTER H
H A D8859-1.TXT120 0x48 0x0048 # LATIN CAPITAL LETTER H
152 0x68 0x0068 # LATIN SMALL LETTER H
H A D8859-15.TXT119 0x48 0x0048 # LATIN CAPITAL LETTER H
151 0x68 0x0068 # LATIN SMALL LETTER H
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_array_oo.phpt201 $date = @date('Y-m-d H:i:s');
206 $date = @date('H:i:s');
H A Dmysqli_fetch_all_oo.phpt225 $datetime = @date('Y-m-d H:i:s');
232 $time = @date('H:i:s');
H A Dmysqli_fetch_array.phpt215 $date = @date('Y-m-d H:i:s');
221 $date = @date('H:i:s');
/PHP-5.5/ext/standard/tests/strings/
H A Dhtml_entity_decode_iso8859-5.phpt107 $d = unpack("H*", $res);
113 $res = unpack("H*", $res)[1];
H A Dhtml_entity_decode_iso8859-15.phpt107 $d = unpack("H*", $res);
113 $res = unpack("H*", $res)[1];
/PHP-5.5/ext/hash/
H A Dhash_md.c233 #define H(x, y, z) ((x) ^ (y) ^ (z)) macro
254 (a) += H ((b), (c), (d)) + (x) + (php_hash_uint32)(ac); \
/PHP-5.5/ext/gd/libgd/
H A Dgd.c306 #define RETURN_HWB(h, w, b) {HWB->H = h; HWB->W = w; HWB->B = b; return HWB;}
333 float H, W, B; member
376 if ((HWB1.H == HWB_UNDEFINED) || (HWB2.H == HWB_UNDEFINED)) { in HWB_Diff()
379 diff = fabsf(HWB1.H - HWB2.H); in HWB_Diff()
403 float h = HWB.H, w = HWB.W, b = HWB.B, v, n, f;

Completed in 88 milliseconds

1...<<111213