History log of /PHP-7.3/ext/reflection/php_reflection.c (Results 626 – 650 of 698)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e7233928 08-Nov-2003 Marcus Boerger

Add method reflection_class::implementsInterface()
Allow string & reflection_class in isSubclassOf()


# ab6b1adf 08-Nov-2003 Marcus Boerger

Fix reflection_class::isSubclassOf()


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1
# da8ce17f 25-Oct-2003 Marcus Boerger

This forces a better error message for non working clone calls.


# fe3db4c7 25-Oct-2003 Marcus Boerger

You shall not clone reflection_xx instances


Revision tags: php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3
# 641a55a4 17-Oct-2003 Marcus Boerger

Show if a class/object is iterateable


# 43a94837 17-Oct-2003 Marcus Boerger

Fix showing final/abstract for classes


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


1...<<2122232425262728