Dmitry Stogov
|
1a72341328
|
Added array type hinting. (This patch requires full re-make)
|
2005-05-26 13:46:17 +00:00 |
|
Marcus Boerger
|
3453cf642a
|
- Add new tests
|
2005-05-26 12:22:18 +00:00 |
|
Marcus Boerger
|
c1e480d46e
|
- Make ReflectionObject::hasProperty() recognize dynamically added props
|
2005-05-12 21:25:42 +00:00 |
|
Sebastian Bergmann
|
11a91f04b2
|
Correct grammar.
|
2005-04-25 05:13:36 +00:00 |
|
Marcus Boerger
|
67a226d910
|
- Add ReflectionProperty::getDocComment()
|
2005-04-19 22:04:59 +00:00 |
|
Marcus Boerger
|
43a5cee728
|
- Add more tests
|
2005-04-17 20:33:20 +00:00 |
|
Marcus Boerger
|
5b21e48557
|
- Fix even though we already know that the function will be renamed
|
2005-04-15 18:53:42 +00:00 |
|
Marcus Boerger
|
53e5eb8032
|
- Add new test
|
2005-04-08 13:34:30 +00:00 |
|
Marcus Boerger
|
86ac9559be
|
- Fix by Tim
|
2005-03-06 22:15:35 +00:00 |
|
Marcus Boerger
|
893e9c0498
|
- Add new test
|
2005-02-27 22:25:11 +00:00 |
|
Marcus Boerger
|
c4bc32ff7b
|
- Add two new methods
- Fix signature, no need to cast it
|
2005-02-27 22:21:17 +00:00 |
|
Derick Rethans
|
30d9fd6bba
|
- Fixed bug #32076 (ReflectionMethod :: isDestructor() always return true)
(Patch by Antony Dogval)
|
2005-02-23 12:20:04 +00:00 |
|
Marcus Boerger
|
a57b6bad69
|
- Be more gracious in reflection API
|
2005-02-13 23:04:49 +00:00 |
|
Marcus Boerger
|
d308d6d462
|
- Rename
|
2005-02-13 13:57:51 +00:00 |
|
Marcus Boerger
|
0a9e940ab7
|
- Add new test
|
2005-02-13 13:50:30 +00:00 |
|
Marcus Boerger
|
0bb81ce1d6
|
- Add ReclectionClass:hasProperty(), ReflectionClass::hasConstant()
to complete api (johannes@php.net)
|
2005-01-31 22:56:01 +00:00 |
|
Marcus Boerger
|
1d5c13bdad
|
- Fix #31651 (ReflectionClass::getDefaultProperties segfaults with arrays.)
|
2005-01-22 12:23:01 +00:00 |
|
Marcus Boerger
|
bad986232b
|
- Update after fixing it
|
2005-01-22 12:22:01 +00:00 |
|
Marcus Boerger
|
a01e3435de
|
_ Add test for bug 31651
|
2005-01-22 11:46:56 +00:00 |
|
Marcus Boerger
|
7be33a225e
|
- Need to unmangle the class name here
|
2004-12-27 15:13:26 +00:00 |
|
Marcus Boerger
|
03af7c8abc
|
- More proto/error message fixes
|
2004-12-27 13:32:22 +00:00 |
|
Marcus Boerger
|
4b80deed8e
|
- Small fixlet (by Tony)
|
2004-12-27 11:41:45 +00:00 |
|
Marcus Boerger
|
8c7bd30a7b
|
- Add ReflectionClass::hasMethod() (thanks to Johannes S.)
|
2004-12-25 16:27:27 +00:00 |
|
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 |
|