Commit graph

226 commits

Author SHA1 Message Date
Daniel Convissor
682b3832bb * Tweak method example for clarity.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@262990 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-19 22:59:44 +00:00
Etienne Kneuss
e330479f66 Setting the record straight directly in the manual about object references
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@262311 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-09 00:19:48 +00:00
Daniel Convissor
cbdd63db2f * Add changelog entry about warning. Bug 43924.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261930 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-02 15:27:47 +00:00
Daniel Convissor
a5fc026ab8 * $name in __callStatic() now case sensitive. Fixed by bug 45089.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260894 c90b9560-bf6c-de11-be94-00142212c4b1
2008-06-07 19:41:23 +00:00
Richard Quadling
0b61e2b765 Added getPosition() to ReflectionParameter class definition.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260160 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-23 14:28:55 +00:00
Felipe Pena
4bc17b3724 - Added example using nowdocs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257841 c90b9560-bf6c-de11-be94-00142212c4b1
2008-04-18 19:22:12 +00:00
Felipe Pena
f5ca557b90 - Added information about NULL as the default parameter value
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257695 c90b9560-bf6c-de11-be94-00142212c4b1
2008-04-16 16:31:45 +00:00
Daniel Convissor
6e92ff6281 * Put a return value in the __get() example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257050 c90b9560-bf6c-de11-be94-00142212c4b1
2008-04-09 19:18:17 +00:00
Daniel Convissor
d06dfc1004 * Refine examples: remove return on bad get, show case of $name in call methods.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@256673 c90b9560-bf6c-de11-be94-00142212c4b1
2008-04-02 20:27:13 +00:00
Felipe Pena
19a2289f66 Added information and example about interface
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@256007 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-24 22:26:07 +00:00
Daniel Convissor
e839ed6d20 Minor clean up of examples.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@255662 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-21 12:46:12 +00:00
Daniel Convissor
bcf53732a1 Clarify how overloading really works.
[This is a work in progress. In middle of reviewing user comments and will post some questions to internals.]


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@255638 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-20 23:37:27 +00:00
Etienne Kneuss
1cdff557de Precise version infos on that one too
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@254410 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-06 16:46:37 +00:00
TAKAGI Masahiro
84e9af5dfa fix build.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@254013 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-01 05:54:15 +00:00
Daniel Convissor
0d486be007 Explain that __callStatic() was added in 5.3.0.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@254011 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-01 03:30:40 +00:00
Daniel Convissor
7bd3028ed9 Add __callStatic() to oop5 Overloading page and clarify __call() example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@254010 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-01 02:59:26 +00:00
Daniel Convissor
776d390d42 Remove traling whitespace to avoid unexpected changes later.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@254009 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-01 02:26:59 +00:00
Daniel Convissor
c1183e7825 Clarify wording re keywords in variable class names in static context.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253917 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-28 13:26:54 +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
Etienne Kneuss
8d41f6f315 Fix #43881 (Specify the version in the example)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@250808 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-17 19:06:08 +00:00
Felipe Pena
20d0690efb Fix comment of constructor
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249447 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-30 22:05:25 +00:00
Felipe Pena
26afa3ae49 Add information about member visibility (#43539)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247797 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-08 22:47:30 +00:00
Jakub Vrana
9ee41d2414 Dangerous characters in class name (bug #42744)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246618 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-21 15:39:18 +00:00
Felipe Pena
3b2698f5f0 Removed __autoload() on list of magic methods (#43320)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246484 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-20 02:05:41 +00:00
Felipe Pena
b992715fb1 Fix example output
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246350 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-17 21:11:13 +00:00
Felipe Pena
54ff17e48d Fix class name ReflectionFunction and ReflectionClass description.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246112 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-13 13:10:55 +00:00
Felipe Pena
e07afa4fb9 Fix output example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246051 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-12 16:23:34 +00:00
Etienne Kneuss
45b1308135 Fix typo (thanks Felipe for the hint)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246039 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-12 12:10:43 +00:00
Etienne Kneuss
ae935d4f16 The error is catchable
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246006 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-11 15:03:30 +00:00
Etienne Kneuss
9ed79ffe2a Document the fatal error related to function __set(, &) { ..
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@245988 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-10 16:47:22 +00:00
Etienne Kneuss
a45ee0849b Document the fact that $classname="self"; is not supported
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@245421 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-01 21:36:53 +00:00
Etienne Kneuss
6455a018a7 Document dynamic access of static methods/constants/members
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244547 c90b9560-bf6c-de11-be94-00142212c4b1
2007-10-21 15:57:09 +00:00
Etienne Kneuss
7bc30b8cfe First attempt at documenting late static bindings
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244528 c90b9560-bf6c-de11-be94-00142212c4b1
2007-10-21 00:48:36 +00:00
Richard Quadling
01b9638153 WS (Apologies)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244276 c90b9560-bf6c-de11-be94-00142212c4b1
2007-10-16 10:29:20 +00:00
Richard Quadling
e9a7f78b06 Fix: #42984 - Corrected example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244272 c90b9560-bf6c-de11-be94-00142212c4b1
2007-10-16 10:00:15 +00:00
Hannes Magnusson
ce8d06f20a Add crazy workaround for bug#38237 (manually adding TOC)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242614 c90b9560-bf6c-de11-be94-00142212c4b1
2007-09-17 12:47:53 +00:00
Jakub Vrana
b7fc2ac5fd ReflectionExtension::info()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242148 c90b9560-bf6c-de11-be94-00142212c4b1
2007-09-04 13:36:21 +00:00
Jakub Vrana
bb9b6b3923 Different dir in script-shutdown (bug #34206)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241645 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 13:38:56 +00:00
Jakub Vrana
5095c89b15 Only shutdown destructors have sent headers
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241637 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 12:08:06 +00:00
Jakub Vrana
e2bb697bbf __toString() is called only in string contexts (bug #37537)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241481 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 21:31:07 +00:00
Jakub Vrana
b1a96e7a90 Random destruction in shutdown (bug #38572)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241460 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 16:52:25 +00:00
Jakub Vrana
836b535e0a Only static members can be accessed by parent (bug #39517)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241435 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 11:58:08 +00:00
Jakub Vrana
d71b40a5fb Exception can't be thrown from destructor only at the end of the script (bug #40024)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241432 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 11:12:05 +00:00
Jakub Vrana
a9362934a5 new self (bug #37105)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241397 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 06:17:58 +00:00
Jakub Vrana
8f6e27222b getDeclaringFunction() and getPosition() available now (bug #39876)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241396 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 05:06:05 +00:00
Jakub Vrana
6125ccdde4 invoke() accepts variable number of arguments (bug #41569)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241395 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 05:00:11 +00:00
Jakub Vrana
9e22663413 Typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241394 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 04:55:56 +00:00
Jakub Vrana
86e94ba32a ReflectionFunctionAbstract (bug #41571)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241393 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 04:54:11 +00:00
Jakub Vrana
cab59e22a4 $visibility in extending example is array (bug #41572)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241388 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 04:41:59 +00:00
Jakub Vrana
b966b0342e Document Reflector (bug #41573)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241387 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 04:37:31 +00:00