George Peter Banyard
967b4787ba
Remove return value section for Reflection constructors
2022-04-08 00:45:55 +01:00
Yoshinari Takaoka
49eff29e8e
replaced class
with method
.
...
Because these classes are NOT originally `final` class in PHP 8.0.
https://github.com/php/php-src/blob/PHP-8.0/ext/reflection/php_reflection.stub.php
2021-12-03 00:51:27 +09:00
Sergey Panteleev
83b6431800
[PHP 8.1] Remove final modifier from __clone()
( #1131 )
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2021-12-02 15:16:08 +03:00
Yoshinari Takaoka
d3191e2f3c
replaced deprected warning with deprecated-removed one.
2021-05-02 14:18:03 +09:00
Máté Kocsis
98df2cf9a9
Generate reflection methodsynopses based on stubs
...
We also document the new `$filter` parameter for the `ReflectionClass`
methods `::getConstants()` and `::getReflectionConstants()` and the
respective constants.
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
Closes GH-298.
2020-12-31 17:03:54 +01:00
Christoph Michael Becker
565b5f3de9
Fix example output for PHP 7.0.0 and up
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352077 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-14 20:10:29 +00:00
Christoph Michael Becker
4754397753
Revert revision 351727 from phpdoc/en/trunk:
...
Document false and null return types
Cf. <https://news-web.php.net/php.doc.cvs/17645 >.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351729 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 17:58:32 +00:00
Jakub Vrana
69bd53265b
Document false and null return types
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351727 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 15:12:46 +00:00
Christoph Michael Becker
a465b89916
Reflection*::export is deprecated as of PHP 7.4.0
...
Seems we're overdue actually documenting these methods.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350501 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-03 08:59:26 +00:00
Jakub Vrana
b8758b0605
Use entities in initializer
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343899 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 19:11:34 +00:00
Sebastian Bergmann
656d1610af
Add missing modifier information. Patch by Jeff Welch <whatthejeff@gmail.com>.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330543 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-18 05:36:30 +00:00
Jakub Vrana
78954fcbb8
Link ReflectionExtension::getINIEntries() and ini_get_all()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330275 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-17 22:57:21 +00:00
Jakub Vrana
f413966fc3
Link get_extension_funcs() and Reflection
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323981 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-07 06:00:24 +00:00
Jakub Vrana
fcddfb2551
Link directly to magic methods
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322136 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-12 15:01:15 +00:00
Richard Quadling
8b6d169424
Native EOL
...
Use consistent line terminator.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317663 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-03 16:27:39 +00:00
Shein Alexey
9b6aa3d5f9
Fix the build.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315808 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-30 19:33:35 +00:00
Hannes Magnusson
e15ee52c4d
Fixed bug#49294 (ReflectionExtension::info doesn't return the info)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315777 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-30 12:54:37 +00:00
Jakub Vrana
36869bc1ba
New methods
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312699 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-30 14:24:48 +00:00
Kalle Sommer Nielsen
571258fe2e
ReflectionExtension::getdependencies() may return Optional aswell
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299955 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-30 04:10:15 +00:00
Kalle Sommer Nielsen
b5ac8ca1e8
Documented a couple undocumented methods and fixed some bugs here and there
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299908 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-28 14:46:46 +00:00
Torben Wilson
af4410a7e1
Normalized the sgml-default-dtd-file local-variable line for those
...
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Philip Olson
6c18ab3fe2
- Rewrote the reflection documentation as a book, and removed it from the OOP 5 section
...
- Many parts are still considered undocumented -- feel free to edit
- Some content stolen from here:
--- http://svn.php.net/viewvc/phpdoc/en/trunk/language/oop5/reflection.xml?revision=283798&view=markup
--- http://svn.php.net/viewvc/php/php-src/trunk/ext/reflection/tests/
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287332 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-15 14:39:48 +00:00