summaryrefslogtreecommitdiff
path: root/ext/reflection/tests
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #50152 (ReflectionClass::hasProperty hehaves like isset() not pro...Felipe Pena2009-11-111-1/+0
* - Fixed bug #49719 (ReflectionClass::hasProperty returns true for a private p...Felipe Pena2009-11-012-1/+45
* - Fix some arginfos (thanks Philip)Felipe Pena2009-10-032-4/+87
* Merge ReflectionMethod::setAccessible() to PHP 5.3.2, approved by Johannes.Sebastian Bergmann2009-09-161-0/+111
* Make invokeArgs() error messages consistent with invoke().Sebastian Bergmann2009-09-031-2/+2
* The last of the 2009 testfest testsZoe Slattery2009-08-301-0/+18
* More tests from 2009 testfestZoe Slattery2009-08-301-0/+15
* Test from 2009 testfestZoe Slattery2009-08-263-0/+74
* - Fixed ReflectionClass::getStaticProperties() to do not return the private p...Felipe Pena2009-08-013-13/+5
* - Fixed bug #49092 (ReflectionFunction fails to work with functions in fully ...Jani Taskinen2009-08-011-0/+12
* - Added test for bug #49074Jani Taskinen2009-08-011-0/+35
* MFH: Fixed bug #48757 (ReflectionFunction::invoke() parameter issues)Kalle Sommer Nielsen2009-07-011-0/+21
* Fix testsandy wharmby2009-06-292-14/+11
* MFH: Fixed bug #48336 (ReflectionProperty::getDeclaringClass() does notArnaud Le Blanc2009-05-211-0/+44
* - MFH: Fixed bug #47254 (Wrong Reflection for extends class)Felipe Pena2009-04-278-384/+384
* MFH: Rename reflection*.phpt to Reflection*.phpt for consistency.Sebastian Bergmann2009-04-08107-2/+2
* MFH: Fix issue reported by Roman Borschel.Sebastian Bergmann2009-04-041-0/+57
* [DOC] Remove $this support in closures for PHP 5.3 beta 1Christian Seiler2009-01-269-304/+6
* MFH:Felipe Pena2009-01-0727-117/+105
* - MFH Minor corrections and a new testMarcus Boerger2009-01-032-2/+81
* MFH: Fix #46718: ReflectionProperty::setValue() and ReflectionProperty::setAc...Sebastian Bergmann2008-11-291-26/+64
* Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux...Ant Phillips2008-11-1856-0/+4914
* Commit tests for ext/reflectionAnt Phillips2008-11-178-0/+362
* - Fixed testsFelipe Pena2008-11-132-4/+4
* - Next step in namespaces, using / as namespace separator.Marcus Boerger2008-11-042-8/+8
* - MFH: Fixed bug #46064 (Exception when creating ReflectionProperty object on...Felipe Pena2008-10-292-0/+153
* Fixed bug #46205 (Closure - Memory leaks when ReflectionException is thrown)Dmitry Stogov2008-10-011-0/+14
* - Fixed testFelipe Pena2008-08-181-10/+10
* MFH: Fixed segfaults (tests added)Christian Seiler2008-08-113-0/+83
* - MFH: New testsFelipe Pena2008-08-1116-0/+420
* - MFH Closure/Reflection integration (original idea by Christian Seiler)Marcus Boerger2008-08-113-9/+116
* - MFH: Fixed bug #45765 (ReflectionObject with default parameters of self::xx...Felipe Pena2008-08-111-0/+82
* Tests for ReflectionMethod::getClosure() and ReflectionFunction::getClosure()Felix De Vliegher2008-08-084-0/+192
* - Fixed bug #45571 (ReflectionClass::export() shows superclasses' private sta...Felipe Pena2008-07-201-0/+40
* MFHAntony Dovgal2008-07-111-0/+4
* Added support for namespacesDmitry Stogov2008-06-252-0/+59
* - New parameter parsing APIFelipe Pena2008-06-211-2/+2
* Testfest: various tests for ReflectionParameterLars Strojny2008-06-127-0/+163
* Testfest test cases for ReflectionExtensionLars Strojny2008-06-127-0/+168
* Testfest: ReflectionExtension tests by Gerrit te Sligte and Leon LuijkxLars Strojny2008-06-123-0/+52
* Testfest: ReflectionExtension::info()-test by Stefan KoopmanschapLars Strojny2008-06-121-0/+19
* Reflection::getModifierNames()-test by Felix De Vliegher (Testfest)Lars Strojny2008-06-121-0/+139
* - MFB: Fixed bug #45139 (ReflectionProperty returns incorrect declaring class)Felipe Pena2008-06-011-0/+58
* Drop SKIPIF check for ext/reflection.Sebastian Bergmann2008-05-2492-198/+14
* More basic ReflectionClass tests from Dutch TestFest.Robin Fernandes2008-05-2315-7/+157
* Basic ReflectionClass tests (from Dutch TestFest)Robin Fernandes2008-05-228-0/+268
* MFH: Add tests for ReflectionFunction::getExtension*().Sebastian Bergmann2008-05-112-0/+35
* MFHAntony Dovgal2008-04-291-2/+2
* Remove inconsistent behaviour when a protected static prop is overridden by p...Robin Fernandes2008-03-031-5/+5
* - Fixed speling.Derick Rethans2008-02-151-3/+3