Marcus Boerger
|
520097b065
|
- Fix Bug #30856 (ReflectionClass::getStaticProperties segfaults)
|
2004-11-24 19:56:54 +00:00 |
|
Marcus Boerger
|
4ab537fc61
|
- Add new test
|
2004-11-24 19:56:25 +00:00 |
|
Marcus Boerger
|
95ff205e6c
|
- Bugix #30783: Apache crash when using ReflectionFunction::getStaticVariables()
|
2004-11-14 18:01:44 +00:00 |
|
Marcus Boerger
|
fcbd8c4f99
|
- Trying to invoke function not methot here
|
2004-11-03 21:18:44 +00:00 |
|
Marcus Boerger
|
63b288c464
|
- Fix invokeargs() with static methods
|
2004-11-03 21:11:48 +00:00 |
|
Marcus Boerger
|
41b87ab486
|
- Add ReflectionFunction::invokeArgs(array)
- Add ReflectionMethod::invokeArgs(obj, array)
|
2004-10-31 15:30:53 +00:00 |
|
Sebastian Bergmann
|
e1a941b486
|
Invokation -> Invocation
|
2004-10-31 10:19:53 +00:00 |
|
Marcus Boerger
|
9d7cba9db0
|
- Be consistent and use names as keys (found by johannes)
|
2004-10-30 19:53:25 +00:00 |
|
Marcus Boerger
|
8bf02ee681
|
- Fix protos
|
2004-10-30 10:18:10 +00:00 |
|
Marcus Boerger
|
ca6558a406
|
- Fix Bug #30344
|
2004-10-06 21:23:18 +00:00 |
|
Marcus Boerger
|
a898c2dd28
|
Fix classnames
|
2004-09-29 08:55:45 +00:00 |
|
Marcus Boerger
|
93753e19b1
|
Add new test
|
2004-09-29 08:48:16 +00:00 |
|
Marcus Boerger
|
b907755e3c
|
- publish reflection_class_factory() as zend_reflection_class_factory()
|
2004-09-28 19:06:15 +00:00 |
|
Marcus Boerger
|
3fec3a916b
|
- Make internally used properties read-only and fix default properties
|
2004-09-27 22:24:57 +00:00 |
|
Marcus Boerger
|
0e68cf3cdb
|
- Add new test
|
2004-09-27 22:23:31 +00:00 |
|
Marcus Boerger
|
8d587ce308
|
- Declare properties
|
2004-09-27 21:25:12 +00:00 |
|
Marcus Boerger
|
5ab692da02
|
- Add new test
|
2004-09-27 21:24:45 +00:00 |
|
Marcus Boerger
|
9291a7fa98
|
Fix Reflection_Class to ReflectionClass in docu/messages
|
2004-09-27 09:11:40 +00:00 |
|
Marcus Boerger
|
04fe8184f8
|
- Fix warnings
|
2004-09-27 09:01:18 +00:00 |
|
Marcus Boerger
|
2e49a2d960
|
Add test description
|
2004-09-23 18:43:21 +00:00 |
|
Marcus Boerger
|
c0b62ca36d
|
Add new test
|
2004-09-23 18:38:34 +00:00 |
|
Marcus Boerger
|
e13eb1d6c0
|
Bugfix # 30209
|
2004-09-23 18:37:53 +00:00 |
|
Marcus Boerger
|
d0cfb7d3fd
|
Bugfix #30146 (ReflectionProperty->getValue() requires instance for static property)
|
2004-09-19 11:54:08 +00:00 |
|
Marcus Boerger
|
dfe23e34d9
|
Add new test
|
2004-09-19 11:53:30 +00:00 |
|
Marcus Boerger
|
980424a834
|
Add new test
|
2004-09-19 11:26:05 +00:00 |
|
Marcus Boerger
|
43d9ade92b
|
Bugfix #30148 (ReflectionMethod->isConstructor() fails for inherited classes)
|
2004-09-19 11:25:39 +00:00 |
|
Marcus Boerger
|
b1d43bac61
|
Fix test: Classes cannot extend Interfaces
|
2004-08-26 22:58:12 +00:00 |
|
Marcus Boerger
|
5960786cc6
|
Add new test
|
2004-08-26 22:24:48 +00:00 |
|
Marcus Boerger
|
308081cd11
|
- Implement #29728: Reflection API Feature: Default parameter value.
. ReflectionParameter::isDefaultValueAvailable()
. ReflectionParameter::getDefaultValue()
|
2004-08-19 07:42:02 +00:00 |
|
Marcus Boerger
|
5e1a0f4c0c
|
- Nedd to work on copy
|
2004-08-19 07:16:02 +00:00 |
|
Marcus Boerger
|
35fec42377
|
- Show default value of optional parameters of user defined functions.
|
2004-08-18 23:07:12 +00:00 |
|
Marcus Boerger
|
041d23d7b6
|
- Fix bug #29447: Reflection API issues
|
2004-08-16 08:48:25 +00:00 |
|
Marcus Boerger
|
90e4fd0a0a
|
- Fix bug #29523 (ReflectionParameter::isOptional() is incorrect)
|
2004-08-04 22:47:56 +00:00 |
|
Marcus Boerger
|
70268f05ef
|
- Expand to test number of parameters
|
2004-08-02 23:10:53 +00:00 |
|
Marcus Boerger
|
84b90d6803
|
- Add methods to check parameter count
|
2004-08-02 23:10:29 +00:00 |
|
Marcus Boerger
|
2803965525
|
Correct test name
|
2004-08-02 23:00:35 +00:00 |
|
Marcus Boerger
|
ef9e7e5d9e
|
Add test
|
2004-08-02 22:59:58 +00:00 |
|
Marcus Boerger
|
7e914380c9
|
- Show visibility errors (try to fix #29354)
|
2004-07-25 18:20:33 +00:00 |
|
Marcus Boerger
|
40bf10319b
|
- Add ReflectionParameter::isOptional() to test whether a parameter is
optional and also show this information in export.
|
2004-07-25 07:06:53 +00:00 |
|
Marcus Boerger
|
446cc107b8
|
- Fixed bug 28895 again (long live the dead)
|
2004-07-20 18:22:31 +00:00 |
|
Sebastian Bergmann
|
fb3c30574e
|
Fix prototypes: Reflection_* -> Reflection*.
|
2004-07-19 19:17:32 +00:00 |
|
Sebastian Bergmann
|
045d395d4a
|
Make ReflectionClass::getMethod() and ReflectionClass::getProperty() raise an ReflectionException instead of returning NULL on failure.
|
2004-07-19 19:14:10 +00:00 |
|
Sebastian Bergmann
|
32e125e2b8
|
Do not use contracted forms.
|
2004-07-19 19:02:11 +00:00 |
|
Sebastian Bergmann
|
f0903895c1
|
Reflection_* -> Reflection*. Patch by Timm Friebe.
|
2004-06-19 16:52:04 +00:00 |
|
Marcus Boerger
|
4fec06587b
|
#28789: ReflectionProperty getValue() fails on public static members
|
2004-06-15 20:39:49 +00:00 |
|
Marcus Boerger
|
eb0cb6f6ed
|
Small code layout change
|
2004-06-10 12:11:16 +00:00 |
|
Marcus Boerger
|
e8e4ff0aa1
|
Bugfix #28699: Reflection api bugs
|
2004-06-10 11:28:29 +00:00 |
|
Marcus Boerger
|
4213153365
|
Fix Bug #28694 ReflectionExtension::getFunctions() crashes PHP
|
2004-06-09 19:25:42 +00:00 |
|
Marcus Boerger
|
9b8eee74d9
|
Refcount must not be set separatley again.
|
2004-05-31 21:49:52 +00:00 |
|
Marcus Boerger
|
20b60f49d9
|
Add missing initialization
|
2004-05-31 21:46:00 +00:00 |
|