summaryrefslogtreecommitdiff
path: root/ext/reflection/tests
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed bug #50152 (ReflectionClass::hasProperty hehaves like isset() not ↵Felipe Pena2009-11-111-1/+0
| | | | | | | property_exists) [5_2 is OK]
* - Fixed bug #49719 (ReflectionClass::hasProperty returns true for a private ↵Felipe Pena2009-11-012-1/+45
| | | | property in base class)
* - Fix some arginfos (thanks Philip)Felipe Pena2009-10-032-4/+87
| | | | | - Added arginfo info. for void params
* 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 ↵Felipe Pena2009-08-013-13/+5
| | | | | | | properties from parent class; behavior already adopted in ReflectionClass::getDefaultProperties() and ReflectionClass::getProperties().
* - Fixed bug #49092 (ReflectionFunction fails to work with functions in fully ↵Jani Taskinen2009-08-011-0/+12
| | | | qualified namespaces)
* - 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
| | | | | | work with redeclared property) (patch by Markus dot Lidel at shadowconnect dot com)
* - 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
| | | | | | - Implementation notes here: http://wiki.php.net/rfc/closures/removal-of-this
* MFH:Felipe Pena2009-01-0727-117/+105
| | | | | | - New parameter parsing - Removed METHOD_NOTSTATIC_NUMPARAMS
* - MFH Minor corrections and a new testMarcus Boerger2009-01-032-2/+81
|
* MFH: Fix #46718: ReflectionProperty::setValue() and ↵Sebastian Bergmann2008-11-291-26/+64
| | | | ReflectionProperty::setAccessible().
* Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and ↵Ant Phillips2008-11-1856-0/+4914
| | | | Linux 64 bit).
* 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 ↵Felipe Pena2008-10-292-0/+153
| | | | on dynamicly created property)
* 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 ↵Felipe Pena2008-08-111-0/+82
| | | | self::xxx cause an error)
* Tests for ReflectionMethod::getClosure() and ReflectionFunction::getClosure()Felix De Vliegher2008-08-084-0/+192
|
* - Fixed bug #45571 (ReflectionClass::export() shows superclasses' private ↵Felipe Pena2008-07-201-0/+40
| | | | | | | static methods.) patch by Robin Fernandes
* 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 ↵Robin Fernandes2008-03-031-5/+5
| | | | public static prop (details: http://turl.ca/phhhf ).
* - Fixed speling.Derick Rethans2008-02-151-3/+3
|