summaryrefslogtreecommitdiff
path: root/ext/reflection/tests
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed testsFelipe Pena2010-07-063-11/+3
|
* - Fixed bug #51905 (ReflectionParameter fails if default value is an array ↵Felipe Pena2010-05-261-0/+28
| | | | with an access to self::)
* - Fixed bug #51911 (ReflectionParameter::getDefaultValue() memory leaks with ↵Felipe Pena2010-05-251-0/+22
| | | | constant array)
* - Fixed tests Felipe Pena2010-03-061-4/+6
|
* - Fixed bug #49719 (ReflectionClass::hasProperty returns true for a private ↵Felipe Pena2009-11-012-1/+31
| | | | property in base class)
* Make invokeArgs() error messages consistent with invoke().Sebastian Bergmann2009-09-031-2/+2
|
* More tests from 2009 testfestZoe Slattery2009-08-301-0/+15
|
* Test from 2009 testfestZoe Slattery2009-08-263-0/+74
|
* - Fixed ReflectionClass::getStaticProperties() to do not return the private ↵Felipe Pena2009-08-013-13/+5
| | | | | | | properties from parent class; behavior already adopted in ReflectionClass::getDefaultProperties() and ReflectionClass::getProperties().
* - Added test for bug #49074Jani Taskinen2009-08-011-0/+35
|
* Fix testsandy wharmby2009-06-292-7/+11
|
* MFH: Fixed bug #48336 (ReflectionProperty::getDeclaringClass() does notArnaud Le Blanc2009-05-211-0/+44
| | | | | | work with redeclared property) (patch by Markus dot Lidel at shadowconnect dot com)
* - SPL can be disabled in PHP_5_2Jani Taskinen2009-05-021-1/+1
|
* - MFH: Fixed bug #47254 (Wrong Reflection for extends class)Felipe Pena2009-04-278-384/+384
|
* MFH: Rename reflection*.phpt to Reflection*.phpt for consistency.Sebastian Bergmann2009-04-0886-2/+2
|
* Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and ↵Ant Phillips2008-11-1856-0/+4908
| | | | Linux 64 bit).
* Commit tests for ext/reflectionAnt Phillips2008-11-1723-0/+772
|
* - MFH: Fixed bug #46064 (Exception when creating ReflectionProperty object ↵Felipe Pena2008-10-292-0/+146
| | | | on dynamicly created property)
* - Fixed segmentation fault (test added)Christian Seiler2008-08-111-0/+31
|
* - MFH: Fixed bug #45765 (ReflectionObject with default parameters of ↵Felipe Pena2008-08-111-0/+82
| | | | self::xxx cause an error)
* - Fixed bug #45139 (ReflectionProperty returns incorrect declaring class)Felipe Pena2008-06-011-0/+58
|
* MFH: Add tests for ReflectionFunction::getExtension*().Sebastian Bergmann2008-05-112-0/+35
|
* Adding PHPT tests for the ReflectionMethod class.Steve Seear2008-01-0318-0/+1928
|
* Adding PHPT tests for the ReflectionProperty class.Steve Seear2007-12-1813-0/+917
|
* MFB: Fixed bug #42976 (Crash when constructor for newInstance() orIlia Alshanetsky2007-10-281-0/+34
| | | | | newInstanceArgs() fails)
* - New ReflectionExtension::info() function to print the phpinfo() blockJohannes Schlüter2007-07-241-0/+36
| | | | | for an extension. [DOC]
* reflectionObject testsZoe Slattery2007-07-1224-0/+868
|
* MFHAntony Dovgal2007-07-111-0/+25
|
* More reflectionClass testsZoe Slattery2007-07-1115-0/+457
|
* tests for reflectionClassZoe Slattery2007-07-108-0/+326
|
* ReflectionClass constructor testsZoe Slattery2007-07-092-0/+100
|
* fix testsAntony Dovgal2007-04-261-0/+2
|
* - Fix bug #41061 ("visibility error" in ReflectionFunction::export())Johannes Schlüter2007-04-121-0/+30
|
* add missing SKIPIF sectionsAntony Dovgal2007-04-1210-1/+21
|
* add new testAntony Dovgal2007-04-121-0/+112
|
* new testAntony Dovgal2007-03-191-0/+38
|
* MFHAntony Dovgal2007-02-101-0/+138
|
* Fixed bug #39884 (ReflectionParameter::getClass() throws exception for typeIlia Alshanetsky2006-12-221-0/+22
| | | | | hint self).
* - MFH: Fix #38465 (ReflectionParameter fails if default value is an access ↵Johannes Schlüter2006-10-181-0/+66
| | | | to self::
* MFH: fix #39125 (Memleak when reflecting non-existing class/method)Antony Dovgal2006-10-111-0/+39
|
* more improvementsAntony Dovgal2006-10-061-0/+12
|
* MFH: fix #39067 (getDeclaringClass() and private properties)Antony Dovgal2006-10-061-0/+33
|
* MFH: #39001 (ReflectionProperty returns incorrect declaring class for ↵Antony Dovgal2006-10-021-0/+27
| | | | protected properties)
* Fix testHannes Magnusson2006-10-021-1/+1
| | | | | #failes atm...
* Fixed bug #38942 (Double old-style-ctor inheritance)Dmitry Stogov2006-09-261-0/+34
|
* fix testAntony Dovgal2006-09-121-6/+6
|
* MFH: fix #38653 (memory leak in ReflectionClass::getConstant())Antony Dovgal2006-08-301-0/+28
|
* Improved fix for bug #38132Ilia Alshanetsky2006-07-261-6/+7
|
* MFH: fix bug #38217 (ReflectionClass::newInstanceArgs() tries to allocate ↵Antony Dovgal2006-07-261-0/+40
| | | | too much memory)
* Fixed bug #38132 (ReflectionClass::getStaticProperties() retains \0 in keyIlia Alshanetsky2006-07-251-0/+33
| | | | | names).