#
10ea007e |
| 06-Sep-2003 |
Marcus Boerger |
- Internal functions shall be static - Fix more nesting
|
#
35529e19 |
| 06-Sep-2003 |
Marcus Boerger |
Fix logic
|
#
c31fc777 |
| 06-Sep-2003 |
Marcus Boerger |
- Fix CS: {{{ / }}} - Fix static reflection_*::export() - Add class reflection_object which allows to show dynamic properties
|
#
f5b11144 |
| 06-Sep-2003 |
Marcus Boerger |
Use %s where it makes more sense
|
#
79a507e4 |
| 05-Sep-2003 |
Marcus Boerger |
Simplify reflection_property::__constructor() and fix property factory
|
#
9a39cd55 |
| 05-Sep-2003 |
Marcus Boerger |
- Don't use resorved words as variable names. - Improve several exception messages. - Fix Reflection_Property::_construct() / getDeclaringClass() # The above does not imply that propertie
- Don't use resorved words as variable names. - Improve several exception messages. - Fix Reflection_Property::_construct() / getDeclaringClass() # The above does not imply that properties are fixed when returned # by other reflection api methods.
show more ...
|
#
34990374 |
| 05-Sep-2003 |
Marcus Boerger |
Fix reflection_api::__construct() (noticed by Andrey)
|
#
4e7a782f |
| 04-Sep-2003 |
Marcus Boerger |
Add reflection_class::getstaticproerties()
|
#
2f6e25da |
| 03-Sep-2003 |
Marcus Boerger |
Clearly distinguish between Const, Static and Other members. # Const and static props have more in common then static and dynamic/implicit.
|
#
560d3ab3 |
| 02-Sep-2003 |
Marcus Boerger |
Use appropriate function for property name unmangling. # Make Andrey happy
|
#
7148cb9e |
| 02-Sep-2003 |
Marcus Boerger |
Make these static as noticed by Andrey
|
#
bd86aff0 |
| 02-Sep-2003 |
Marcus Boerger |
These are implicit properties as denoted by the flag. Dynamic properties only exist in one single object and currently reflection api is not capable of showing those.
|
#
bca0019d |
| 01-Sep-2003 |
Marcus Boerger |
Fix initial buffer size
|
#
2b19c543 |
| 01-Sep-2003 |
Marcus Boerger |
Fix class handling of invoke
|
#
bef3e13c |
| 01-Sep-2003 |
Marcus Boerger |
Add missing '}'
|
#
cbd08869 |
| 01-Sep-2003 |
Marcus Boerger |
Add static reflector::export() and its implementations. # # This makes the main reflection use a lot easier. #
|
#
a389286b |
| 01-Sep-2003 |
Marcus Boerger |
Set the params in the struct
|
#
4506d4ea |
| 31-Aug-2003 |
Marcus Boerger |
Don't repeat first const count(consts) time
|
#
660c14e7 |
| 31-Aug-2003 |
Marcus Boerger |
Beautify output
|
#
4af06210 |
| 31-Aug-2003 |
Marcus Boerger |
Add reflection_parameters, patch by Timm Friebe
|
#
8376b7ef |
| 31-Aug-2003 |
Marcus Boerger |
Check whether we may access tat union
|
#
ade319ac |
| 31-Aug-2003 |
Marcus Boerger |
Using zend_spprintf should be faster here
|
#
f1c92fa4 |
| 30-Aug-2003 |
Marcus Boerger |
- Calling abstract methods should be a error for consistency reason. - So in reflection_api we use the reflection_exception again.
|
#
6c69b287 |
| 30-Aug-2003 |
Marcus Boerger |
fci.function_table & fci.function_name are not needed since we use zend_fcall_info_cache
|
#
e6795048 |
| 30-Aug-2003 |
Marcus Boerger |
Be precise
|