259 Commits (b2ade975ab2c016ccade9f92d9d372459cd34020)

Author SHA1 Message Date
Antony Dovgal 5d4259ff85 more improvements 20 years ago
Antony Dovgal c65d3234cd fix #39067 (getDeclaringClass() and private properties) 20 years ago
Dmitry Stogov 2027ceaa14 Fixed bug #38942 (Double old-style-ctor inheritance) 20 years ago
Antony Dovgal 8e3f5c3a04 fix #39001 (ReflectionProperty returns incorrect declaring class for protected properties) 20 years ago
Dmitry Stogov 59d0c16391 Fixed bug #38942 (Double old-style-ctor inheritance) 20 years ago
Johannes Schlüter f1ed29ffd8 - Unicode fix 20 years ago
Johannes Schlüter c1f302279f - Print the type of the original value 20 years ago
Johannes Schlüter 90db332cff - Fix #37923 (Display constant value in reflection::export) 20 years ago
Hannes Magnusson fac517522b MFB: abstracting ReflectionFunctionAbstract & fix couple of typos 20 years ago
Antony Dovgal a10691e3b9 last portion of z/Z fixes 20 years ago
Antony Dovgal dcbbae86eb fix #38653 (memory leak in ReflectionClass::getConstant()) 20 years ago
Dmitry Stogov c62b08650b Fix usage of uninitialized value and unicode support 20 years ago
Ilia Alshanetsky 23de434f3a MFB: Improved fix for bug #38132 20 years ago
Antony Dovgal 8221909b21 fix bug #38217 (ReflectionClass::newInstanceArgs() tries to allocate too much memory) 20 years ago
Ilia Alshanetsky abd9dc0bf2 MFB: Fixed bug #38194 (ReflectionClass::isSubclassOf() returns TRUE for the 20 years ago
Marcus Boerger eb0fd63012 - zend_(u_)_unmangle_property_name() has changed 20 years ago
Andrei Zmievski 0667864631 Callable checks and class fetching and lookup should support identifer 20 years ago
Antony Dovgal b8059674ee Unicode support in ReflectionParameter::__construct() 20 years ago
Marcus Boerger 18d45918bc - Fix bug #37816 ReflectionProperty does not throw exception when accessing protected attribute 20 years ago
Marcus Boerger 465a418908 - Fix logic 20 years ago
Hannes Magnusson 7e3e99251f Added new method to see if function is disabled or not 20 years ago
Hannes Magnusson 2a18040cb5 Obs. ZEND_BEGIN_ARG_INFO => ZEND_BEGIN_ARG_INFO_EX 20 years ago
Hannes Magnusson 2fbf0478da Fix protos&arginfo 20 years ago
Marcus Boerger 233a322f1e - Fix ReflectionObject::getProperties() + dyn properties 20 years ago
Hannes Magnusson d6486b8116 Only display visibility for methods 20 years ago
Hannes Magnusson 6d1b43df02 Fixed bug #37764 20 years ago
Marcus Boerger c100b2837f - Add arginfo (hannes) 20 years ago
Marcus Boerger 7b2b67770e - Add ReflectionClass::getInterfaceNames() 20 years ago
Marcus Boerger 9b70699617 - Use engine call to register interfaces (steph) 20 years ago
Antony Dovgal 8c04c51f9b ignore my previous fix, it was wrong =) 20 years ago
Antony Dovgal 890b19a709 no need to fetch trsm_ls when it's already available 20 years ago
Antony Dovgal 6a53a49c8b MF51: fix bug #36898 (__set() leaks in classes extending internal ones) 20 years ago
Marcus Boerger 946c955ce7 - Fix ReflectionParameter 20 years ago
Rasmus Lerdorf b83d7e3151 stray text 20 years ago
Marcus Boerger 1050956ad1 - Proto fixes 20 years ago
Marcus Boerger 4fb5bc4b6e - Make Derick happy for the moment 20 years ago
Marcus Boerger 257a95f69f - deprecated belongs in the flag area, not in the keyword area 20 years ago
Johannes Schlüter e0053b2536 - We need %v here 20 years ago
Johannes Schlüter cea8dd887b - Fix #29986 (Class constants won't work with predefined constants when 20 years ago
Johannes Schlüter 4ad7d57a97 - deprecated not static 20 years ago
Marcus Boerger 90c428a6a0 - Fix warning 20 years ago
Marcus Boerger 7dfafcbb84 - Functions can be deprecated too 20 years ago
Johannes Schlüter f0331d8c12 - Print deprecation info on reflection export 20 years ago
Sebastian Bergmann 50ccc82261 Fix whitespace. 20 years ago
Sebastian Bergmann 865eaa67b5 Add ReflectionMethod::isDeprecated(). Patch reviewed by Marcus Börger <helly@php.net>. 20 years ago
Dmitry Stogov 0f1209ab3d Portable unicode string API: 20 years ago
Marcus Boerger 416f3ef160 - Ansi compliance issue found by rob 20 years ago
Marcus Boerger 37f033e0f7 - Fix mem issue in unicode mode (seems to be a problem in different api behavior) 20 years ago
Marcus Boerger 3ac5297d8b - Add ReflectionProperty::getDefaultValue() 20 years ago
Johannes Schlüter 6e9026d6c8 - Rename reflection constants to fix parser conflicts 20 years ago