Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fixed tests | Felipe Pena | 2010-07-06 | 3 | -11/+3 |
| | |||||
* | - Fixed bug #51905 (ReflectionParameter fails if default value is an array ↵ | Felipe Pena | 2010-05-26 | 1 | -0/+28 |
| | | | | with an access to self::) | ||||
* | - Fixed bug #51911 (ReflectionParameter::getDefaultValue() memory leaks with ↵ | Felipe Pena | 2010-05-25 | 1 | -0/+22 |
| | | | | constant array) | ||||
* | - Fixed tests | Felipe Pena | 2010-03-06 | 1 | -4/+6 |
| | |||||
* | - Fixed bug #49719 (ReflectionClass::hasProperty returns true for a private ↵ | Felipe Pena | 2009-11-01 | 2 | -1/+31 |
| | | | | property in base class) | ||||
* | Make invokeArgs() error messages consistent with invoke(). | Sebastian Bergmann | 2009-09-03 | 1 | -2/+2 |
| | |||||
* | 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(). | ||||
* | - Added test for bug #49074 | Jani Taskinen | 2009-08-01 | 1 | -0/+35 |
| | |||||
* | Fix tests | andy wharmby | 2009-06-29 | 2 | -7/+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) | ||||
* | - SPL can be disabled in PHP_5_2 | Jani Taskinen | 2009-05-02 | 1 | -1/+1 |
| | |||||
* | - 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 | 86 | -2/+2 |
| | |||||
* | Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and ↵ | Ant Phillips | 2008-11-18 | 56 | -0/+4908 |
| | | | | Linux 64 bit). | ||||
* | Commit tests for ext/reflection | Ant Phillips | 2008-11-17 | 23 | -0/+772 |
| | |||||
* | - MFH: Fixed bug #46064 (Exception when creating ReflectionProperty object ↵ | Felipe Pena | 2008-10-29 | 2 | -0/+146 |
| | | | | on dynamicly created property) | ||||
* | - Fixed segmentation fault (test added) | Christian Seiler | 2008-08-11 | 1 | -0/+31 |
| | |||||
* | - MFH: Fixed bug #45765 (ReflectionObject with default parameters of ↵ | Felipe Pena | 2008-08-11 | 1 | -0/+82 |
| | | | | self::xxx cause an error) | ||||
* | - Fixed bug #45139 (ReflectionProperty returns incorrect declaring class) | Felipe Pena | 2008-06-01 | 1 | -0/+58 |
| | |||||
* | MFH: Add tests for ReflectionFunction::getExtension*(). | Sebastian Bergmann | 2008-05-11 | 2 | -0/+35 |
| | |||||
* | 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 |
| | |||||
* | MFB: 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 |
| | |||||
* | More reflectionClass tests | Zoe Slattery | 2007-07-11 | 15 | -0/+457 |
| | |||||
* | tests for reflectionClass | Zoe Slattery | 2007-07-10 | 8 | -0/+326 |
| | |||||
* | ReflectionClass constructor tests | Zoe Slattery | 2007-07-09 | 2 | -0/+100 |
| | |||||
* | fix tests | Antony Dovgal | 2007-04-26 | 1 | -0/+2 |
| | |||||
* | - Fix bug #41061 ("visibility error" in ReflectionFunction::export()) | Johannes Schlüter | 2007-04-12 | 1 | -0/+30 |
| | |||||
* | add missing SKIPIF sections | Antony Dovgal | 2007-04-12 | 10 | -1/+21 |
| | |||||
* | add new test | Antony Dovgal | 2007-04-12 | 1 | -0/+112 |
| | |||||
* | new test | Antony Dovgal | 2007-03-19 | 1 | -0/+38 |
| | |||||
* | MFH | Antony Dovgal | 2007-02-10 | 1 | -0/+138 |
| | |||||
* | Fixed bug #39884 (ReflectionParameter::getClass() throws exception for type | Ilia Alshanetsky | 2006-12-22 | 1 | -0/+22 |
| | | | | | hint self). | ||||
* | - MFH: Fix #38465 (ReflectionParameter fails if default value is an access ↵ | Johannes Schlüter | 2006-10-18 | 1 | -0/+66 |
| | | | | to self:: | ||||
* | MFH: fix #39125 (Memleak when reflecting non-existing class/method) | Antony Dovgal | 2006-10-11 | 1 | -0/+39 |
| | |||||
* | more improvements | Antony Dovgal | 2006-10-06 | 1 | -0/+12 |
| | |||||
* | MFH: fix #39067 (getDeclaringClass() and private properties) | Antony Dovgal | 2006-10-06 | 1 | -0/+33 |
| | |||||
* | MFH: #39001 (ReflectionProperty returns incorrect declaring class for ↵ | Antony Dovgal | 2006-10-02 | 1 | -0/+27 |
| | | | | protected properties) | ||||
* | Fix test | Hannes Magnusson | 2006-10-02 | 1 | -1/+1 |
| | | | | | #failes atm... | ||||
* | Fixed bug #38942 (Double old-style-ctor inheritance) | Dmitry Stogov | 2006-09-26 | 1 | -0/+34 |
| | |||||
* | fix test | Antony Dovgal | 2006-09-12 | 1 | -6/+6 |
| | |||||
* | MFH: fix #38653 (memory leak in ReflectionClass::getConstant()) | Antony Dovgal | 2006-08-30 | 1 | -0/+28 |
| | |||||
* | Improved fix for bug #38132 | Ilia Alshanetsky | 2006-07-26 | 1 | -6/+7 |
| | |||||
* | MFH: fix bug #38217 (ReflectionClass::newInstanceArgs() tries to allocate ↵ | Antony Dovgal | 2006-07-26 | 1 | -0/+40 |
| | | | | too much memory) | ||||
* | Fixed bug #38132 (ReflectionClass::getStaticProperties() retains \0 in key | Ilia Alshanetsky | 2006-07-25 | 1 | -0/+33 |
| | | | | | names). |