Commit graph

47 commits

Author SHA1 Message Date
Adam Harvey
0e9f78e1a5 Improve removal warnings for other odds and ends.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338431 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-08 01:35:51 +00:00
Maciej Sobaczewski
f0c9cde146 Document datefmt_set_timezone_id() and IntlDateFormatter::setTimeZoneID() removals in PHP 7
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336977 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-16 07:23:54 +00:00
Pasindu De Silva
761cdaefbf Fix #66477 ( By Christoph Becker )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336605 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-20 15:26:52 +00:00
Dejan Marjanovic
9905374cd0 Replace single quotes with double for (string) <initializer> unless string contains double quotes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333317 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-14 23:48:06 +00:00
Chris Wright
59a1bbcb6f Whitespace fixes
Fix all outstanding strict whitespace errors flagged by the online editor

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331331 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-09 16:17:46 +00:00
Levi Morrison
9643097fc3 Fixed whitespace issues in code samples. Some OO examples were still using procedural code that now use OO style. Also swapped out a couple echos for printfs for readability in error handling.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331082 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-06 16:16:27 +00:00
Levi Morrison
e5873e85b6 Re-indented files in preparation for some more changes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331081 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-06 15:33:27 +00:00
Levi Morrison
87f40a88b1 Fixed indentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331080 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-06 15:25:35 +00:00
Levi Morrison
eed7878e56 Fixed indentation / whitespace.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331079 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-06 15:16:11 +00:00
Pieter Hordijk
6af7069d5c re-added modifier
fixed switched titles in example (oop vs procedural)
added change by anon

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331011 c90b9560-bf6c-de11-be94-00142212c4b1
2013-07-24 08:36:35 +00:00
Gustavo André dos Santos Lopes
9906c56365 Introduce include inctimezoneparam.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330585 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-21 00:47:12 +00:00
Sebastian Bergmann
656d1610af Add missing modifier information. Patch by Jeff Welch <whatthejeff@gmail.com>.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330543 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-18 05:36:30 +00:00
Gustavo André dos Santos Lopes
a3d25850f1 Update documentation on IntlDateFormatter::format()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330521 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-16 17:48:31 +00:00
Gustavo André dos Santos Lopes
e493e7563b Update doc for IntlDateFormatter::create().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330518 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-16 14:39:08 +00:00
Gustavo André dos Santos Lopes
9050044070 Document IntlDateFormatter::getCalendarObject; update ::{get,set}Calendar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330517 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-16 13:26:26 +00:00
Gustavo André dos Santos Lopes
e7bbcdc9f5 Document IntlDateFormatter::setTimeZone()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330515 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-16 00:22:23 +00:00
Gustavo André dos Santos Lopes
8b5c6b1498 Document IntlDateFormatter::getTimeZone
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330514 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-15 23:54:11 +00:00
Gustavo André dos Santos Lopes
ff86dfcfa7 Add substantial docs for IntlDateFormatter::formatObject
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330513 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-15 23:26:57 +00:00
Justin Martin
b406ef56ae Rewrote sentence fragment that resulted from rev 254550.
Fixes bug #64250.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329582 c90b9560-bf6c-de11-be94-00142212c4b1
2013-02-27 04:52:41 +00:00
Adam Harvey
53471c1418 Add stubs for the IntlDateFormatter methods.
That's all I have time for today, so I guess we'll be pushing out a somewhat
incomplete build this week. I'm OK with that, though, since we've covered the
non-intl functions, at least.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328474 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-23 09:10:30 +00:00
Adam Harvey
8ad0d94e1c Add initial migration guide for PHP 5.5.
What's done: the migration guide itself, updates to existing functions and
functionality, and new language features.

What's not done: stub pages for new functions and methods. (I'd rather get this
in now, though, than have it languish on my hard drive any longer so that other
people can contribute.)

What could use help: the generator chapter is pretty rough and ready. Better
examples would be awesome. I certainly won't argue if somebody wants to add the
function stubs, either.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328430 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-20 15:17:23 +00:00
TAKAGI Masahiro
4c918fef3f Correct default value of the leniency of the parser. Close #61896.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325509 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-03 06:13:13 +00:00
Jakub Vrana
6a6061bbd4 Use &style.procedural; and &style.oop;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322055 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-11 06:50:17 +00:00
Pedro Antonio Gil Rodríguez
1fea35fa6a Example #1 was wrong
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319056 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-11 14:44:06 +00:00
Pedro Antonio Gil Rodríguez
076906955c Procedural example was wrong: output '0' instead of '630201600'
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319028 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-11 04:48:46 +00:00
Richard Quadling
a56106f691 Standardized on double quotes for attributes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317502 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-30 14:21:51 +00:00
Adam Harvey
3707997cd6 Update the IntlDateFormatter::format() documentation to note that DateTime
object support was added in 5.3.4.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309389 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-18 15:13:39 +00:00
Richard Quadling
1d137d406b W/S tabs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294396 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 14:08:11 +00:00
Jakub Vrana
bc371d7a93 Link possible patterns (bug #49088)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290812 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-16 12:19:53 +00:00
Jakub Vrana
ca94834ef6 Whitespace
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290811 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-16 12:18:14 +00:00
Torben Wilson
af4410a7e1 Normalized the sgml-default-dtd-file local-variable line for those
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Nilgün Belma Bugüner
f4871bb5ba fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283819 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 07:47:57 +00:00
Stanislav Malyshev
e3173dbe73 fix formatting
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@281352 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-28 23:40:33 +00:00
Yannick Torres
d36f76d881 correct markup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279132 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-21 22:08:15 +00:00
Philip Olson
886d5315d2 Fixed examples, for both parse and deprecated errors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277448 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-18 21:30:26 +00:00
Philip Olson
4223c05232 Fixed simple spelling errors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271308 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-16 03:10:28 +00:00
Jakub Vrana
f60082dcb0 Fix protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268271 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-04 13:27:54 +00:00
Stanislav Malyshev
e6a41864a3 fix xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@262423 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-10 21:08:41 +00:00
Stanislav Malyshev
e8cba51805 fix datefmt parse descriptions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@262422 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-10 21:07:19 +00:00
Stanislav Malyshev
e4d9a5e410 DateFormatter -> IntlDateFormatter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259135 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-05 23:55:00 +00:00
Stanislav Malyshev
2c9fc4526a add ctor refname
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@256636 c90b9560-bf6c-de11-be94-00142212c4b1
2008-04-01 22:38:42 +00:00
Stanislav Malyshev
c0b2463507 fix the docs format
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@256634 c90b9560-bf6c-de11-be94-00142212c4b1
2008-04-01 22:18:53 +00:00
Stanislav Malyshev
7f28ef2933 improve example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@256017 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-25 00:41:46 +00:00
Stanislav Malyshev
0540c0d9b4 localtime description fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@255107 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-15 00:31:26 +00:00
Stanislav Malyshev
d9eae938e7 final part of DateFormatter docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@255017 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-12 23:07:16 +00:00
Stanislav Malyshev
4814d83662 update DateFormatter docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@254550 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-07 22:46:02 +00:00
Stanislav Malyshev
3a58e7474b add DateFormatter skeletons
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@254341 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-06 01:30:03 +00:00