summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Collapse)AuthorAgeFilesLines
* - MFH: Fixed bug #47254 (Wrong Reflection for extends class)Felipe Pena2009-04-279-395/+396
|
* 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-042-2/+59
|
* Block unused functionIlia Alshanetsky2009-04-021-0/+2
|
* Fixed regression of bug #46205, thanks to felipe for pointing this out.Christian Seiler2009-02-011-0/+6
|
* [DOC] Remove $this support in closures for PHP 5.3 beta 1Christian Seiler2009-01-2610-478/+98
| | | | | | - Implementation notes here: http://wiki.php.net/rfc/closures/removal-of-this
* MFH:Felipe Pena2009-01-0728-194/+313
| | | | | | - New parameter parsing - Removed METHOD_NOTSTATIC_NUMPARAMS
* - MFH Minor corrections and a new testMarcus Boerger2009-01-033-5/+86
|
* - MFH Show closure's bound as static parameterMarcus Boerger2009-01-031-11/+19
|
* MFHMarcus Boerger2009-01-031-11/+29
| | | | | | | | | | - Add ReflectionFunctionAbstract::getClosureThis() [DOC] # Returns the this pointer bound to the closure is the relection object # points to closure. Since not all closures have a bound this, the method # cannot be used to differentiate between normal functions/methods and # closures. Instead ReflectionFunctionAbstract::isClosure() has to be used.
* - MFH Improved closure supportMarcus Boerger2009-01-031-14/+60
|
* - MFH Add minimalistic closure supportMarcus Boerger2009-01-031-19/+63
|
* - Use Revision instead of Id tag for versionMarcus Boerger2008-12-311-2/+2
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
|
* MFH: Fix #46718: ReflectionProperty::setValue() and ↵Sebastian Bergmann2008-11-292-28/+69
| | | | ReflectionProperty::setAccessible().
* Fixed bug #46409 (__invoke method called outside of object context when ↵Dmitry Stogov2008-11-271-20/+20
| | | | using array_map)
* Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and ↵Ant Phillips2008-11-1856-0/+4914
| | | | Linux 64 bit).
* Commit tests for ext/reflectionAnt Phillips2008-11-178-0/+362
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-38/+0
|
* MFH: Interfaces extend other interfaces, not implementHannes Magnusson2008-11-141-1/+5
|
* - Fixed testsFelipe Pena2008-11-132-4/+4
|
* - Next step in namespaces, using / as namespace separator.Marcus Boerger2008-11-043-28/+28
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+38
|
* - MFH: Fixed bug #46064 (Exception when creating ReflectionProperty object ↵Felipe Pena2008-10-293-14/+206
| | | | on dynamicly created property)
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-38/+0
|
* Fixed bug #46205 (Closure - Memory leaks when ReflectionException is thrown)Dmitry Stogov2008-10-012-0/+26
|
* - MFH: Removed unused argumentsFelipe Pena2008-08-221-4/+4
|
* - Fixed testFelipe Pena2008-08-181-10/+10
|
* MFH: Fixed segfaults (tests added)Christian Seiler2008-08-114-4/+112
|
* - CleanupMarcus Boerger2008-08-111-98/+108
|
* - MFH: New testsFelipe Pena2008-08-1116-0/+420
|
* - MFH: has_property checkFelipe Pena2008-08-111-1/+1
|
* - Fix build (ZTS)Felipe Pena2008-08-111-1/+1
|
* - MFH Closure/Reflection integration (original idea by Christian Seiler)Marcus Boerger2008-08-114-59/+256
|
* - MFH: Fixed bug #45765 (ReflectionObject with default parameters of ↵Felipe Pena2008-08-112-1/+83
| | | | self::xxx cause an error)
* Tests for ReflectionMethod::getClosure() and ReflectionFunction::getClosure()Felix De Vliegher2008-08-084-0/+192
|
* Documentation fix for getClosure()Felix De Vliegher2008-08-081-1/+1
|
* Fixed is_callable/call_user_func mess that had done different things for ↵Dmitry Stogov2008-07-261-1/+1
| | | | very similar arguments e.g. array("A","B") and "A::B"
* Fixed support for static methodsDmitry Stogov2008-07-251-5/+5
|
* Fixed uninitialized dataDmitry Stogov2008-07-251-1/+1
|
* fix typosAntony Dovgal2008-07-251-1/+1
|
* Fixed uninitialised dataDmitry Stogov2008-07-251-0/+7
|
* - MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.Felipe Pena2008-07-241-25/+19
|
* - Fixed bug #45571 (ReflectionClass::export() shows superclasses' private ↵Felipe Pena2008-07-202-4/+46
| | | | | | | static methods.) patch by Robin Fernandes
* Added support for lambda functions and closuresDmitry Stogov2008-07-141-0/+45
|
* MFHAntony Dovgal2008-07-111-0/+4
|
* wsDmitry Stogov2008-06-271-4/+4
|
* Added support for namespacesDmitry Stogov2008-06-253-0/+185
|
* - set PHP_[EXTNAME] to yes for spl, pcre and reflection (always on), this ↵Pierre Joye2008-06-231-0/+1
| | | | variable is required by ADD_EXTENSION_DEP
* - New parameter parsing APIFelipe Pena2008-06-212-35/+34
|