summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #33512 (Add missing support for isset()/unset() overloading to comp...Dmitry Stogov2005-07-071-0/+4
* - Fix testMarcus Boerger2005-06-211-1/+2
* Fixed memory leak.Ilia Alshanetsky2005-06-211-0/+3
* - Fix bug #33389 by fixing copyingMarcus Boerger2005-06-201-19/+17
* - Output shows false lowercasedMarcus Boerger2005-06-201-1/+4
* - Show true/flaseMarcus Boerger2005-06-201-1/+7
* revert - now it works again?!foobar2005-06-191-0/+1
* fix testfoobar2005-06-181-1/+0
* test for bug #33389foobar2005-06-181-0/+93
* No short-tags!foobar2005-06-172-2/+2
* - Internal functions/methods can now return by referenceMarcus Boerger2005-06-161-1/+1
* Fixed bug #33312 (ReflectionParameter methods do not work correctly)Dmitry Stogov2005-06-132-6/+44
* Fixed support for ZEND_ACC_SHADOW in ReflectionProperty constructorDmitry Stogov2005-06-101-1/+1
* MF50: fix #29689 and more private property problemsStanislav Malyshev2005-06-091-7/+14
* Fixed ReflectionClass::setStaticPropertyValue()Dmitry Stogov2005-06-081-0/+7
* Fixed bug #30961 (Wrong linenumber in ReflectionClass getStartLine())Dmitry Stogov2005-06-081-0/+20
* Added array type hinting. (This patch requires full re-make)Dmitry Stogov2005-05-261-0/+20
* - Add new testsMarcus Boerger2005-05-261-0/+34
* - Make ReflectionObject::hasProperty() recognize dynamically added propsMarcus Boerger2005-05-121-0/+11
* Correct grammar.Sebastian Bergmann2005-04-251-2/+2
* - Add ReflectionProperty::getDocComment()Marcus Boerger2005-04-191-0/+16
* - Add more testsMarcus Boerger2005-04-171-0/+13
* - Fix even though we already know that the function will be renamedMarcus Boerger2005-04-151-1/+19
* - Add new testMarcus Boerger2005-04-081-0/+191
* - Fix by TimMarcus Boerger2005-03-061-0/+1
* - Add new testMarcus Boerger2005-02-271-0/+103
* - Add two new methodsMarcus Boerger2005-02-271-1/+64
* - Fixed bug #32076 (ReflectionMethod :: isDestructor() always return true)Derick Rethans2005-02-231-1/+1
* - Be more gracious in reflection APIMarcus Boerger2005-02-131-6/+12
* - RenameMarcus Boerger2005-02-131-1/+1
* - Add new testMarcus Boerger2005-02-131-0/+54
* - Add ReclectionClass:hasProperty(), ReflectionClass::hasConstant()Marcus Boerger2005-01-311-0/+48
* - Fix #31651 (ReflectionClass::getDefaultProperties segfaults with arrays.)Marcus Boerger2005-01-221-5/+3
* - Update after fixing itMarcus Boerger2005-01-221-7/+6
* _ Add test for bug 31651Marcus Boerger2005-01-221-0/+25
* - Need to unmangle the class name hereMarcus Boerger2004-12-271-2/+3
* - More proto/error message fixesMarcus Boerger2004-12-271-6/+6
* - Small fixlet (by Tony)Marcus Boerger2004-12-271-2/+2
* - Add ReflectionClass::hasMethod() (thanks to Johannes S.)Marcus Boerger2004-12-251-0/+27
* - Fix Bug #30856 (ReflectionClass::getStaticProperties segfaults)Marcus Boerger2004-11-241-0/+7
* - Add new testMarcus Boerger2004-11-241-0/+20
* - Bugix #30783: Apache crash when using ReflectionFunction::getStaticVariables()Marcus Boerger2004-11-141-1/+1
* - Trying to invoke function not methot hereMarcus Boerger2004-11-031-2/+2
* - Fix invokeargs() with static methodsMarcus Boerger2004-11-031-1/+9
* - Add ReflectionFunction::invokeArgs(array)Marcus Boerger2004-10-311-0/+162
* Invokation -> InvocationSebastian Bergmann2004-10-311-4/+4
* - Be consistent and use names as keys (found by johannes)Marcus Boerger2004-10-301-1/+1
* - Fix protosMarcus Boerger2004-10-301-7/+7
* - Fix Bug #30344Marcus Boerger2004-10-061-6/+6
* Fix classnamesMarcus Boerger2004-09-291-1/+1