diff options
author | Marcus Boerger <helly@php.net> | 2004-10-05 18:36:46 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-10-05 18:36:46 +0000 |
commit | f916d603efc4749895c49e1c3d6c9cc05044d1b8 (patch) | |
tree | 9bd9f0dea1edc6f606c0b828eb20e3b9dd75485a /ext/reflection/php_reflection.c | |
parent | fb6072e10dac347cdcdeae3827cbcd46bd0b642a (diff) | |
download | php-git-f916d603efc4749895c49e1c3d6c9cc05044d1b8.tar.gz |
- Add arginfo ZEND_ARG_SEND_AUTOMATIC which lets the compiler automatically
determine whether pass by ref is possible or pass by value is needed.
# This is usefull when functions take array or string parameters as
# expressions. In such a case force by ref is not applicable and the
# executor would copy the variable unnecessarily as soon as it is at least
# once referenced.
Diffstat (limited to 'ext/reflection/php_reflection.c')
0 files changed, 0 insertions, 0 deletions