338 Commits (4398fbbbe42704faffc1907cf31fb8c6485a0347)

Author SHA1 Message Date
Pierre Joye c9ec9fed7b - set PHP_[EXTNAME] to yes for spl, pcre and reflection (always on), this variable is required by ADD_EXTENSION_DEP 18 years ago
Felipe Pena bee6c52437 - New parameter parsing API 18 years ago
Lars Strojny 709ac7c21f Testfest: various tests for ReflectionParameter 18 years ago
Lars Strojny f2326fbed0 Testfest test cases for ReflectionExtension 18 years ago
Lars Strojny 5a241ddfe0 Testfest: ReflectionExtension tests by Gerrit te Sligte and Leon Luijkx 18 years ago
Lars Strojny c26c072cba Testfest: ReflectionExtension::info()-test by Stefan Koopmanschap 18 years ago
Lars Strojny 45f85f3840 Reflection::getModifierNames()-test by Felix De Vliegher (Testfest) 18 years ago
Felipe Pena 5050450f79 - MFB: Fixed bug #45139 (ReflectionProperty returns incorrect declaring class) 18 years ago
Sebastian Bergmann 30a8d14fbc Drop SKIPIF check for ext/reflection. 18 years ago
Robin Fernandes d2d61cac19 More basic ReflectionClass tests from Dutch TestFest. 18 years ago
Robin Fernandes 066a330877 Basic ReflectionClass tests (from Dutch TestFest) 18 years ago
Sebastian Bergmann b5281c79b5 MFH: Add tests for ReflectionFunction::getExtension*(). 18 years ago
Antony Dovgal a72b8f96ed fix build 18 years ago
Elizabeth Marie Smith 3adf07b5c6 Fix reflection (always static, never shared) and disable turning off pcre and spl (also always static, never shared) 18 years ago
Lars Strojny 0bc6920f66 Hard enabling it for Windows, readding define for UNIX [DOC] 18 years ago
Lars Strojny 7309946677 Hard enabling ext/reflection on UNIX too [DOC] 18 years ago
Antony Dovgal c75658c477 MFH 18 years ago
Robin Fernandes 0455ccb805 Remove inconsistent behaviour when a protected static prop is overridden by public static prop (details: http://turl.ca/phhhf ). 18 years ago
Dmitry Stogov ecc9778dc8 Made code opcode-cache friendly. (It is disallowed to change code during execution) 18 years ago
Derick Rethans d161f4ec88 - Fixed speling. 18 years ago
Derick Rethans a764d75d08 - Add the ReflectionProperty::setAccesible() method that allows non-public 18 years ago
Antony Dovgal 2fb4ea9c4f MFH 18 years ago
Felipe Pena 544f6dfd49 Fix test 18 years ago
Felipe Pena 6a2f085f1e Fix test 18 years ago
Felipe Pena 2c90b7127c Revert 18 years ago
Felipe Pena b9df996a3b Fix the fix (isInstance - order of parameters) 18 years ago
Antony Dovgal ca44081e6b fix ZTS build 18 years ago
Felipe Pena 7ef18ce15d Fix tests 18 years ago
Felipe Pena 8452585fc8 Fixed Bug#43926 (isInstance() isn't equivalent to instanceof operator) 18 years ago
Marcus Boerger 626881d9e8 - MFH Fixed Bug #37964 (Reflection shows private methods of parent class) 18 years ago
Dmitry Stogov ed8e2fa031 Added missing warning message 18 years ago
Steve Seear af2dfe2e45 Adding PHPT tests for the ReflectionMethod class. 18 years ago
Sebastian Bergmann d1dded8751 MFH: Bump copyright year, 2 of 2. 18 years ago
Steve Seear f48e23c67f Adding PHPT tests for the ReflectionProperty class. 18 years ago
Dmitry Stogov 648fbe9d58 Fixed bug #43128 (Very long class name causes segfault) 19 years ago
Ilia Alshanetsky f0197278e0 Fixed bug #42976 (Crash when constructor for newInstance() or 19 years ago
Yiduo (David) Wang 4b4d634cb9 MFH: Added macros for managing zval refcounts and is_ref statuses 19 years ago
Dmitry Stogov 6c810b0d4c Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 19 years ago
Antony Dovgal 7a954c4c48 MFH: fix coverity issue #411 19 years ago
Sebastian Bergmann 11b820bda3 - Fugbix typo. 19 years ago
Johannes Schlüter 1d48a1081c - MFH: Mark the parameter for ReflectionProperty::GetValue as optional 19 years ago
Johannes Schlüter 179c67a64b - New ReflectionExtension::info() function to print the phpinfo() block 19 years ago
Hannes Magnusson e6e823c844 Avoid endless loop 19 years ago
Zoe Slattery 55ff728d73 reflectionObject tests 19 years ago
Antony Dovgal d3ac984385 MFH 19 years ago
Zoe Slattery addad71048 More reflectionClass tests 19 years ago
Antony Dovgal 40f32634c2 MFH: fix copy/paste type and bug #41962 19 years ago
Zoe Slattery 90fd8fd7e8 tests for reflectionClass 19 years ago
Zoe Slattery 4c22d54e23 ReflectionClass constructor tests 19 years ago
Marcus Boerger 407c9833ef - Bug #41525 ReflectionParameter::getPosition() not available 19 years ago