396 Commits (495a5ab0057504b6719ee5be7462db8fa64a46f2)

Author SHA1 Message Date
Felipe Pena c75f162165 - Fixed ReflectionClass::getStaticProperties() to do not return the private properties from parent class; 17 years ago
Jani Taskinen adf8f72f14 - Fixed bug #49092 (ReflectionFunction fails to work with functions in fully qualified namespaces) 17 years ago
Jani Taskinen 0b03346bf8 - Added test for bug #49074 17 years ago
Jani Taskinen edbf332cea - Fixed bug #49074 (private class static fields can be modified by using reflection) 17 years ago
Kalle Sommer Nielsen 485f28aae9 MFH: Fixed #45280 (Reflection of instantiated COM classes causes PHP to crash) (Paul Richards, Kalle) 17 years ago
Kalle Sommer Nielsen e536b2700a MFH: Fixed memory leak if zero parameters are passed, Thanks Felipe 17 years ago
Kalle Sommer Nielsen 21d61978dc MFH: Fixed bug #48757 (ReflectionFunction::invoke() parameter issues) 17 years ago
andy wharmby 54ba44da0a Fix tests 17 years ago
Felipe Pena f9bb99055e - MFH: Fixed build (removed trailing comma) patch by Seiji Masugata <s.masugata at digicom.dnp.co.jp> 17 years ago
Arnaud Le Blanc 5c5dcf5e7a MFH: Fixed bug #48336 (ReflectionProperty::getDeclaringClass() does not 17 years ago
Felipe Pena 9fa1e2d8a8 - MFH: Fixed bug #47254 (Wrong Reflection for extends class) 17 years ago
Sebastian Bergmann 03b1d4f876 MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 17 years ago
Sebastian Bergmann 03e48b1535 MFH: Fix issue reported by Roman Borschel. 17 years ago
Ilia Alshanetsky c1effd8c7a Block unused function 17 years ago
Christian Seiler 63ee3c98a8 Fixed regression of bug #46205, thanks to felipe for pointing this out. 17 years ago
Christian Seiler c6d89bd4a8 [DOC] Remove $this support in closures for PHP 5.3 beta 1 17 years ago
Felipe Pena 15851cd771 MFH: 17 years ago
Marcus Boerger 7c8c0414e1 - MFH Minor corrections and a new test 17 years ago
Marcus Boerger 4ffc3235e3 - MFH Show closure's bound as static parameter 17 years ago
Marcus Boerger 12df96e0de MFH 17 years ago
Marcus Boerger 7ca830742e - MFH Improved closure support 17 years ago
Marcus Boerger 4490ca3104 - MFH Add minimalistic closure support 17 years ago
Marcus Boerger 88ca8e7279 - Use Revision instead of Id tag for version 17 years ago
Sebastian Bergmann 08659c2dcd MFH: Bump copyright year, 3 of 3. 17 years ago
Sebastian Bergmann 2f49305bc8 MFH: Fix #46718: ReflectionProperty::setValue() and ReflectionProperty::setAccessible(). 17 years ago
Dmitry Stogov 7d4fd3fd38 Fixed bug #46409 (__invoke method called outside of object context when using array_map) 17 years ago
Ant Phillips 4126370491 Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 17 years ago
Ant Phillips 0b79202140 Commit tests for ext/reflection 17 years ago
Felipe Pena fc2fb50d09 - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 17 years ago
Hannes Magnusson dd9e9f26e2 MFH: Interfaces extend other interfaces, not implement 17 years ago
Felipe Pena 39b1f65aab - Fixed tests 17 years ago
Marcus Boerger 7126de4912 - Next step in namespaces, using / as namespace separator. 17 years ago
Felipe Pena 7a37fa2d6b - Revert ZEND_BEGIN_ARG_INFO change 17 years ago
Felipe Pena b9c03aa4a5 - MFH: Fixed bug #46064 (Exception when creating ReflectionProperty object on dynamicly created property) 18 years ago
Felipe Pena df10005563 - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 18 years ago
Dmitry Stogov f656c6fc70 Fixed bug #46205 (Closure - Memory leaks when ReflectionException is thrown) 18 years ago
Felipe Pena 9d5ab6e54f - MFH: Removed unused arguments 18 years ago
Felipe Pena c89c62047c - Fixed test 18 years ago
Christian Seiler 066ea4f66c MFH: Fixed segfaults (tests added) 18 years ago
Marcus Boerger 6d083e2c39 - Cleanup 18 years ago
Felipe Pena 038373244b - MFH: New tests 18 years ago
Felipe Pena 301af6d4a9 - MFH: has_property check 18 years ago
Felipe Pena e82568d9e4 - Fix build (ZTS) 18 years ago
Marcus Boerger 05d896cce9 - MFH Closure/Reflection integration (original idea by Christian Seiler) 18 years ago
Felipe Pena 18d07065c0 - MFH: Fixed bug #45765 (ReflectionObject with default parameters of self::xxx cause an error) 18 years ago
Felix De Vliegher 3b2da467e7 Tests for ReflectionMethod::getClosure() and ReflectionFunction::getClosure() 18 years ago
Felix De Vliegher 06bcec0698 Documentation fix for getClosure() 18 years ago
Dmitry Stogov af05ce0af6 Fixed is_callable/call_user_func mess that had done different things for very similar arguments e.g. array("A","B") and "A::B" 18 years ago
Dmitry Stogov ac68c41f8d Fixed support for static methods 18 years ago
Dmitry Stogov 176ebc26ea Fixed uninitialized data 18 years ago