diff options
author | Antony Dovgal <tony2001@php.net> | 2008-07-25 08:45:09 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2008-07-25 08:45:09 +0000 |
commit | a46319d86d3d763f53c62d2870d0be6073dfc755 (patch) | |
tree | 07e22817109ac35b458e660c63935d9578806d90 /ext/reflection/php_reflection.c | |
parent | 15da8367c4494a7c240d135d08f50a369c304a6d (diff) | |
download | php-git-a46319d86d3d763f53c62d2870d0be6073dfc755.tar.gz |
fix typos
Diffstat (limited to 'ext/reflection/php_reflection.c')
-rw-r--r-- | ext/reflection/php_reflection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index 4a30b921b8..aaf69d7380 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -1235,7 +1235,7 @@ static void _reflection_export(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *c fcc.initialized = 1; fcc.function_handler = ce_ptr->constructor; fcc.calling_scope = ce_ptr; - fcc.called_scope = Z_OBJCE_P(reflection_ptr); + fcc.called_scope = reflection_ptr; fcc.object_pp = &reflector_ptr; result = zend_call_function(&fci, &fcc TSRMLS_CC); |