Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fixed tests not passing under windows because of the directory separator | Patrick Allaert | 2010-11-08 | 1 | -2/+2 |
| | | | | | difference (thanks Eyal Teutsch for reporting) | ||||
* | - Fixed tests | Felipe Pena | 2010-07-06 | 3 | -11/+3 |
| | |||||
* | - Fix memleak when passing a non string/object parameter | Felipe Pena | 2010-06-03 | 1 | -1/+1 |
| | |||||
* | - 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 | 2 | -1/+23 |
| | | | | constant array) | ||||
* | - Fixed tests | Felipe Pena | 2010-03-06 | 1 | -4/+6 |
| | |||||
* | - The ctor requires both arguments | Hannes Magnusson | 2010-03-02 | 1 | -2/+4 |
| | | | | | - Sync/fix ctor and export arguments to 5_2 | ||||
* | - Fixed bug #50823 (ReflectionFunction::isDeprecated producing "cannot be ↵ | Jani Taskinen | 2010-01-22 | 1 | -62/+62 |
| | | | | | | | called statically" error) # Partial MF53 of r273045 by Felipe :) | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 2 | -2/+2 |
| | |||||
* | - Fixed bug #49719 (ReflectionClass::hasProperty returns true for a private ↵ | Felipe Pena | 2009-11-01 | 3 | -4/+37 |
| | | | | property in base class) | ||||
* | Make invokeArgs() error messages consistent with invoke(). | Sebastian Bergmann | 2009-09-03 | 2 | -5/+5 |
| | |||||
* | 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 | 4 | -19/+14 |
| | | | | | | | 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 |
| | |||||
* | - Fixed bug #49074 (private class static fields can be modified by using ↵ | Jani Taskinen | 2009-08-01 | 1 | -2/+7 |
| | | | | reflection) | ||||
* | Fixed #45280 (Reflection of instantiated COM classes causes PHP to crash) ↵ | Kalle Sommer Nielsen | 2009-07-01 | 1 | -11/+13 |
| | | | | (Paul Richards, Kalle) | ||||
* | Fix tests | andy wharmby | 2009-06-29 | 2 | -7/+11 |
| | |||||
* | MFH: Fixed bug #48336 (ReflectionProperty::getDeclaringClass() does not | Arnaud Le Blanc | 2009-05-21 | 2 | -0/+48 |
| | | | | | | 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 | 9 | -395/+396 |
| | |||||
* | MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. | Sebastian Bergmann | 2009-04-08 | 86 | -2/+2 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 2 | -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 | 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 |
| |