326 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
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 a3d6855a85 MFB: Documentation fix for getClosure() 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
Felipe Pena d66ac1c507 - MFB: Fixed bug #45571 (ReflectionClass::export() shows superclasses' private static methods.) 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
Felipe Pena a9e910eebd - MFB: Fixed bug #45139 (ReflectionProperty returns incorrect declaring class) 18 years ago
Dmitry Stogov f78649d8db Made code opcode-cache friendly. (It is disallowed to change code during execution) 18 years ago
Derick Rethans f8717f7280 - Fixed typo 18 years ago
Derick Rethans 4b6cdde9c8 - Add the ReflectionProperty::setAccesible() method that allows non-public 18 years ago
Antony Dovgal f3643b59a5 fix ZTS build 18 years ago
Felipe Pena c31d0d112f Fixed Bug #43926 (isInstance() isn't equivalent to instanceof operator) 18 years ago
Marcus Boerger 0aaea797da - Fixed Bug #37964 (Reflection shows private methods of parent class) 18 years ago
Sebastian Bergmann 9b620d50b4 Bump copyright year, 2 of 2. 18 years ago
Dmitry Stogov 47dc82ecb9 Fixed bug #43128 (Very long class name causes segfault) 18 years ago
Ilia Alshanetsky 8ef85b486a MFB: Fixed bug #42976 (Crash when constructor for newInstance() or 19 years ago
Yiduo (David) Wang 95da0dc570 Added macros for managing zval refcounts and is_ref statuses 19 years ago
Dmitry Stogov 8146078f7b Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 19 years ago
Antony Dovgal 4919bc45c5 fix coverity issue #411 19 years ago
Dmitry Stogov d085fa1fe1 Simplify (the prototype of zend_u_get_constant_ex() is going to be changed) 19 years ago
Sebastian Bergmann 89c30a380b - MFB: Fugbix typo. 19 years ago
Johannes Schlüter b83198cd2c - Mark the parameter for ReflectionProperty::GetValue as optional 19 years ago
Johannes Schlüter 610f70fcf5 - MFB: New ReflectionExtension::info() function to print the phpinfo() block 19 years ago
Hannes Magnusson 8bff918046 MFB: Avoid endless loop 19 years ago
Antony Dovgal 0a0b078746 implement (or fix?) #41884 (ReflectionClass::getDefaultProperties() does not handle static attributes) 19 years ago