206 Commits (81ed6ea1c29059b5c19a5599d32fb25fbdbcedee)

Author SHA1 Message Date
Dmitry Stogov 08fe0d1da3 Test engine is improved to support unicode mode 21 years ago
Sebastian Bergmann 52b001cc05 ZTS fixes. 21 years ago
Dmitry Stogov 21c1109e0c Unicode support 21 years ago
Andrei Zmievski b80cb7bd2f Unicode support 21 years ago
Antony Dovgal b58f366c5c MF5.1: fix #34078 (Reflection API problems in methods with boolean or null default values) 21 years ago
foobar 916815b779 Bump up the year 21 years ago
Dmitry Stogov 345e0255b5 Fixed bug #33512 (Add missing support for isset()/unset() overloading to complement the property get/set methods) 21 years ago
Marcus Boerger f845c37b41 - Fix test 21 years ago
Ilia Alshanetsky e656b82956 Fixed memory leak. 21 years ago
Marcus Boerger f554eba8f3 - Fix bug #33389 by fixing copying 21 years ago
Marcus Boerger 5cc056a6ce - Output shows false lowercased 21 years ago
Marcus Boerger 758503e26f - Show true/flase 21 years ago
foobar 21ce9394a7 revert - now it works again?! 21 years ago
foobar a91a5601e4 fix test 21 years ago
foobar 185648217f test for bug #33389 21 years ago
foobar a491b82c4c No short-tags! 21 years ago
Marcus Boerger 7a7cda7a4c - Internal functions/methods can now return by reference 21 years ago
Dmitry Stogov e6dcba6052 Fixed bug #33312 (ReflectionParameter methods do not work correctly) 21 years ago
Dmitry Stogov 26c3944d9c Fixed support for ZEND_ACC_SHADOW in ReflectionProperty constructor 21 years ago
Stanislav Malyshev 2cb52151ac MF50: fix #29689 and more private property problems 21 years ago
Dmitry Stogov 9cf513dfea Fixed ReflectionClass::setStaticPropertyValue() 21 years ago
Dmitry Stogov 0a44789bf3 Fixed bug #30961 (Wrong linenumber in ReflectionClass getStartLine()) 21 years ago
Dmitry Stogov 1a72341328 Added array type hinting. (This patch requires full re-make) 21 years ago
Marcus Boerger 3453cf642a - Add new tests 21 years ago
Marcus Boerger c1e480d46e - Make ReflectionObject::hasProperty() recognize dynamically added props 21 years ago
Sebastian Bergmann 11a91f04b2 Correct grammar. 21 years ago
Marcus Boerger 67a226d910 - Add ReflectionProperty::getDocComment() 21 years ago
Marcus Boerger 43a5cee728 - Add more tests 21 years ago
Marcus Boerger 5b21e48557 - Fix even though we already know that the function will be renamed 21 years ago
Marcus Boerger 53e5eb8032 - Add new test 21 years ago
Marcus Boerger 86ac9559be - Fix by Tim 21 years ago
Marcus Boerger 893e9c0498 - Add new test 21 years ago
Marcus Boerger c4bc32ff7b - Add two new methods 21 years ago
Derick Rethans 30d9fd6bba - Fixed bug #32076 (ReflectionMethod :: isDestructor() always return true) 21 years ago
Marcus Boerger a57b6bad69 - Be more gracious in reflection API 21 years ago
Marcus Boerger d308d6d462 - Rename 21 years ago
Marcus Boerger 0a9e940ab7 - Add new test 21 years ago
Marcus Boerger 0bb81ce1d6 - Add ReclectionClass:hasProperty(), ReflectionClass::hasConstant() 21 years ago
Marcus Boerger 1d5c13bdad - Fix #31651 (ReflectionClass::getDefaultProperties segfaults with arrays.) 21 years ago
Marcus Boerger bad986232b - Update after fixing it 21 years ago
Marcus Boerger a01e3435de _ Add test for bug 31651 21 years ago
Marcus Boerger 7be33a225e - Need to unmangle the class name here 22 years ago
Marcus Boerger 03af7c8abc - More proto/error message fixes 22 years ago
Marcus Boerger 4b80deed8e - Small fixlet (by Tony) 22 years ago
Marcus Boerger 8c7bd30a7b - Add ReflectionClass::hasMethod() (thanks to Johannes S.) 22 years ago
Marcus Boerger 520097b065 - Fix Bug #30856 (ReflectionClass::getStaticProperties segfaults) 22 years ago
Marcus Boerger 4ab537fc61 - Add new test 22 years ago
Marcus Boerger 95ff205e6c - Bugix #30783: Apache crash when using ReflectionFunction::getStaticVariables() 22 years ago
Marcus Boerger fcbd8c4f99 - Trying to invoke function not methot here 22 years ago
Marcus Boerger 63b288c464 - Fix invokeargs() with static methods 22 years ago