summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Expand)AuthorAgeFilesLines
* Remove inconsistent behaviour when a protected static prop is overridden by p...Robin Fernandes2008-03-031-5/+5
* Made code opcode-cache friendly. (It is disallowed to change code during exec...Dmitry Stogov2008-02-181-5/+6
* - Fixed speling.Derick Rethans2008-02-152-7/+7
* - Add the ReflectionProperty::setAccesible() method that allows non-publicDerick Rethans2008-02-152-2/+78
* MFHAntony Dovgal2008-02-152-2/+2
* Fix testFelipe Pena2008-01-302-5/+5
* Fix testFelipe Pena2008-01-301-4/+34
* RevertFelipe Pena2008-01-301-1/+1
* Fix the fix (isInstance - order of parameters)Felipe Pena2008-01-301-1/+1
* fix ZTS buildAntony Dovgal2008-01-301-1/+1
* Fix testsFelipe Pena2008-01-302-2/+2
* Fixed Bug#43926 (isInstance() isn't equivalent to instanceof operator)Felipe Pena2008-01-302-1/+38
* - MFH Fixed Bug #37964 (Reflection shows private methods of parent class)Marcus Boerger2008-01-162-1/+55
* Added missing warning messageDmitry Stogov2008-01-101-2/+6
* Adding PHPT tests for the ReflectionMethod class.Steve Seear2008-01-0318-0/+1928
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
* Adding PHPT tests for the ReflectionProperty class.Steve Seear2007-12-1813-0/+917
* Fixed bug #43128 (Very long class name causes segfault)Dmitry Stogov2007-11-221-6/+8
* Fixed bug #42976 (Crash when constructor for newInstance() orIlia Alshanetsky2007-10-282-4/+42
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-8/+8
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-17/+17
* MFH: fix coverity issue #411Antony Dovgal2007-09-271-3/+3
* - Fugbix typo.Sebastian Bergmann2007-08-201-1/+1
* - MFH: Mark the parameter for ReflectionProperty::GetValue as optionalJohannes Schlüter2007-08-171-1/+1
* - 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