Searched refs:H (Results 251 – 275 of 323) sorted by relevance
1...<<111213
/PHP-5.6/ext/interbase/tests/ |
H A D | 003.phpt | 34 ini_set('ibase.timestampformat',"%m/%d/%Y %H:%M:%S");
|
H A D | 007.phpt | 29 ini_set('ibase.timestampformat',"%m/%d/%Y %H:%M:%S");
|
H A D | 006.phpt | 35 ini_set('ibase.timestampformat',"%m/%d/%Y %H:%M:%S");
|
/PHP-5.6/ext/pcre/pcrelib/testdata/ |
H A D | testoutput14 | 365 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 393 /\H/SI 453 /[\H]/BZ
|
H A D | testinput14 | 303 /\H/SI 319 /[\H]/BZ
|
H A D | testinput17 | 228 /\H+/SI 234 /[\H\x{d800}]+/
|
H A D | testoutput17 | 232 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 D | testoutput5 | 740 /\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 D | testinput8 | 4269 /\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.6/ext/date/tests/ |
H A D | gmstrftime_variation2.phpt | 22 $format = '%b %d %Y %H:%M:%S';
|
H A D | mktime_variation1.phpt | 5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
|
H A D | mktime_variation2.phpt | 5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
|
H A D | mktime_variation3.phpt | 5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
|
H A D | mktime_variation4.phpt | 5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
|
H A D | mktime_variation5.phpt | 5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
|
H A D | mktime_variation6.phpt | 5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
|
H A D | mktime_variation7.phpt | 5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
|
/PHP-5.6/ext/mysql/tests/ |
H A D | mysql_field_flags.phpt | 81 array('label1', sprintf("'%s'", @date("Y-m-d H:i:s"))),
|
/PHP-5.6/sapi/fpm/ |
H A D | www.conf.in | 301 ; %d/%b/%Y:%H:%M:%S %z (default) 303 ; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t 306 ; %d/%b/%Y:%H:%M:%S %z (default) 308 ; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t
|
/PHP-5.6/ext/standard/html_tables/mappings/ |
H A D | CP1251.TXT | 91 0x48 0x0048 #LATIN CAPITAL LETTER H 123 0x68 0x0068 #LATIN SMALL LETTER H
|
H A D | 8859-5.TXT | 120 0x48 0x0048 # LATIN CAPITAL LETTER H 152 0x68 0x0068 # LATIN SMALL LETTER H
|
H A D | CP866.TXT | 90 0x48 0x0048 #LATIN CAPITAL LETTER H 122 0x68 0x0068 #LATIN SMALL LETTER H
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | mysqli_fetch_array_oo.phpt | 201 $date = @date('Y-m-d H:i:s'); 206 $date = @date('H:i:s');
|
/PHP-5.6/ext/date/lib/ |
H A D | parse_iso_intervals.re | 274 period = "P" (number "Y")? (number "M")? (number "W")? (number "D")? ("T" (number "H")? (number "… 343 case 'H': s->period->h = nr; break;
|
/PHP-5.6/ext/standard/tests/strings/ |
H A D | html_entity_decode_iso8859-5.phpt | 107 $d = unpack("H*", $res); 113 $res = unpack("H*", $res)[1];
|
Completed in 80 milliseconds
1...<<111213