| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Fixed bug #50152 (ReflectionClass::hasProperty hehaves like isset() not ↵ | Felipe Pena | 2009-11-11 | 1 | -1/+0 |
| | | | | | | | | property_exists) [5_2 is OK] | ||||
| * | - Fixed bug #49719 (ReflectionClass::hasProperty returns true for a private ↵ | Felipe Pena | 2009-11-01 | 2 | -1/+45 |
| | | | | | property in base class) | ||||
| * | - Fix some arginfos (thanks Philip) | Felipe Pena | 2009-10-03 | 2 | -4/+87 |
| | | | | | | - Added arginfo info. for void params | ||||
| * | Merge ReflectionMethod::setAccessible() to PHP 5.3.2, approved by Johannes. | Sebastian Bergmann | 2009-09-16 | 1 | -0/+111 |
| | | |||||
| * | Make invokeArgs() error messages consistent with invoke(). | Sebastian Bergmann | 2009-09-03 | 1 | -2/+2 |
| | | |||||
| * | The last of the 2009 testfest tests | Zoe Slattery | 2009-08-30 | 1 | -0/+18 |
| | | |||||
| * | More tests from 2009 testfest | Zoe Slattery | 2009-08-30 | 1 | -0/+15 |
| | | |||||
| * | Test from 2009 testfest | Zoe Slattery | 2009-08-26 | 3 | -0/+74 |
| | | |||||
| * | - Fixed ReflectionClass::getStaticProperties() to do not return the private ↵ | Felipe Pena | 2009-08-01 | 3 | -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 Taskinen | 2009-08-01 | 1 | -0/+12 |
| | | | | | qualified namespaces) | ||||
| * | - Added test for bug #49074 | Jani Taskinen | 2009-08-01 | 1 | -0/+35 |
| | | |||||
| * | MFH: Fixed bug #48757 (ReflectionFunction::invoke() parameter issues) | Kalle Sommer Nielsen | 2009-07-01 | 1 | -0/+21 |
| | | |||||
| * | Fix tests | andy wharmby | 2009-06-29 | 2 | -14/+11 |
| | | |||||
| * | MFH: Fixed bug #48336 (ReflectionProperty::getDeclaringClass() does not | Arnaud Le Blanc | 2009-05-21 | 1 | -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 Pena | 2009-04-27 | 8 | -384/+384 |
| | | |||||
| * | MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. | Sebastian Bergmann | 2009-04-08 | 107 | -2/+2 |
| | | |||||
| * | MFH: Fix issue reported by Roman Borschel. | Sebastian Bergmann | 2009-04-04 | 1 | -0/+57 |
| | | |||||
| * | [DOC] Remove $this support in closures for PHP 5.3 beta 1 | Christian Seiler | 2009-01-26 | 9 | -304/+6 |
| | | | | | | | - Implementation notes here: http://wiki.php.net/rfc/closures/removal-of-this | ||||
| * | MFH: | Felipe Pena | 2009-01-07 | 27 | -117/+105 |
| | | | | | | | - New parameter parsing - Removed METHOD_NOTSTATIC_NUMPARAMS | ||||
| * | - MFH Minor corrections and a new test | Marcus Boerger | 2009-01-03 | 2 | -2/+81 |
| | | |||||
| * | MFH: Fix #46718: ReflectionProperty::setValue() and ↵ | Sebastian Bergmann | 2008-11-29 | 1 | -26/+64 |
| | | | | | ReflectionProperty::setAccessible(). | ||||
| * | Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and ↵ | Ant Phillips | 2008-11-18 | 56 | -0/+4914 |
| | | | | | Linux 64 bit). | ||||
| * | Commit tests for ext/reflection | Ant Phillips | 2008-11-17 | 8 | -0/+362 |
| | | |||||
| * | - Fixed tests | Felipe Pena | 2008-11-13 | 2 | -4/+4 |
| | | |||||
| * | - Next step in namespaces, using / as namespace separator. | Marcus Boerger | 2008-11-04 | 2 | -8/+8 |
| | | |||||
| * | - MFH: Fixed bug #46064 (Exception when creating ReflectionProperty object ↵ | Felipe Pena | 2008-10-29 | 2 | -0/+153 |
| | | | | | on dynamicly created property) | ||||
| * | Fixed bug #46205 (Closure - Memory leaks when ReflectionException is thrown) | Dmitry Stogov | 2008-10-01 | 1 | -0/+14 |
| | | |||||
| * | - Fixed test | Felipe Pena | 2008-08-18 | 1 | -10/+10 |
| | | |||||
| * | MFH: Fixed segfaults (tests added) | Christian Seiler | 2008-08-11 | 3 | -0/+83 |
| | | |||||
| * | - MFH: New tests | Felipe Pena | 2008-08-11 | 16 | -0/+420 |
| | | |||||
| * | - MFH Closure/Reflection integration (original idea by Christian Seiler) | Marcus Boerger | 2008-08-11 | 3 | -9/+116 |
| | | |||||
| * | - MFH: Fixed bug #45765 (ReflectionObject with default parameters of ↵ | Felipe Pena | 2008-08-11 | 1 | -0/+82 |
| | | | | | self::xxx cause an error) | ||||
| * | Tests for ReflectionMethod::getClosure() and ReflectionFunction::getClosure() | Felix De Vliegher | 2008-08-08 | 4 | -0/+192 |
| | | |||||
| * | - Fixed bug #45571 (ReflectionClass::export() shows superclasses' private ↵ | Felipe Pena | 2008-07-20 | 1 | -0/+40 |
| | | | | | | | | static methods.) patch by Robin Fernandes | ||||
| * | MFH | Antony Dovgal | 2008-07-11 | 1 | -0/+4 |
| | | |||||
| * | Added support for namespaces | Dmitry Stogov | 2008-06-25 | 2 | -0/+59 |
| | | |||||
| * | - New parameter parsing API | Felipe Pena | 2008-06-21 | 1 | -2/+2 |
| | | |||||
| * | Testfest: various tests for ReflectionParameter | Lars Strojny | 2008-06-12 | 7 | -0/+163 |
| | | |||||
| * | Testfest test cases for ReflectionExtension | Lars Strojny | 2008-06-12 | 7 | -0/+168 |
| | | |||||
| * | Testfest: ReflectionExtension tests by Gerrit te Sligte and Leon Luijkx | Lars Strojny | 2008-06-12 | 3 | -0/+52 |
| | | |||||
| * | Testfest: ReflectionExtension::info()-test by Stefan Koopmanschap | Lars Strojny | 2008-06-12 | 1 | -0/+19 |
| | | |||||
| * | Reflection::getModifierNames()-test by Felix De Vliegher (Testfest) | Lars Strojny | 2008-06-12 | 1 | -0/+139 |
| | | |||||
| * | - MFB: Fixed bug #45139 (ReflectionProperty returns incorrect declaring class) | Felipe Pena | 2008-06-01 | 1 | -0/+58 |
| | | |||||
| * | Drop SKIPIF check for ext/reflection. | Sebastian Bergmann | 2008-05-24 | 92 | -198/+14 |
| | | |||||
| * | More basic ReflectionClass tests from Dutch TestFest. | Robin Fernandes | 2008-05-23 | 15 | -7/+157 |
| | | |||||
| * | Basic ReflectionClass tests (from Dutch TestFest) | Robin Fernandes | 2008-05-22 | 8 | -0/+268 |
| | | |||||
| * | MFH: Add tests for ReflectionFunction::getExtension*(). | Sebastian Bergmann | 2008-05-11 | 2 | -0/+35 |
| | | |||||
| * | MFH | Antony Dovgal | 2008-04-29 | 1 | -2/+2 |
| | | |||||
| * | Remove inconsistent behaviour when a protected static prop is overridden by ↵ | Robin Fernandes | 2008-03-03 | 1 | -5/+5 |
| | | | | | public static prop (details: http://turl.ca/phhhf ). | ||||
| * | - Fixed speling. | Derick Rethans | 2008-02-15 | 1 | -3/+3 |
| | | |||||
