423 Commits (dcd2ff33e010cbfe958a2375381bbbbaf23ef747)

Author SHA1 Message Date
Dmitry Stogov e5454b359a Fixed bug #46409 (__invoke method called outside of object context when using array_map) 17 years ago
Felipe Pena 6ac6838961 - Fixed bug #46604 (ReflectionClass::getProperty() fails) [only in this branch] 17 years ago
Ant Phillips ddb2c05841 Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 17 years ago
Ant Phillips d7ed58db8b Commit tests for ext/reflection 17 years ago
Felipe Pena 43791516db - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 17 years ago
Hannes Magnusson ee616e41dd Interfaces extend other interfaces, not implement 17 years ago
Felipe Pena e006a89e71 - Revert ZEND_BEGIN_ARG_INFO change 18 years ago
Felipe Pena fa5d6496f5 - Fixed char formatter 18 years ago
Felipe Pena b90aaccbfd - Fixed bug #46064 (Exception when creating ReflectionProperty object on dynamicly created property) 18 years ago
Felipe Pena 7eb2715464 - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 18 years ago
Dmitry Stogov 292016006e Fixed bug #46205 (Closure - Memory leaks when ReflectionException is thrown) 18 years ago
Felipe Pena 7de23da81e - Removed unused arguments 18 years ago
Felipe Pena fdc2ee256e - MFB: New parameter parsing API 18 years ago
Pierre Joye 1beb30e468 - move declaration on top and fix build error 18 years ago
Christian Seiler d40f3ef30e - Fixed sefaults (tests added) 18 years ago
Marcus Boerger 044d27e802 - Cleanup 18 years ago
Felipe Pena 7ea60b6f45 - Fixed wrong check for dynamic properties 18 years ago
Felipe Pena ebb797df4b - Fix build (ZTS) 18 years ago
Marcus Boerger ae3641d90d - Closure/Reflection integration (original idea by Christian Seiler) 18 years ago
Felipe Pena 0a735191e5 - Fixed bug #45765 (ReflectionObject with default parameters of self::xxx cause an error) 18 years ago
Felix De Vliegher 934dd2e326 MFB: Tests for ReflectionMethod::getClosure() and ReflectionFunction::getClosure() 18 years ago
Felix De Vliegher a3d6855a85 MFB: Documentation fix for getClosure() 18 years ago
Antony Dovgal 21008970aa fix test 18 years ago
Antony Dovgal bd5f8ace6e make ReflectionProperty::getValue() and ReflectionProperty::setValue() consistent with their implementations in 5_3 18 years ago
Antony Dovgal 3f754a5aff no need for FETCH anymore.. 18 years ago
Antony Dovgal 652018e18e more similar fixes 18 years ago
Antony Dovgal d23d92e077 add TSRMLS_DC and fix crash in ZTS mode 18 years ago
Dmitry Stogov bdf7981e28 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 c96256bcaf Fixed support for static methods 18 years ago
Dmitry Stogov 013059c247 Fixed uninitialized data 18 years ago
Felipe Pena 8e1b4a55cc - Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments. 18 years ago
Rob Richards c2eb3ea158 Sync with 5_3 changes 18 years ago
Felipe Pena d66ac1c507 - MFB: Fixed bug #45571 (ReflectionClass::export() shows superclasses' private static methods.) 18 years ago
Antony Dovgal e92b2b506a make sure dom extension is present 18 years ago
Dmitry Stogov 8d2e0a7e0f Added closures support 18 years ago
Dmitry Stogov 8565522d49 ws 18 years ago
Dmitry Stogov c306b42658 Added support for namespaces 18 years ago
Lars Strojny 99ffc8701a Testfest: various tests for ReflectionParameter 18 years ago
Lars Strojny 8b9f0454fb Testfest test cases for ReflectionExtension 18 years ago
Lars Strojny 0b76b9b921 Testfest: ReflectionExtension tests by Gerrit te Sligte and Leon Luijkx 18 years ago
Lars Strojny 0e34d9c841 Testfest: ReflectionExtension::info()-test by Stefan Koopmanschap 18 years ago
Lars Strojny 5598ae06ed Reflection::getModifierNames()-test by Felix De Vliegher (Testfest) 18 years ago
Felipe Pena a9e910eebd - MFB: Fixed bug #45139 (ReflectionProperty returns incorrect declaring class) 18 years ago
Felipe Pena 06a7527c65 - Removed UEXPECT(F) 18 years ago
Sebastian Bergmann 5aa7732d2f MFB: Drop SKIPIF check for ext/reflection. 18 years ago
Robin Fernandes f684c221c4 More basic ReflectionClass tests from Dutch TestFest. 18 years ago
Robin Fernandes 50cd9a0382 Basic ReflectionClass tests (from Dutch TestFest) 18 years ago
Sebastian Bergmann 360409b776 Add tests for ReflectionFunction::getExtension*(). 18 years ago
Antony Dovgal 9c8b9b8d1f fix build 18 years ago
Elizabeth Marie Smith 7a01c2c738 MFB 18 years ago