Home
last modified time | relevance | path

Searched refs:H (Results 1 – 25 of 314) sorted by path

12345678910>>...13

/PHP-5.5/
H A DINSTALL479 RewriteRule (.*\.php)s$ $1 [H=application/x-httpd-php-source]
H A DNEWS2640 . Fixed bug #63258 (seg fault with PDO and dblib using DBSETOPT(H->link,
7229 - Fixed var_export() to use the new H modifier so that it can generate
8822 - Fixed bug #36148 (unpack("H*hex", $data) is adding an extra character to
H A DREADME.PARAMETER_PARSING_API60 H - array or HASH_OF(object) (returned as HashTable*)
/PHP-5.5/Zend/tests/multibyte/
H A Dmultibyte_encoding_003.phpt17 �p�r�i�n�t� �"�H�e�l�l�o� �W�o�r�l�d�\�n�"�;�
/PHP-5.5/build/
H A Dlibtool.m4383 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
/PHP-5.5/ext/date/lib/
H A Dparse_date.re1951 case 'H': /* two digit hour, without leading zero */
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/date/tests/
H A D002.phpt37 echo date ("Y-m-d H:i:s\n", strtotime ($date));
48 echo date ("Y-m-d H:i:s\n", strtotime ($date));
H A D009.phpt17 var_dump(strftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V…
25 var_dump(gmstrftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U …
H A D009_win32.phpt18 var_dump(strftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
28 var_dump(gmstrftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
H A D012.phpt9 var_dump($dto->format("Y/m/d H:i:s"));
11 var_dump($dto->format("Y/m/d H:i:s"));
13 var_dump($dto->format("Y/m/d H:i:s"));
15 var_dump($dto->format("Y/m/d H:i:s"));
17 var_dump($dto->format("Y/m/d H:i:s"));
H A D013.phpt9 var_dump($dto->format("Y.m.d H:i:s"));
11 var_dump($dto->format("Y.m.d H:i:s"));
13 var_dump($dto->format("Y.m.d H:i:s"));
15 var_dump($dto->format("Y.m.d H:i:s"));
17 var_dump($dto->format("Y.m.d H:i:s"));
H A DDateInterval_format.phpt23 echo $interval->format('H=%H') . "\n";
55 H=04
H A DDateTime_clone_basic1.phpt20 echo "Original: " . $orig->format("H:i:s") . "\n";
21 echo "Clone: " . $clone->format("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 DDateTime_modify_basic1.phpt23 echo "After modification 2: " . $datetime->format("D, d M Y H:i:s") . "\n";
H A DDateTime_verify.phpt163 string(16) "l, d-M-Y H:i:s T"
167 string(16) "D, d M y H:i:s O"
169 string(16) "l, d-M-y H:i:s T"
171 string(16) "D, d M y H:i:s O"
173 string(16) "D, d M Y H:i:s O"
175 string(16) "D, d M Y H:i:s O"
179 string(16) "D, d M Y H:i:s O"
H A Dbug13142.phpt2 Bug #13142 (strtotime handling of "M d H:i:s Y" format)
H A Dbug17988.phpt7 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728"))."\n";
8 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728 GMT"))."\n";
9 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728 MET"))."\n";
10 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728 MEST"))."\n";
11 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728 EDT"))."\n";
12 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728-00"))."\n";
13 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728+00"))."\n";
14 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728-04"))."\n";
15 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728+04"))."\n";
16 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728-0300"))."\n";
[all …]
H A Dbug20382-1.phpt8 echo "tStamp=". date("l Y-m-d H:i:s T", $tStamp). "\n";
11 echo "result=". date("l Y-m-d H:i:s T", $strtotime_timestamp). "\n";
H A Dbug20382-2.phpt40 print "ts = ". date("l Y-m-d H:i:s T", $timestamp). "\n";
42 print "result = ".date("l Y-m-d H:i:s T", $strtotime_tstamp)."\n";
H A Dbug21399.phpt7 echo gmdate("Y-m-d H:i:s", strtotime("20050620091407 GMT"));
H A Dbug26090.phpt8 echo date('Y-m-d H:i:s T', strtotime($t)) . "\n";
11 echo date('Y-m-d H:i:s T', strtotime($t)) . "\n";
H A Dbug26198.phpt6 echo gmdate("F Y (Y-m-d H:i:s T)\n", strtotime("Oct 2001"));
7 echo gmdate("M Y (Y-m-d H:i:s T)\n", strtotime("2001 Oct"));
H A Dbug26317.phpt11 echo date("Y-m-d H:i:s\n", strtotime("2003-11-19 16:20:42 Z"));
12 echo date("Y-m-d H:i:s\n", strtotime("2003-11-19 09:20:42 T"));
13 echo date("Y-m-d H:i:s\n", strtotime("2003-11-19 19:20:42 C"));

Completed in 103 milliseconds

12345678910>>...13