mirror of
https://github.com/php/php-src.git
synced 2024-12-01 13:54:10 +08:00
fix typos
This commit is contained in:
parent
15da8367c4
commit
a46319d86d
@ -860,7 +860,7 @@ static int make_callable_ex(pdo_stmt_t *stmt, zval *callable, zend_fcall_info *
|
||||
fcc->initialized = 1;
|
||||
fcc->function_handler = function_handler;
|
||||
fcc->calling_scope = EG(scope);
|
||||
fcc->called_scope = Z_OBJCE_P(object);
|
||||
fcc->called_scope = Z_OBJCE_PP(object);
|
||||
fcc->object_pp = object;
|
||||
|
||||
return 1;
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user