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
Jakub Vrana
a0d74ea1ef
Comparing extension objects (bug #41697 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241383 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 02:14:00 +00:00
Jakub Vrana
10e674d4ad
Converting objects without __toString() since PHP 5.2.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241320 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-16 14:16:20 +00:00
Etienne Kneuss
5ee8366690
Reverse dynamic static calls related DOC
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241268 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-15 15:41:29 +00:00
Richard Quadling
e496561004
Fix #42216
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@240773 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-06 08:41:56 +00:00
Etienne Kneuss
401f242b44
Prepare documentation for dynamic static calls + fix erroneous information
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@240664 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-03 09:59:57 +00:00
Richard Quadling
3d20186f2b
Bug #42115 . The position of the static keyword is NOT fixed with regard to the visibility keyword.
...
Code: http://pastie.caboo.se/82738
Output: http://pastie.caboo.se/82739
Tested on PHP 5.0.0 and 5.2.4-dev
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@240386 c90b9560-bf6c-de11-be94-00142212c4b1
2007-07-27 09:02:38 +00:00
Etienne Kneuss
c796f6a654
Fix #41992 (__sleep doesn't return the value to serialize) Thanks jsnell for the patch.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@239717 c90b9560-bf6c-de11-be94-00142212c4b1
2007-07-13 17:56:19 +00:00
Gwynne Raskind
c4db79a744
Add some missing IDs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238566 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-25 17:59:35 +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
Gwynne Raskind
0d40844350
Change __construct() return type to void (fixes bug #41570 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237897 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-17 09:28:51 +00:00
Maciek Sokolewicz
5435394431
reworded visibility explenation & fixed typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237219 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-08 12:48:13 +00:00
Hannes Magnusson
66c069ab58
Commented out getDeclaringFunction() & getPosition()
...
(See bug#41525)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236598 c90b9560-bf6c-de11-be94-00142212c4b1
2007-05-29 08:24:46 +00:00
Hannes Magnusson
6178ffd923
wrong prototype for ReflectionParameter::__construct
...
#Caught by Andrea Giammarchi (user note)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236487 c90b9560-bf6c-de11-be94-00142212c4b1
2007-05-28 11:06:31 +00:00
Richard Quadling
2e1e467bdf
FIX #40775 : PHP -a and __autoload() don't mix.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@235572 c90b9560-bf6c-de11-be94-00142212c4b1
2007-05-14 10:02:11 +00:00
Etienne Kneuss
2577e388f9
Fix #41090 (overriding a private method) in an example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@234616 c90b9560-bf6c-de11-be94-00142212c4b1
2007-04-27 14:39:54 +00:00
Antony Dovgal
e20fac1457
fix typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@234020 c90b9560-bf6c-de11-be94-00142212c4b1
2007-04-18 12:15:59 +00:00
Jakub Vrana
81546a3487
ReflectionFunction and ReflectionMethod extends ReflectionFunctionAbstract (bug #40223 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232566 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-25 10:39:10 +00:00
Jakub Vrana
d03f51b401
What if __sleep doesn't return anything, fix example (bug #40344 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232491 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-24 08:23:49 +00:00
Antony Dovgal
20864bf512
fix typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232432 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-23 14:31:12 +00:00
Jakub Vrana
77d2bd839b
__isset is called with empty() too (bug #40797 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232429 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-23 14:24:42 +00:00
Etienne Kneuss
f0884026ba
Implement Marcus' suggestion to improve the paragraph on method overloading
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227553 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-18 22:34:53 +00:00
Hannes Magnusson
33dbba307c
Fixed bug#40103 (Visibility should be public for overload methods in the documentation)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227042 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-11 23:05:52 +00:00
Etienne Kneuss
bdedb4206e
clone is no function, remove the confusing ()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@224288 c90b9560-bf6c-de11-be94-00142212c4b1
2006-12-03 22:09:02 +00:00
Etienne Kneuss
f7ddcfbe16
close is a keyword not a function, fix the confusing
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@223970 c90b9560-bf6c-de11-be94-00142212c4b1
2006-11-27 21:17:13 +00:00
Florian Anderiasch
3418366038
fixed bug #39518
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@223535 c90b9560-bf6c-de11-be94-00142212c4b1
2006-11-17 16:37:18 +00:00
Nuno Lopes
6a1e089831
close #34697 : classes should be defined before use
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@219625 c90b9560-bf6c-de11-be94-00142212c4b1
2006-09-08 11:37:31 +00:00
Etienne Kneuss
841c3eea37
Fix the 'instance of an object'
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@219464 c90b9560-bf6c-de11-be94-00142212c4b1
2006-09-06 11:57:23 +00:00
Nuno Lopes
c038f8959c
make that 5.1.3 instead of 5.2.0. thanks to Pierre & Lukas for the info
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@218044 c90b9560-bf6c-de11-be94-00142212c4b1
2006-08-12 17:24:36 +00:00
Nuno Lopes
1531f5bc77
fix #38160 : 'var' no longer produces a E_STRICT warning
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@218039 c90b9560-bf6c-de11-be94-00142212c4b1
2006-08-12 16:44:18 +00:00
Nuno Lopes
ca562b60e8
fix #37702 : __toString() is now more magical since php 5.2
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@218035 c90b9560-bf6c-de11-be94-00142212c4b1
2006-08-12 16:09:29 +00:00
Etienne Kneuss
1f6a127f33
Fix #37880 (members' default value)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@216628 c90b9560-bf6c-de11-be94-00142212c4b1
2006-07-18 11:19:52 +00:00
Etienne Kneuss
427967c856
Fix #37258 (typos + add a reference to class/objects functions)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@212245 c90b9560-bf6c-de11-be94-00142212c4b1
2006-05-01 14:30:50 +00:00
Jakub Vrana
f42cd8487f
Mention getClass() and other ReflectionFunction methods (bug #36916 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210615 c90b9560-bf6c-de11-be94-00142212c4b1
2006-04-03 15:31:21 +00:00
Jakub Vrana
aa9426e7c0
Public in PHP 5.0 (spotted by David Grundl)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@207751 c90b9560-bf6c-de11-be94-00142212c4b1
2006-02-22 13:26:05 +00:00
Nuno Lopes
863001aa52
catch up with latest PHP 5.1
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@207463 c90b9560-bf6c-de11-be94-00142212c4b1
2006-02-18 20:23:31 +00:00
Jakub Vrana
251d8ce566
__call can be private
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@207054 c90b9560-bf6c-de11-be94-00142212c4b1
2006-02-13 11:22:15 +00:00
Jakub Vrana
3d4404ac37
ReflectionObject
...
export parameters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@204949 c90b9560-bf6c-de11-be94-00142212c4b1
2006-01-11 10:24:59 +00:00
Noah Fontes
a8f1f4db85
Clarifications for bug #35832
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@203971 c90b9560-bf6c-de11-be94-00142212c4b1
2005-12-30 03:45:11 +00:00
Dave Barr
11055a8ad0
- Typos.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@202396 c90b9560-bf6c-de11-be94-00142212c4b1
2005-12-08 12:10:54 +00:00
Nuno Lopes
e438f7b8da
fix #33575 : the example is a Parameterized Factory
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@200775 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-18 11:14:24 +00:00