Commit graph

13295 commits

Author SHA1 Message Date
Greg Beaver
094d944995 fix example to use convertToExecutable instead of
obsolete functionality


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260001 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-19 16:34:26 +00:00
Greg Beaver
75acc246a2 remove refs to non-existent functionality
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260000 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-19 16:33:31 +00:00
Philip Olson
305f655cf5 New doc style cleanup, markup changes only...
Example: <title>Description</title> to &reftitle.description;


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259997 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-19 16:02:48 +00:00
Gwynne Raskind
cf3ce0b7ef grammatical fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259958 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-19 02:21:46 +00:00
Greg Beaver
a04b081006 add note about using __FILE__ in a stub
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259949 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-18 22:59:31 +00:00
Greg Beaver
f3c6ee393f clarify stub example again to be correct.
Phar::running() returns \"\" in the stub


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259948 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-18 22:57:32 +00:00
Greg Beaver
b54a57860e fix Phar::running() usage
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259931 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-18 18:11:00 +00:00
Greg Beaver
699be46510 fix misleading include to match what a stub should look like
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259927 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-18 17:50:14 +00:00
Greg Beaver
4f08be019b fix typo in ID
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259916 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-18 15:06:33 +00:00
Gwynne Raskind
ac82dd2889 - Added new section ("Basic constructs") detailing stuff you don't have to look at more than once.
- Wrote section on declaring per-module globals


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259907 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-18 10:55:25 +00:00
Gwynne Raskind
fd8e60ae7e Change <filename> to <command> for ext_skel (more appropriate)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259906 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-18 10:54:32 +00:00
Gwynne Raskind
72c4bc638d minor grammatical fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259897 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-18 08:27:18 +00:00
Gwynne Raskind
6e9fd0f7d1 First part of module globals docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259858 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-17 06:53:19 +00:00
Gwynne Raskind
2a503f107d fix Id substitutions for now, needs to be looked into more later
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259857 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-17 06:52:55 +00:00
Gwynne Raskind
1b934660ca Fix structure declaration, only talk about 5.2+, discuss the (lack of) change between 5.2/5.3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259855 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-17 06:27:21 +00:00
Matt Wilmas
beaeb2af58 Fixed wording (bug #45015)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259826 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-16 04:32:47 +00:00
Greg Beaver
e5e4d5c043 document addition of whole-archive and per-file metadata for tar-based archives
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259820 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-15 23:50:08 +00:00
Etienne Kneuss
f0f50fa668 use <constant> instead of <literal>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259808 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-15 15:47:28 +00:00
Etienne Kneuss
b4d2817eb8 Document SplPriorityQueue + add literals and fix typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259807 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-15 15:42:25 +00:00
Felipe Pena
a2dc8afade Fixed bug #45000 (Typo in Exception::getTrace signature)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259792 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-15 11:14:53 +00:00
Etienne Kneuss
9e273138cd Fix typos, add spldoublylinkedlist::top/bottom , initial docs for heaps
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259718 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-13 21:17:36 +00:00
Etienne Kneuss
2b8b943783 And the class sypnosis
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259616 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-12 11:30:46 +00:00
Etienne Kneuss
99668ca48b Forgot to commit book.xml (Spl datastructures)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259615 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-12 11:29:15 +00:00
Etienne Kneuss
0264840fd5 Initial docs for SplDoublyLinkedList, SplQueue and SplStack, with all files
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259586 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-12 00:29:35 +00:00
Etienne Kneuss
89cb5a9d02 Initial docs for SplDoublyLinkedList, SplQueue and SplStack
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259585 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-12 00:28:53 +00:00
Derick Rethans
38f1ad94a3 - Integrate user note 53629.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259544 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-11 15:22:04 +00:00
Matt Wilmas
8814a824ae array_fill_keys: Fixed value description (bug #43693); and added info. about illegal values for key (like array_combine)
array_fill: Reword value description


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259538 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-11 14:08:20 +00:00
Matt Wilmas
32dd571def "functions behavior" -> "function's behavior"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259533 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-11 10:55:25 +00:00
Matt Wilmas
2d234c1518 Fixed gmstrftime spelling (bug #44968)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259532 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-11 10:38:31 +00:00
Paul Reinheimer
1f877ba630 Correcting spelling mistake, bug 44960
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259517 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-11 01:54:19 +00:00
Nuno Lopes
0610a81ad6 fix the 3rd example (fix connect to socket), per user note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259490 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-10 19:36:32 +00:00
Richard Quadling
12b5fc39fe Fixed examples for bug #44948
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259432 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-09 11:59:02 +00:00
Kalle Sommer Nielsen
e87b79a296 * Fixed bug on atanh() + acosh() pages in "See also" section
* Increased revision numbers for 5.3 changelog (see prev. commit)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259337 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-08 18:07:35 +00:00
Ed Batutis
b737121adf collapse extract variants into one function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259329 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-08 13:43:56 +00:00
Greg Beaver
43e11396cd document removal of phar.extract_list
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259283 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-08 02:54:52 +00:00
Hannes Magnusson
c6e270d1af Document the optional 'details' parameter added in 5.3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259263 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-07 20:05:01 +00:00
Kalle Sommer Nielsen
2ac7541357 Added changelog for PHP5.3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259217 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-07 06:22:30 +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
Ken
0b530910e1 than -> then, other small wording changes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259071 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-05 00:40:30 +00:00
Etienne Kneuss
de8f418b79 Add example with mixed types for ^
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259056 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-04 20:54:38 +00:00
Etienne Kneuss
e244d1e51c Fix protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259055 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-04 20:53:45 +00:00
Martin Samesch
597d15b64a wrong function name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259041 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-04 18:18:43 +00:00
Hannes Magnusson
b3b542379d Fixed bug#44904 (mt_rand does not accept a single parameter but documented
like it does)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@258982 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-03 16:48:28 +00:00
Hannes Magnusson
d76fe1562d Add a new role attribute to tell the renderer _not_ to print any version info
# These are the only pages I can remember that do not have version info
# If you recall any others, feel free to fix


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@258972 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-03 15:34:29 +00:00
Kalle Sommer Nielsen
c04c2958a5 Fix typo: arc > ellipse
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@258950 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-03 08:13:41 +00:00
Greg Beaver
93b337cdf4 document Phar::unlinkArchive
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@258948 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-03 02:04:28 +00:00
Florian Anderiasch
e2b5d40392 clarified. bug #44753
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@258933 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-02 22:13:21 +00:00
Florian Anderiasch
6b3613b92b clarified: warning on non-array, bug #44844
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@258926 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-02 21:24:19 +00:00
Felipe Pena
887e78b1f1 Fixed bug #44896 (Class Name incorrect)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@258925 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-02 18:01:33 +00:00
Florian Anderiasch
1da8fc95b3 minor fix: added <literal>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@258910 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-02 14:11:24 +00:00