summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Expand)AuthorAgeFilesLines
* - Improve testJohannes Schlüter2010-11-211-4/+4
* - Fix #52854 (ReflectionClass::newInstanceArgs does not work for classes with...Johannes Schlüter2010-11-212-1/+29
* - Fixed bug #53366 (Reflection doesnt get dynamic property value from getProp...Felipe Pena2010-11-202-2/+36
* Kill warnings about constnessKalle Sommer Nielsen2010-11-191-10/+10
* - Fixed ReflectionProperty::isDefault() giving a wrong result for propertiesGustavo André dos Santos Lopes2010-10-262-0/+35
* - Added ReflectionParameter::canBePassedByValue().Gustavo André dos Santos Lopes2010-10-262-0/+102
* - Improved memory usageDmitry Stogov2010-09-152-60/+60
* - Fixed testFelipe Pena2010-09-091-7/+21
* - Added missing void parameter checksFelipe Pena2010-08-211-0/+20
* - Added missing parameter checks for new methods (trunk only)Felipe Pena2010-08-021-0/+21
* - Makes "parent" and "self" checking case-insensitiveFelipe Pena2010-07-291-2/+2
* - Fixed testsFelipe Pena2010-07-063-11/+3
* - Fixed bug #52057 (ReflectionClass fails on Closure class)Felipe Pena2010-06-112-1/+66
* - Fix memleak when passing a non string/object parameterFelipe Pena2010-06-031-1/+1
* - Fix testFelipe Pena2010-06-031-1/+7
* - Save an object_init_ex() and zval_dtor() calls on ReflectionClass::isClonea...Felipe Pena2010-06-021-4/+4
* - Added ReflectionClass::isCloneable() [DOC]Felipe Pena2010-06-023-0/+128
* - More trait reflection workJohannes Schlüter2010-05-304-1/+195
* - Fixed ReflectionClass::isTrait() checking (to not identify abstract class a...Felipe Pena2010-05-292-1/+31
* - Missing Trait check fixFelipe Pena2010-05-292-2/+2
* - Fixed wrong abstract class identification (it was identified as a Trait)Felipe Pena2010-05-292-1/+55
* - Add some folding marksJohannes Schlüter2010-05-291-11/+26
* - Make reflection aware of traitsJohannes Schlüter2010-05-293-2/+96
* - Fix testsJohannes Schlüter2010-05-292-2/+2
* Fixed compiler warning (pointer mismatch)Kalle Sommer Nielsen2010-05-271-1/+1
* Remove unused variablePierrick Charron2010-05-261-1/+0
* - Fixed bug #51905 (ReflectionParameter fails if default value is an array wi...Felipe Pena2010-05-261-0/+28
* - Fixed bug #51911 (ReflectionParameter::getDefaultValue() memory leaks with ...Felipe Pena2010-05-252-1/+23
* Fixed ZTS buildDmitry Stogov2010-05-241-1/+1
* Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-245-106/+231
* - Added scalar typehinting.Derick Rethans2010-05-201-4/+106
* Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-11/+11
* restore $this support for closures to its former gloryStanislav Malyshev2010-04-199-3/+413
* Remove main/php3_compat.h, for that a few references to `function_entry` haveJohannes Schlüter2010-03-301-5/+0
* Fix protosJohannes Schlüter2010-03-301-2/+2
* Add ReflectionZendExtension class and --rz option to CLIJohannes Schlüter2010-03-303-1/+195
* Fix foldingJohannes Schlüter2010-03-301-1/+1
* Use php_error_docref instead of zend_errorJohannes Schlüter2010-03-302-13/+13
* Add ReflectionExtension::isTemporary() and ReflectionExtension::isPersistent().Johannes Schlüter2010-03-303-0/+56
* - Fixed tests Felipe Pena2010-03-061-4/+4
* - The ctor requires both argumentsHannes Magnusson2010-03-021-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-081-18/+6
* - Fixed bug #50152 (ReflectionClass::hasProperty hehaves like isset() not pro...Felipe Pena2009-11-112-2/+1
* - Fixed bug #49719 (ReflectionClass::hasProperty returns true for a private p...Felipe Pena2009-11-013-4/+51
* - Fix some arginfos (thanks Philip)Felipe Pena2009-10-033-110/+198
* Merge ReflectionMethod::setAccessible() to PHP 5.3.2, approved by Johannes.Sebastian Bergmann2009-09-162-12/+156
* Make invokeArgs() error messages consistent with invoke().Sebastian Bergmann2009-09-032-5/+5
* The last of the 2009 testfest testsZoe Slattery2009-08-301-0/+18
* More tests from 2009 testfestZoe Slattery2009-08-301-0/+15