summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Expand)AuthorAgeFilesLines
* - New ReflectionExtension::info() function to print the phpinfo() blockJohannes Schlüter2007-07-242-0/+51
* Avoid endless loopHannes Magnusson2007-07-231-0/+2
* reflectionObject testsZoe Slattery2007-07-1224-0/+868
* MFHAntony Dovgal2007-07-112-24/+57
* More reflectionClass testsZoe Slattery2007-07-1115-0/+457
* MFH: fix copy/paste type and bug #41962Antony Dovgal2007-07-111-1/+1
* tests for reflectionClassZoe Slattery2007-07-108-0/+326
* ReflectionClass constructor testsZoe Slattery2007-07-092-0/+100
* - Bug #41525 ReflectionParameter::getPosition() not availableMarcus Boerger2007-05-291-16/+1
* MFH: fix logicHannes Magnusson2007-05-281-1/+1
* fix testsAntony Dovgal2007-04-261-0/+2
* - Fix bug #41061 ("visibility error" in ReflectionFunction::export())Johannes Schlüter2007-04-122-15/+49
* add missing SKIPIF sectionsAntony Dovgal2007-04-1210-1/+21
* add new testAntony Dovgal2007-04-121-0/+112
* new testAntony Dovgal2007-03-191-0/+38
* MFH: fix #40794 (ReflectionObject::getValues() may crash when used with dynam...Antony Dovgal2007-03-171-21/+21
* Fugbix typo.Sebastian Bergmann2007-03-161-7/+7
* MFHAntony Dovgal2007-02-102-4/+147
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
* Fixed bug #39884 (ReflectionParameter::getClass() throws exception for typeIlia Alshanetsky2006-12-222-1/+56
* - MFH: Fix #38465 (ReflectionParameter fails if default value is an access to...Johannes Schlüter2006-10-182-1/+67
* MFH: fix #39125 (Memleak when reflecting non-existing class/method)Antony Dovgal2006-10-112-0/+46
* more improvementsAntony Dovgal2006-10-062-2/+14
* MFH: fix #39067 (getDeclaringClass() and private properties)Antony Dovgal2006-10-062-0/+37
* Fixed bug #38942 (Double old-style-ctor inheritance)Dmitry Stogov2006-10-031-4/+10
* MFH: #39001 (ReflectionProperty returns incorrect declaring class for protect...Antony Dovgal2006-10-022-2/+36
* Fix testHannes Magnusson2006-10-021-1/+1
* Fixed bug #38942 (Double old-style-ctor inheritance)Dmitry Stogov2006-09-262-2/+48
* fix testAntony Dovgal2006-09-121-6/+6
* - MFH: Print the type of the original valueJohannes Schlüter2006-09-111-1/+4
* - MFH: Fix #37923 (Display constant value in reflection::export)Johannes Schlüter2006-09-111-2/+15
* Make ReflectionFunctionAbstract abstractHannes Magnusson2006-09-101-5/+6
* - MFH: Add HAVE_REFLECTION define for win32 (by Steph)Johannes Schlüter2006-09-021-0/+1
* last portion of z/Z fixesAntony Dovgal2006-08-311-43/+45
* MFH: fix #38653 (memory leak in ReflectionClass::getConstant())Antony Dovgal2006-08-302-0/+30
* MFH: build ext/spl and ext/reflection as static (fixes #38556)Antony Dovgal2006-08-231-4/+1
* Improved fix for bug #38132Ilia Alshanetsky2006-07-262-17/+12
* MFH: fix bug #38217 (ReflectionClass::newInstanceArgs() tries to allocate too...Antony Dovgal2006-07-262-9/+57
* - wsMichael Wallner2006-07-251-3/+3
* Fixed bug #38132 (ReflectionClass::getStaticProperties() retains \0 in keyIlia Alshanetsky2006-07-252-3/+61
* Fixed bug #38194 (ReflectionClass::isSubclassOf() returns TRUE for theIlia Alshanetsky2006-07-252-2/+14
* - MFH zend_unmangle_property_name(), drop zend_unmangle_property_name_ex()Marcus Boerger2006-07-241-4/+4
* - MFH Fixed bug #37816 (ReflectionProperty does not throw exception when acce...Marcus Boerger2006-07-102-11/+43
* - MFH Fix logicMarcus Boerger2006-07-091-1/+1
* MFH: ReflectionFunction::isDisabled()Hannes Magnusson2006-07-071-0/+14
* mfhHannes Magnusson2006-07-041-1/+1
* MFH: Fix protos&arginfoHannes Magnusson2006-07-041-6/+16
* - MFH Fix ReflectionObject::getProperties() + dyn propertiesMarcus Boerger2006-06-241-0/+27
* MFHHannes Magnusson2006-06-102-25/+37
* - MFH Add arginfo (hannes)Marcus Boerger2006-06-071-35/+233