Commit graph

68 commits

Author SHA1 Message Date
Gwynne Raskind
c747c4f06f - Normalize whitespace after periods.
- Fix usage of "you".
- Fix a few other minor grammatical oddities.
- Use &null; instead of NULL.
- Add <type/> where appropriate.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@255133 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-15 12:45:50 +00:00
Gwynne Raskind
60bc7042e0 s/a list/an array/ take 2
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@255132 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-15 12:36:52 +00:00
Gwynne Raskind
d0e46eb3b4 s/a list/an array/
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@255131 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-15 12:22:33 +00:00
Philip Olson
d522d135a1 Removed PHP 3 information from the manual. Goodbye PHP 3, thanks for all the memories!
This commit covers many files.
The CVS file phpweb/manual/php3.php will exist to store [most of] this info.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253274 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-19 21:45:32 +00:00
Hannes Magnusson
c030e2adf7 Upgrade to DocBook5:
- All id attributes are now xml:id
 - Add docbook namespace to all root elements
 - Replace <ulink /> with <link xlink:href />
 - Minor markup fixes here and there


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238160 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-20 22:25:43 +00:00
Etienne Kneuss
262c655b6f NULL won't trigger the default value
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@224489 c90b9560-bf6c-de11-be94-00142212c4b1
2006-12-06 17:58:20 +00:00
Philip Olson
8c34bbe19b Document unexpected/undefined return types, closes bug
# Thanks to (btherl at yahoo dot com dot au) for the initial write-up


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@219184 c90b9560-bf6c-de11-be94-00142212c4b1
2006-08-31 17:55:45 +00:00
Nuno Lopes
4512031c66 Philip wants an entity there, so create a &tip.userlandnaming; entity
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@217980 c90b9560-bf6c-de11-be94-00142212c4b1
2006-08-11 16:55:35 +00:00
Nuno Lopes
908322d533 add some links to the userland naming appendix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@217978 c90b9560-bf6c-de11-be94-00142212c4b1
2006-08-11 16:40:18 +00:00
Jakub Vrana
513333af47 Function names (bug )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@201581 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-29 13:23:20 +00:00
Jakub Vrana
0d42c03a84 Scope of functions inside functions (bug )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@187768 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-06 15:26:20 +00:00
Jakub Vrana
ab0fda3b0b Recursive functions (spotted by ondra at dynawest.cz)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179721 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-13 22:32:44 +00:00
Jakub Vrana
6cdd5ba20c There's no func(const $param) - at least in PHP 5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179720 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-13 22:13:07 +00:00
Mehdi Achour
2b33ef00fd fix : we pass expressions as arguments
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175103 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-20 02:27:49 +00:00
Sean Coates
4635f020c6 PHP4->PHP 4 (shame on me)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165968 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-10 21:52:59 +00:00
Sean Coates
9c21532830 grammar, and para->note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165964 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-10 21:32:49 +00:00
Jakub Vrana
f7aa82106d PHP 4 and above\nDefault value for arguments passed by reference
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165895 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-10 08:43:59 +00:00
Nuno Lopes
f8ab0f13f0 finally switch to the new install part
#going to sleep now :)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165570 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-06 22:37:44 +00:00
Jakub Vrana
30c7e19631 Nuke tabs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165167 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-03 20:59:42 +00:00
Philip Olson
3fcea89834 Added changes to make manual "more PHP 5 friendly", like changing "In PHP 4" to "As of PHP 4"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164053 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-23 00:18:22 +00:00
Alexander Voytsekhovskyy
f56f8c844f Cosmetic changes: coding styles, paragraphs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@160136 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-31 08:32:15 +00:00
Alexander Voytsekhovskyy
88f5107e6e Add some words about non-scalar default values
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@160135 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-31 08:03:30 +00:00
Damien Seguy
deb24ab605 moved repleable to varname, added some extra tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158043 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-05 20:19:50 +00:00
Nuno Lopes
cf45885b0f try to have better IDs so that livedocs doesnt complain
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155749 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-11 15:42:00 +00:00
Nuno Lopes
7d99bb964a better ids for livedocs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@154142 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-21 10:27:53 +00:00
Mehdi Achour
406be9eedc more CS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147957 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-06 09:23:31 +00:00
Jakub Vrana
4085ee780b All syntax errors in examples hunted except those clearly stated as invalid
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146224 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-11 15:42:10 +00:00
Sara Golemon
d36711c134 Typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@144767 c90b9560-bf6c-de11-be94-00142212c4b1
2003-11-23 01:05:07 +00:00
Dave Barr
3450fb87f9 - Fixed a lot of typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@141299 c90b9560-bf6c-de11-be94-00142212c4b1
2003-09-30 08:33:48 +00:00
Friedhelm Betz
c3d0b2434c fix for 19252,
thanks jc at mega-bucks dot co dot jp


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132471 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-19 11:04:48 +00:00
Philip Olson
b6fdcdd2e5 Added <?php ?> tags.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@130781 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-09 19:28:28 +00:00
Andy Lindeman
310482980f pickyness :)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127492 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-17 17:08:09 +00:00
Philip Olson
1ec0da27cb Added a new section: functions.internal
It explains PHP's built-in functions.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127489 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-17 15:54:41 +00:00
Philip Olson
632fefd338 Made all informal examples formal (with titles), XML formatting, and added PHP tags.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127467 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-17 14:29:40 +00:00
Philip Olson
a6ca23580b Moved the old old_function information to the php2->php3 migration appendix.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127394 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-17 03:37:43 +00:00
Andy Lindeman
fbda587836 adding note for bug
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@122087 c90b9560-bf6c-de11-be94-00142212c4b1
2003-04-01 23:42:39 +00:00
Philip Olson
a79ab53063 Fix a typo, this closes bug
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@115063 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-07 20:19:13 +00:00
Nicolas Chaillan
d4d05cf561 fixing code
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@114837 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-05 02:05:16 +00:00
Gabor Hojtsy
2e74fb2cd3 Ups, fixing two typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@106398 c90b9560-bf6c-de11-be94-00142212c4b1
2002-12-01 10:50:48 +00:00
Gabor Hojtsy
2b3b31872b Adding explanation about using wrapper functions
instead of the language constructs. Also reworded
the language construct's list a bit, so it indicates
that there are more constructs not working. Added a
new object example on how to use variable funcitons
inside objects.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@106397 c90b9560-bf6c-de11-be94-00142212c4b1
2002-12-01 10:44:46 +00:00
Sara Golemon
2d81249fec Documentation Bug . Added qualification for conditional function declarations.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@106123 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-28 20:43:00 +00:00
Georg Richter
e92e5c9465 printf can't be used with variable function calls
fixed bug 


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88067 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-08 11:40:02 +00:00
Simone Cortesi
ea24e38113 on my dictionary cappuccino has 2 "c"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83928 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-29 00:17:38 +00:00
Philip Olson
25df6a966f Variable functions: Typo fix became a minor update
See also: variable variables and function_exists


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73334 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-15 06:38:22 +00:00
Hartmut Holzgraefe
bb0af361c5 trying to explain some consequences of the differences between
language constructs "echo" and "print"


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@71976 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-05 11:25:00 +00:00
Yasuo Ohgaki
823b4cc86c Call time reference is depreciated. Deleted description.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@68296 c90b9560-bf6c-de11-be94-00142212c4b1
2002-01-21 09:25:23 +00:00
Torben Wilson
c761103b93 Whoops. Typo fix.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67718 c90b9560-bf6c-de11-be94-00142212c4b1
2002-01-14 00:14:43 +00:00
Torben Wilson
a882625034 Added crossref to 'References Explained'.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67717 c90b9560-bf6c-de11-be94-00142212c4b1
2002-01-14 00:09:53 +00:00
Torben Wilson
be1aa7d35a Document that return returns from more than just functions.
I used <function> for return in the same spirit that <function> is used
for other constructs which are not functions--echo, print, etc--and noted
that you don't need the parentheses with it. If anybody has a good argument
for using another tag, mention it on the doc list and we'll chat. :)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67716 c90b9560-bf6c-de11-be94-00142212c4b1
2002-01-14 00:05:20 +00:00
Hartmut Holzgraefe
3747b34a1b hope this solves the tabs vs. blanks issues once and for all
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64852 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-12 20:47:43 +00:00