Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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 |
| | |||||
* | - Add the ReflectionProperty::setAccesible() method that allows non-public | Derick Rethans | 2008-02-15 | 1 | -0/+46 |
| | | | | | | property's values to be read through ::getValue(). #- [DOC] | ||||
* | MFH | Antony Dovgal | 2008-02-15 | 2 | -2/+2 |
| | |||||
* | Fix test | Felipe Pena | 2008-01-30 | 2 | -5/+5 |
| | |||||
* | Fix test | Felipe Pena | 2008-01-30 | 1 | -4/+34 |
| | |||||
* | Fix tests | Felipe Pena | 2008-01-30 | 2 | -2/+2 |
| | |||||
* | Fixed Bug#43926 (isInstance() isn't equivalent to instanceof operator) | Felipe Pena | 2008-01-30 | 1 | -0/+37 |
| | |||||
* | - MFH Fixed Bug #37964 (Reflection shows private methods of parent class) | Marcus Boerger | 2008-01-16 | 1 | -0/+50 |
| | | | | | (felipe@php.net) | ||||
* | Added missing warning message | Dmitry Stogov | 2008-01-10 | 1 | -2/+6 |
| | |||||
* | Adding PHPT tests for the ReflectionMethod class. | Steve Seear | 2008-01-03 | 18 | -0/+1928 |
| | |||||
* | Adding PHPT tests for the ReflectionProperty class. | Steve Seear | 2007-12-18 | 13 | -0/+917 |
| | |||||
* | Fixed bug #42976 (Crash when constructor for newInstance() or | Ilia Alshanetsky | 2007-10-28 | 1 | -0/+34 |
| | | | | | newInstanceArgs() fails) | ||||
* | - New ReflectionExtension::info() function to print the phpinfo() block | Johannes Schlüter | 2007-07-24 | 1 | -0/+36 |
| | | | | | for an extension. [DOC] | ||||
* | reflectionObject tests | Zoe Slattery | 2007-07-12 | 24 | -0/+868 |
| | |||||
* | MFH | Antony Dovgal | 2007-07-11 | 1 | -0/+25 |
| |