summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
Commit message (Expand)AuthorAgeFilesLines
* show ini entries and classes for extensions.Marcus Boerger2004-04-191-4/+83
* Bugfix #27519 Reflection_Function constructor crashes with non-existantMarcus Boerger2004-04-081-2/+2
* - Fix typoAndi Gutmans2004-03-311-9/+9
* TSRM fixMarcus Boerger2004-03-301-0/+1
* - Fix Reflection class namesMarcus Boerger2004-03-301-11/+131
* Fix memleak found by TimmMarcus Boerger2004-03-281-2/+0
* Clearify the different method/class flags (as discussed with Andi).Marcus Boerger2004-03-091-9/+14
* Add another missing conversionMarcus Boerger2004-03-081-0/+1
* - Fix leakAndi Gutmans2004-03-011-1/+1
* - Fix crash in reflection API (pierre)Andi Gutmans2004-03-011-4/+8
* - Apply fixes by Timm.Andi Gutmans2004-02-291-2/+7
* Fix problem with Reflection_Property (patch from Timm slightly modified).Marcus Boerger2004-02-261-3/+12
* Proto fixes.Sebastian Bergmann2004-02-251-9/+9
* Centralize exceptions code in zend_exceptions.[ch].Zeev Suraski2004-02-121-1/+1
* Fix crash (patch by Rob Richards)Zeev Suraski2004-02-111-1/+1
* Fix reflectionMarcus Boerger2004-02-041-3/+3
* Change destructor implementation (details will follow on internals@)Zeev Suraski2004-02-041-1/+1
* Throw an exception in case a reflection object cannot be found and do notMarcus Boerger2004-01-311-6/+14
* Fix some casing issuesMarcus Boerger2004-01-181-13/+19
* - Fixed bug #26640 (__autoload() not invoked by Reflection classes)foobar2004-01-161-53/+26
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* - Fixed var_export() to show public, protected and private modifiers properly.Derick Rethans2004-01-031-3/+3
* Fixed bug #26695 (Reflection API does not recognize mixed-case class hints)Marcus Boerger2003-12-221-2/+5
* Memory corruptions were fixed in zend_str_tolower_copy()Dmitry Stogov2003-12-151-10/+10
* - Fix __autoload() to preserve class case.Andi Gutmans2003-11-241-12/+2
* - Allocation optimizations by Timm FriebeAndi Gutmans2003-11-231-35/+47
* Add method reflection_class::implementsInterface()Marcus Boerger2003-11-081-9/+90
* Fix reflection_class::isSubclassOf()Marcus Boerger2003-11-081-1/+1
* This forces a better error message for non working clone calls.Marcus Boerger2003-10-251-0/+1
* You shall not clone reflection_xx instancesMarcus Boerger2003-10-251-1/+18
* Show if a class/object is iterateableMarcus Boerger2003-10-171-0/+18
* Fix showing final/abstract for classesMarcus Boerger2003-10-171-2/+2
* Add public array Reflection_Class::getDefaultProperties()Marcus Boerger2003-09-201-0/+45
* Go with studlyCapsMarcus Boerger2003-09-181-130/+130
* Change tostring() into __toString() to match method name used in casting.Marcus Boerger2003-09-181-24/+24
* - Make it clear whether it is an interface or a classMarcus Boerger2003-09-161-2/+2
* Add missing newline if no static methods are availableMarcus Boerger2003-09-061-1/+1
* - Internal functions shall be staticMarcus Boerger2003-09-061-9/+16
* Fix logicMarcus Boerger2003-09-061-2/+2
* - Fix CS: {{{ / }}}Marcus Boerger2003-09-061-46/+194
* Use %s where it makes more senseMarcus Boerger2003-09-061-17/+23
* Simplify reflection_property::__constructor() and fix property factoryMarcus Boerger2003-09-051-15/+14
* - Don't use resorved words as variable names.Marcus Boerger2003-09-051-47/+88
* Fix reflection_api::__construct() (noticed by Andrey)Marcus Boerger2003-09-051-6/+8
* Add reflection_class::getstaticproerties()Marcus Boerger2003-09-041-0/+16
* Clearly distinguish between Const, Static and Other members.Marcus Boerger2003-09-031-15/+96
* Use appropriate function for property name unmangling.Marcus Boerger2003-09-021-18/+9
* Make these static as noticed by AndreyMarcus Boerger2003-09-021-3/+3
* These are implicit properties as denoted by the flag. Dynamic properties onlyMarcus Boerger2003-09-021-1/+1
* Fix initial buffer sizeMarcus Boerger2003-09-011-1/+1