summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
Commit message (Expand)AuthorAgeFilesLines
* Nuke unused variableMarcus Boerger2003-08-271-1/+0
* Fix reflection_class::newInstance()Marcus Boerger2003-08-271-13/+9
* Don't identify alias'ed functionsMarcus Boerger2003-08-241-11/+0
* Add dedicated reflection_exceptionMarcus Boerger2003-08-241-10/+14
* Make invoke() workMarcus Boerger2003-08-241-20/+9
* zend_parse_parameters 'O' works the way we need hereMarcus Boerger2003-08-241-15/+2
* Not neededMarcus Boerger2003-08-241-10/+0
* - Add Reflection_Function::isAliasMarcus Boerger2003-08-241-160/+185
* Allow zend_throw_exception() to also set the exception codeMarcus Boerger2003-08-231-1/+1
* Show ctor/dtor information and those don't return anythingMarcus Boerger2003-08-231-1/+7
* Add function 'zend_throw_exception(char *message, int duplicate TSRMLS_DC);'Marcus Boerger2003-08-211-24/+1
* Fix warningsMarcus Boerger2003-08-171-3/+0
* Simplify abstract method declarationMarcus Boerger2003-08-161-7/+1
* Try to put an end to the endless number of call_user_function variants.Zeev Suraski2003-08-051-25/+44
* Add function/method parameter reflectionMarcus Boerger2003-08-041-0/+35
* ntroduce infrastructure for supplying information about arguments,Zeev Suraski2003-08-031-1/+1
* Show interfacesMarcus Boerger2003-08-021-1/+8
* Fix segfault. Patch by Timm Friebe <thekid@thekid.de>.Sebastian Bergmann2003-07-231-1/+1
* should nt hereGeorge Schlossnagle2003-07-201-0/+1
* Fix warnings and whitespace in outputMarcus Boerger2003-07-201-30/+29
* Add support for instances in Reflection_Class.Marcus Boerger2003-07-201-12/+22
* removed references to smart_str, replaced with private string managementGeorge Schlossnagle2003-07-201-175/+157
* more of Timm's implementation.George Schlossnagle2003-07-201-262/+879
* 2 * TSRMLS_FETCH() -> 1 * TSRMLS_DCSebastian Bergmann2003-07-041-4/+2
* ws fixGeorge Schlossnagle2003-07-041-2/+2
* win build fixes (Rob Richards)George Schlossnagle2003-07-031-0/+2
* can't forget AndreiGeorge Schlossnagle2003-07-031-0/+1
* more of Timm's patches, and mod authors line to give credit where credit is due.George Schlossnagle2003-07-031-11/+1030
* Timm Friebe's patches for code celanup and additional functions.George Schlossnagle2003-07-011-243/+217
* ZTS fixes.Sebastian Bergmann2003-07-011-4/+4
* more incremental changes. add anything that needs a class factory.George Schlossnagle2003-07-011-1/+72
* all the easy parts of Reflection_ClassGeorge Schlossnagle2003-07-011-7/+260
* - ZE coding style requires if ( instead of if(Andi Gutmans2003-06-301-22/+22
* ZTS fixes. Remove unused local variables.Sebastian Bergmann2003-06-301-12/+11
* added support for Reflection_Function, the first part ofGeorge Schlossnagle2003-06-301-0/+348