summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-08-30 12:58:35 +0000
committerMarcus Boerger <helly@php.net>2003-08-30 12:58:35 +0000
commit49a538d054e0343e931924591584e693ed8d4d01 (patch)
tree93e4769f849d8f80a7c6ab67d5e8b370216589d3 /ext/reflection/php_reflection.c
parentf7f49e4584ebed812fb37945c0b2d3f0ad4efbcc (diff)
downloadphp-git-49a538d054e0343e931924591584e693ed8d4d01.tar.gz
Actually using fcc would be a good idea
Diffstat (limited to 'ext/reflection/php_reflection.c')
-rw-r--r--ext/reflection/php_reflection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c
index a524ce0296..8119eb631f 100644
--- a/ext/reflection/php_reflection.c
+++ b/ext/reflection/php_reflection.c
@@ -762,7 +762,7 @@ ZEND_METHOD(reflection_function, invoke)
fcc.calling_scope = EG(scope);
fcc.object_pp = NULL;
- result = zend_call_function(&fci, NULL TSRMLS_CC);
+ result = zend_call_function(&fci, &fcc TSRMLS_CC);
efree(params);