History log of /PHP-7.3/ext/reflection/php_reflection.c (Results 651 – 675 of 698)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# bef3e13c 01-Sep-2003 Marcus Boerger

Add missing '}'


# cbd08869 01-Sep-2003 Marcus Boerger

Add static reflector::export() and its implementations.
#
# This makes the main reflection use a lot easier.
#


# a389286b 01-Sep-2003 Marcus Boerger

Set the params in the struct


# 4506d4ea 31-Aug-2003 Marcus Boerger

Don't repeat first const count(consts) time


# 660c14e7 31-Aug-2003 Marcus Boerger

Beautify output


# 4af06210 31-Aug-2003 Marcus Boerger

Add reflection_parameters, patch by Timm Friebe


# 8376b7ef 31-Aug-2003 Marcus Boerger

Check whether we may access tat union


# ade319ac 31-Aug-2003 Marcus Boerger

Using zend_spprintf should be faster here


# f1c92fa4 30-Aug-2003 Marcus Boerger

- Calling abstract methods should be a error for consistency reason.
- So in reflection_api we use the reflection_exception again.


# 6c69b287 30-Aug-2003 Marcus Boerger

fci.function_table & fci.function_name are not needed since we use zend_fcall_info_cache


# e6795048 30-Aug-2003 Marcus Boerger

Be precise


# 49a538d0 30-Aug-2003 Marcus Boerger

Actually using fcc would be a good idea


# 50040c8a 29-Aug-2003 Marcus Boerger

- Use zend_fcall_info_cache in invoke() to improve speed.
# This also fixes the problem with calling static methods.


# 43836e97 27-Aug-2003 Marcus Boerger

Nuke unused variable
# I should have taken Timm's patch


# 7f519695 27-Aug-2003 Marcus Boerger

Fix reflection_class::newInstance()


Revision tags: php-4.3.3
# cec053f7 24-Aug-2003 Marcus Boerger

Don't identify alias'ed functions


# e44d0f52 24-Aug-2003 Marcus Boerger

Add dedicated reflection_exception


# 669603f6 24-Aug-2003 Marcus Boerger

Make invoke() work


# 96d4ac7a 24-Aug-2003 Marcus Boerger

zend_parse_parameters 'O' works the way we need here


# 418a7f98 24-Aug-2003 Marcus Boerger

Not needed


# bd07968b 24-Aug-2003 Marcus Boerger

- Add Reflection_Function::isAlias
- Use ZEND_ME/ZEND_METHOD
- Fix static entries


# c3d60fd7 23-Aug-2003 Marcus Boerger

Allow zend_throw_exception() to also set the exception code


# 5e77dc44 23-Aug-2003 Marcus Boerger

Show ctor/dtor information and those don't return anything


# 0e32aaa8 21-Aug-2003 Marcus Boerger

Add function 'zend_throw_exception(char *message, int duplicate TSRMLS_DC);'
to provide an easy way to throw exceptions for extension developers.


Revision tags: php-4.3.3RC4
# 717b5afe 17-Aug-2003 Marcus Boerger

Fix warnings


1...<<2122232425262728