History log of /PHP-5.3/ext/reflection/php_reflection.c (Results 276 – 300 of 342)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7
# 0266efb8 20-Sep-2003 Marcus Boerger

Add public array Reflection_Class::getDefaultProperties()


# 5b3bb165 18-Sep-2003 Marcus Boerger

Go with studlyCaps


# f8a376fe 18-Sep-2003 Marcus Boerger

Change tostring() into __toString() to match method name used in casting.


# d2088841 16-Sep-2003 Marcus Boerger

- Make it clear whether it is an interface or a class
- Fix static properties


# a986b3f6 06-Sep-2003 Marcus Boerger

Add missing newline if no static methods are available


# 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


1...<<11121314