summaryrefslogtreecommitdiff
path: root/ext/reflection/tests
Commit message (Collapse)AuthorAgeFilesLines
* - 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
|
* - Add the ReflectionProperty::setAccesible() method that allows non-publicDerick Rethans2008-02-151-0/+46
| | | | | | property's values to be read through ::getValue(). #- [DOC]
* MFHAntony Dovgal2008-02-152-2/+2
|
* Fix testFelipe Pena2008-01-302-5/+5
|
* Fix testFelipe Pena2008-01-301-4/+34
|
* Fix testsFelipe Pena2008-01-302-2/+2
|
* Fixed Bug#43926 (isInstance() isn't equivalent to instanceof operator)Felipe Pena2008-01-301-0/+37
|
* - MFH Fixed Bug #37964 (Reflection shows private methods of parent class)Marcus Boerger2008-01-161-0/+50
| | | | | (felipe@php.net)
* Added missing warning messageDmitry Stogov2008-01-101-2/+6
|
* Adding PHPT tests for the ReflectionMethod class.Steve Seear2008-01-0318-0/+1928
|
* Adding PHPT tests for the ReflectionProperty class.Steve Seear2007-12-1813-0/+917
|
* Fixed bug #42976 (Crash when constructor for newInstance() orIlia Alshanetsky2007-10-281-0/+34
| | | | | newInstanceArgs() fails)
* - New ReflectionExtension::info() function to print the phpinfo() blockJohannes Schlüter2007-07-241-0/+36
| | | | | for an extension. [DOC]
* reflectionObject testsZoe Slattery2007-07-1224-0/+868
|
* MFHAntony Dovgal2007-07-111-0/+25
|