Commit graph

13000 commits

Author SHA1 Message Date
Yannick Torres
20e67547e0 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253050 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-16 21:27:46 +00:00
Felipe Pena
ad01637284 Fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253036 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-16 13:41:27 +00:00
Felipe Pena
e973d3a63b Fix filename
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253035 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-16 13:27:44 +00:00
Philip Olson
3dbecc855e - Created configure.xml
- Moved timezone note from setup.xml to configure.xml (added new <title> only)
- Added note regarding optional experimental DateTime support in PHP 5.1.x
- Paves way to change version info from 5.1.0 to 5.2.0 for these functions


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@252999 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-16 00:17:44 +00:00
Philip Olson
d81396423a Replace DateTime with MyDateTime, to avoid possible confusion with the 5.2+ DateTime class
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@252996 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-15 23:14:12 +00:00
Gwynne Raskind
123738b556 step two: massive whitespace updates. types.xml (containing the entire description of PHP types) was a very large file, and has now been split in several files in en/language/types. No content has been changed whatsoever at this point. This commit fixes whitespace across the board in all the files, and contains no other changes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@252928 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-14 20:50:33 +00:00
Gwynne Raskind
5b09b299d6 step one of updating language.types: split into separate files (types.xml) was getting too big
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@252927 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-14 19:57:17 +00:00
Philip Olson
4058360f06 Fix and->an typo (closes bug #44103)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@252865 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-13 17:34:55 +00:00
Hannes Magnusson
581ef07abc Document the default value for the optional recursive parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@252839 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-13 13:59:20 +00:00
Gwynne Raskind
7e7617eb07 The list and table have been merged into a single annotated table for conciseness and readability
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@252766 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-12 14:35:12 +00:00
Edward Z. Yang
5fd4ab47ee Document __DIR__ constant.
- Rename __MAGIC__ in tokens.xml from "constants" to "magic constants"


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@252734 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-12 04:39:11 +00:00
Etienne Kneuss
43a6dca993 Fix #43869 (wording, patch by olleolleolle)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@252574 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-09 15:19:16 +00:00
Etienne Kneuss
7164175020 Document special callbacks
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@252539 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-08 22:17:25 +00:00
Philip Olson
dabad796d9 Be clear that key() works with all arrays (closes bug #44016).
Also, added example output to <example>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@252235 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-04 18:13:59 +00:00
Philip Olson
d0d573418a Document the parameters (closes bug #43986)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@252234 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-04 18:02:28 +00:00
Gwynne Raskind
4573035033 updated descriptions to make a little more logical sense, started the table of expected values; NEED RENDERER UPDATE
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@252233 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-04 18:00:54 +00:00
Hannes Magnusson
7f7735377b Make the example output part of the example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@252200 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-04 14:27:46 +00:00
Felipe Pena
cf43271b27 Changed the version of parameter 'before_needle' (merged to 5.3)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@252009 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-01 16:50:53 +00:00
Felipe Pena
a743774306 The new parameter is optional (before_needle)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251909 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-01 10:28:51 +00:00
TAKAGI Masahiro
0af5f5b0c2 fixed the parameter of 'stream_context_create'.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251624 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-29 13:38:05 +00:00
TAKAGI Masahiro
3cd6d1522e fixed typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251623 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-29 13:36:50 +00:00
Antony Dovgal
26c399df27 it's not Windows [tm], it's windows
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251620 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-29 12:37:01 +00:00
Hannes Magnusson
b7019f14cf Fixed bug#43961 (add header_list() to header_sent() under see also)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251589 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-29 08:18:41 +00:00
Hannes Magnusson
39be72eb6d Add missing parameter description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251524 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-28 17:12:43 +00:00
Hannes Magnusson
5c368c5e03 Fix return type
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251523 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-28 17:11:42 +00:00
Hannes Magnusson
bc1874ecee Initial commit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251512 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-28 14:21:41 +00:00
Hannes Magnusson
9365fd08c5 Initial glob:// docs
# NOTE: glob:// is actually broken and the example doesn't work


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251510 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-28 13:59:06 +00:00
Hannes Magnusson
2f74d924c9 Document how to check if an object is not an instanceof a class
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251509 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-28 13:39:51 +00:00
Hannes Magnusson
987700350a Improve the changelog
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251507 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-28 12:42:47 +00:00
Hannes Magnusson
86c755dce4 missing space
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251480 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-27 23:58:49 +00:00
Hannes Magnusson
a71c8b9515 Initial commit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251479 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-27 23:02:37 +00:00
Hannes Magnusson
fca899abc7 Remove autogenerated file
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251478 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-27 23:02:04 +00:00
Hannes Magnusson
85873d22d7 enable classsynopisinfo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251466 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-27 20:23:52 +00:00
Hannes Magnusson
aa8da248f4 Enable classsynopsisinfo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251464 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-27 19:55:50 +00:00
Hannes Magnusson
5aad38d568 Remove classsynopsis and add the classname to <methodname>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251462 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-27 19:48:18 +00:00
Hannes Magnusson
7ffca0409c typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251456 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-27 18:28:29 +00:00
Hannes Magnusson
2026030d86 Remove classsynopsis and add the classname to <methodname>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251421 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-27 15:40:37 +00:00
Stanislav Malyshev
02cf8577fa add message formatter description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251387 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-26 22:27:40 +00:00
Hannes Magnusson
c94301bd95 Add missing ID
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251371 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-26 14:49:36 +00:00
Felipe Pena
b2ea7ba7ac Fix image extension (#43939)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251358 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-26 02:37:09 +00:00
Nuno Lopes
6101c5cff8 fix proto (user note)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251311 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-25 12:13:59 +00:00
Felipe Pena
15c3c8267e Fix example (add "static"); Add new example ("classname::method" as valid callback)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251282 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-25 00:02:31 +00:00
Felipe Pena
257c6a22dd Add new example ("class::method" as valid callback)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251268 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-24 17:46:12 +00:00
Felipe Pena
e0c25b85eb Add example (using named subpattern)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251266 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-24 17:04:27 +00:00
Felipe Pena
f942b094a6 Add related function ("See also" section)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251265 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-24 16:35:41 +00:00
Antony Dovgal
c499d67fa6 add missing .cvsignore
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251257 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-24 14:31:57 +00:00
Jakub Vrana
c3b09ae8b7 Grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251239 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-24 10:03:12 +00:00
Felipe Pena
f193f6c844 Added __set_state() example (same in var_export()) and __callStatic() in list.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251213 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-23 22:34:20 +00:00
Felipe Pena
75db80b3e0 Add new example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251212 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-23 22:05:59 +00:00
Felipe Pena
7edf6582c0 Add example related to namespace
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251191 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-23 19:06:10 +00:00