summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix class handling of invokeMarcus Boerger2003-09-011-18/+23
* Add missing '}'Marcus Boerger2003-09-011-0/+2
* Add static reflector::export() and its implementations.Marcus Boerger2003-09-011-0/+146
* Set the params in the structMarcus Boerger2003-09-011-0/+2
* Don't repeat first const count(consts) timeMarcus Boerger2003-08-311-1/+1
* Beautify outputMarcus Boerger2003-08-311-5/+7
* Add reflection_parameters, patch by Timm FriebeMarcus Boerger2003-08-311-70/+352
* Check whether we may access tat unionMarcus Boerger2003-08-311-1/+1
* Using zend_spprintf should be faster hereMarcus Boerger2003-08-311-9/+10
* - Calling abstract methods should be a error for consistency reason.Marcus Boerger2003-08-301-1/+1
* fci.function_table & fci.function_name are not needed since we use zend_fcall...Marcus Boerger2003-08-301-10/+4
* Be preciseMarcus Boerger2003-08-301-2/+12
* Actually using fcc would be a good ideaMarcus Boerger2003-08-301-1/+1
* - Use zend_fcall_info_cache in invoke() to improve speed.Marcus Boerger2003-08-291-3/+13
* 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