summaryrefslogtreecommitdiff
path: root/Zend/zend_reflection_api.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #33512 (Add missing support for isset()/unset() overloading to comp...Dmitry Stogov2005-07-071-0/+4
* Fixed memory leak.Ilia Alshanetsky2005-06-211-0/+3
* - Fix bug #33389 by fixing copyingMarcus Boerger2005-06-201-19/+17
* - Show true/flaseMarcus Boerger2005-06-201-1/+7
* - Internal functions/methods can now return by referenceMarcus Boerger2005-06-161-1/+1
* Fixed bug #33312 (ReflectionParameter methods do not work correctly)Dmitry Stogov2005-06-131-6/+24
* Fixed support for ZEND_ACC_SHADOW in ReflectionProperty constructorDmitry Stogov2005-06-101-1/+1
* MF50: fix #29689 and more private property problemsStanislav Malyshev2005-06-091-7/+14
* Fixed ReflectionClass::setStaticPropertyValue()Dmitry Stogov2005-06-081-0/+7
* Added array type hinting. (This patch requires full re-make)Dmitry Stogov2005-05-261-0/+20
* - Make ReflectionObject::hasProperty() recognize dynamically added propsMarcus Boerger2005-05-121-0/+11
* Correct grammar.Sebastian Bergmann2005-04-251-2/+2
* - Add ReflectionProperty::getDocComment()Marcus Boerger2005-04-191-0/+16
* - Fix by TimMarcus Boerger2005-03-061-0/+1
* - Add two new methodsMarcus Boerger2005-02-271-1/+64
* - Fixed bug #32076 (ReflectionMethod :: isDestructor() always return true)Derick Rethans2005-02-231-1/+1
* - Be more gracious in reflection APIMarcus Boerger2005-02-131-6/+12
* - Add ReclectionClass:hasProperty(), ReflectionClass::hasConstant()Marcus Boerger2005-01-311-0/+48
* - Fix #31651 (ReflectionClass::getDefaultProperties segfaults with arrays.)Marcus Boerger2005-01-221-5/+3
* - Need to unmangle the class name hereMarcus Boerger2004-12-271-2/+3
* - More proto/error message fixesMarcus Boerger2004-12-271-6/+6
* - Small fixlet (by Tony)Marcus Boerger2004-12-271-2/+2
* - Add ReflectionClass::hasMethod() (thanks to Johannes S.)Marcus Boerger2004-12-251-0/+27
* - Fix Bug #30856 (ReflectionClass::getStaticProperties segfaults)Marcus Boerger2004-11-241-0/+7
* - Bugix #30783: Apache crash when using ReflectionFunction::getStaticVariables()Marcus Boerger2004-11-141-1/+1
* - Trying to invoke function not methot hereMarcus Boerger2004-11-031-2/+2
* - Fix invokeargs() with static methodsMarcus Boerger2004-11-031-1/+9
* - Add ReflectionFunction::invokeArgs(array)Marcus Boerger2004-10-311-0/+162
* Invokation -> InvocationSebastian Bergmann2004-10-311-4/+4
* - Be consistent and use names as keys (found by johannes)Marcus Boerger2004-10-301-1/+1
* - Fix protosMarcus Boerger2004-10-301-7/+7
* - Fix Bug #30344Marcus Boerger2004-10-061-6/+6
* - publish reflection_class_factory() as zend_reflection_class_factory()Marcus Boerger2004-09-281-8/+8
* - Make internally used properties read-only and fix default propertiesMarcus Boerger2004-09-271-0/+23
* - Declare propertiesMarcus Boerger2004-09-271-0/+8
* Fix Reflection_Class to ReflectionClass in docu/messagesMarcus Boerger2004-09-271-6/+6
* - Fix warningsMarcus Boerger2004-09-271-10/+9
* Bugfix # 30209Marcus Boerger2004-09-231-3/+5
* Bugfix #30146 (ReflectionProperty->getValue() requires instance for static pr...Marcus Boerger2004-09-191-26/+35
* Bugfix #30148 (ReflectionMethod->isConstructor() fails for inherited classes)Marcus Boerger2004-09-191-3/+18
* - Implement #29728: Reflection API Feature: Default parameter value.Marcus Boerger2004-08-191-0/+62
* - Nedd to work on copyMarcus Boerger2004-08-191-1/+2
* - Show default value of optional parameters of user defined functions.Marcus Boerger2004-08-181-5/+33
* - Fix bug #29447: Reflection API issuesMarcus Boerger2004-08-161-0/+2
* - Fix bug #29523 (ReflectionParameter::isOptional() is incorrect)Marcus Boerger2004-08-041-2/+3
* - Add methods to check parameter countMarcus Boerger2004-08-021-0/+30
* - Show visibility errors (try to fix #29354)Marcus Boerger2004-07-251-0/+3
* - Add ReflectionParameter::isOptional() to test whether a parameter isMarcus Boerger2004-07-251-3/+26
* - Fixed bug 28895 again (long live the dead)Marcus Boerger2004-07-201-1/+1
* Fix prototypes: Reflection_* -> Reflection*.Sebastian Bergmann2004-07-191-11/+11