summaryrefslogtreecommitdiff
path: root/ext/reflection/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed Bug #63614 (Fatal error on Reflection)Xinchen Hui2012-11-271-0/+41
* Remove executable permission on phptXinchen Hui2012-10-1050-0/+0
* Fixed bug that can not get default value of parameter if it's not `optional`Xinchen Hui2012-08-021-0/+7
* Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong result)Xinchen Hui2012-08-011-0/+17
* - Fixed bug #62384 (Attempting to invoke a Closure more than once causes segf...Felipe Pena2012-06-221-0/+21
* - Fixed bug #61388 (ReflectionObject:getProperties() issues invalid readsGustavo André dos Santos Lopes2012-03-181-0/+32
* Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod::inv...Xinchen Hui2012-02-031-1/+3
* Fixed bug #60367 (Reflection and Late Static Binding)Xinchen Hui2011-11-241-0/+26
* - Fixed bug #53915: ReflectionClass::getConstant(s) emits fatal error onGustavo André dos Santos Lopes2011-02-031-0/+28
* - Improve testJohannes Schlüter2010-11-211-4/+4
* - Fix #52854 (ReflectionClass::newInstanceArgs does not work for classes with...Johannes Schlüter2010-11-211-0/+28
* - Fixed bug #53366 (Reflection doesnt get dynamic property value from getProp...Felipe Pena2010-11-201-0/+25
* - Fixed ReflectionProperty::isDefault() giving a wrong result for propertiesGustavo André dos Santos Lopes2010-10-261-0/+34
* - Fixed testFelipe Pena2010-09-091-7/+21
* - Fix testsFelipe Pena2010-07-313-11/+3
* - Fixed bug #52057 (ReflectionClass fails on Closure class)Felipe Pena2010-06-111-0/+54
* - Fixed bug #51905 (ReflectionParameter fails if default value is an array wi...Felipe Pena2010-05-261-0/+28
* - Fixed bug #51911 (ReflectionParameter::getDefaultValue() memory leaks with ...Felipe Pena2010-05-251-0/+22
* Use php_error_docref instead of zend_errorJohannes Schlüter2010-03-301-2/+2
* - Fixed tests Felipe Pena2010-03-061-4/+4
* - Fixed bug #50152 (ReflectionClass::hasProperty hehaves like isset() not pro...Felipe Pena2009-11-111-1/+0
* - Fixed bug #49719 (ReflectionClass::hasProperty returns true for a private p...Felipe Pena2009-11-012-1/+45
* - Fix some arginfos (thanks Philip)Felipe Pena2009-10-032-4/+87
* Merge ReflectionMethod::setAccessible() to PHP 5.3.2, approved by Johannes.Sebastian Bergmann2009-09-161-0/+111
* Make invokeArgs() error messages consistent with invoke().Sebastian Bergmann2009-09-031-2/+2
* The last of the 2009 testfest testsZoe Slattery2009-08-301-0/+18
* 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 p...Felipe Pena2009-08-013-13/+5
* - Fixed bug #49092 (ReflectionFunction fails to work with functions in fully ...Jani Taskinen2009-08-011-0/+12
* - Added test for bug #49074Jani Taskinen2009-08-011-0/+35
* MFH: Fixed bug #48757 (ReflectionFunction::invoke() parameter issues)Kalle Sommer Nielsen2009-07-011-0/+21
* Fix testsandy wharmby2009-06-292-14/+11
* MFH: Fixed bug #48336 (ReflectionProperty::getDeclaringClass() does notArnaud Le Blanc2009-05-211-0/+44
* - 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-08107-2/+2
* MFH: Fix issue reported by Roman Borschel.Sebastian Bergmann2009-04-041-0/+57
* [DOC] Remove $this support in closures for PHP 5.3 beta 1Christian Seiler2009-01-269-304/+6
* MFH:Felipe Pena2009-01-0727-117/+105
* - MFH Minor corrections and a new testMarcus Boerger2009-01-032-2/+81
* MFH: Fix #46718: ReflectionProperty::setValue() and ReflectionProperty::setAc...Sebastian Bergmann2008-11-291-26/+64
* Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux...Ant Phillips2008-11-1856-0/+4914
* Commit tests for ext/reflectionAnt Phillips2008-11-178-0/+362
* - Fixed testsFelipe Pena2008-11-132-4/+4
* - Next step in namespaces, using / as namespace separator.Marcus Boerger2008-11-042-8/+8
* - MFH: Fixed bug #46064 (Exception when creating ReflectionProperty object on...Felipe Pena2008-10-292-0/+153
* Fixed bug #46205 (Closure - Memory leaks when ReflectionException is thrown)Dmitry Stogov2008-10-011-0/+14
* - Fixed testFelipe Pena2008-08-181-10/+10
* MFH: Fixed segfaults (tests added)Christian Seiler2008-08-113-0/+83
* - MFH: New testsFelipe Pena2008-08-1116-0/+420