Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - MFH: Fixed bug #46064 (Exception when creating ReflectionProperty object ↵ | Felipe Pena | 2008-10-29 | 3 | -14/+199 |
| | | | | on dynamicly created property) | ||||
* | - Fixed segmentation fault (test added) | Christian Seiler | 2008-08-11 | 2 | -1/+32 |
| | |||||
* | - MFH: Fixed bug #45765 (ReflectionObject with default parameters of ↵ | Felipe Pena | 2008-08-11 | 2 | -1/+83 |
| | | | | self::xxx cause an error) | ||||
* | - Fixed bug #45139 (ReflectionProperty returns incorrect declaring class) | Felipe Pena | 2008-06-01 | 2 | -1/+59 |
| | |||||
* | MFH: Add tests for ReflectionFunction::getExtension*(). | Sebastian Bergmann | 2008-05-11 | 2 | -0/+35 |
| | |||||
* | Fixed bug #43677 (Inconsistent behaviour of include_path set with | Ilia Alshanetsky | 2008-03-13 | 1 | -1/+1 |
| | | | | | php_value). | ||||
* | Made code opcode-cache friendly. (It is disallowed to change code during ↵ | Dmitry Stogov | 2008-02-18 | 1 | -5/+6 |
| | | | | execution) | ||||
* | Adding PHPT tests for the ReflectionMethod class. | Steve Seear | 2008-01-03 | 18 | -0/+1928 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 |
| | |||||
* | 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 | 2 | -4/+42 |
| | | | | | newInstanceArgs() fails) | ||||
* | MFH: fix coverity issue #411 | Antony Dovgal | 2007-09-27 | 1 | -3/+3 |
| | |||||
* | - Fugbix typo. | Sebastian Bergmann | 2007-08-20 | 1 | -1/+1 |
| | |||||
* | - MFH: Mark the parameter for ReflectionProperty::GetValue as optional | Johannes Schlüter | 2007-08-17 | 1 | -1/+1 |
| | |||||
* | - New ReflectionExtension::info() function to print the phpinfo() block | Johannes Schlüter | 2007-07-24 | 2 | -0/+51 |
| | | | | | for an extension. [DOC] | ||||
* | Avoid endless loop | Hannes Magnusson | 2007-07-23 | 1 | -0/+2 |
| | |||||
* | reflectionObject tests | Zoe Slattery | 2007-07-12 | 24 | -0/+868 |
| | |||||
* | MFH | Antony Dovgal | 2007-07-11 | 2 | -24/+57 |
| | |||||
* | More reflectionClass tests | Zoe Slattery | 2007-07-11 | 15 | -0/+457 |
| | |||||
* | MFH: fix copy/paste type and bug #41962 | Antony Dovgal | 2007-07-11 | 1 | -1/+1 |
| | |||||
* | tests for reflectionClass | Zoe Slattery | 2007-07-10 | 8 | -0/+326 |
| | |||||
* | ReflectionClass constructor tests | Zoe Slattery | 2007-07-09 | 2 | -0/+100 |
| | |||||
* | - Bug #41525 ReflectionParameter::getPosition() not available | Marcus Boerger | 2007-05-29 | 1 | -16/+1 |
| | | | | | | | | | | | # This was supposed to be dropped in 5.1.4, I wonder why thisis not in # because the functionality is documented. # [ DOC ] Make sure the function documentation is correct for: # ReflectionParameter::getPosition # ReflectionParameter::getDeclaringFunction # ReflectionFunction::getExtension # ReflectionFunction::getExtensionName | ||||
* | MFH: fix logic | Hannes Magnusson | 2007-05-28 | 1 | -1/+1 |
| | |||||
* | fix tests | Antony Dovgal | 2007-04-26 | 1 | -0/+2 |
| | |||||
* | - Fix bug #41061 ("visibility error" in ReflectionFunction::export()) | Johannes Schlüter | 2007-04-12 | 2 | -15/+49 |
| | |||||
* | 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: fix #40794 (ReflectionObject::getValues() may crash when used with ↵ | Antony Dovgal | 2007-03-17 | 1 | -21/+21 |
| | | | | dynamic properties) | ||||
* | Fugbix typo. | Sebastian Bergmann | 2007-03-16 | 1 | -7/+7 |
| | |||||
* | MFH | Antony Dovgal | 2007-02-10 | 2 | -4/+147 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 2 | -2/+2 |
| | |||||
* | Fixed bug #39884 (ReflectionParameter::getClass() throws exception for type | Ilia Alshanetsky | 2006-12-22 | 2 | -1/+56 |
| | | | | | hint self). | ||||
* | - MFH: Fix #38465 (ReflectionParameter fails if default value is an access ↵ | Johannes Schlüter | 2006-10-18 | 2 | -1/+67 |
| | | | | to self:: | ||||
* | MFH: fix #39125 (Memleak when reflecting non-existing class/method) | Antony Dovgal | 2006-10-11 | 2 | -0/+46 |
| | |||||
* | more improvements | Antony Dovgal | 2006-10-06 | 2 | -2/+14 |
| | |||||
* | MFH: fix #39067 (getDeclaringClass() and private properties) | Antony Dovgal | 2006-10-06 | 2 | -0/+37 |
| | |||||
* | Fixed bug #38942 (Double old-style-ctor inheritance) | Dmitry Stogov | 2006-10-03 | 1 | -4/+10 |
| | |||||
* | MFH: #39001 (ReflectionProperty returns incorrect declaring class for ↵ | Antony Dovgal | 2006-10-02 | 2 | -2/+36 |
| | | | | 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 | 2 | -2/+48 |
| | |||||
* | fix test | Antony Dovgal | 2006-09-12 | 1 | -6/+6 |
| | |||||
* | - MFH: Print the type of the original value | Johannes Schlüter | 2006-09-11 | 1 | -1/+4 |
| | |||||
* | - MFH: Fix #37923 (Display constant value in reflection::export) | Johannes Schlüter | 2006-09-11 | 1 | -2/+15 |
| | |||||
* | Make ReflectionFunctionAbstract abstract | Hannes Magnusson | 2006-09-10 | 1 | -5/+6 |
| | | | | | | | | - Move ReflectionFunctionAbstract::__construct to ReflectionFunction - Move ReflectionFunctionAbstract::__toString to ReflectionFuncion - Delcare ReflectionFunctionAbstract::__toString abstract - fix couple of typos | ||||
* | - MFH: Add HAVE_REFLECTION define for win32 (by Steph) | Johannes Schlüter | 2006-09-02 | 1 | -0/+1 |
| | |||||
* | last portion of z/Z fixes | Antony Dovgal | 2006-08-31 | 1 | -43/+45 |
| | |||||
* | MFH: fix #38653 (memory leak in ReflectionClass::getConstant()) | Antony Dovgal | 2006-08-30 | 2 | -0/+30 |
| | |||||
* | MFH: build ext/spl and ext/reflection as static (fixes #38556) | Antony Dovgal | 2006-08-23 | 1 | -4/+1 |
| |