mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed is_callable/call_user_func mess that had done different things for very similar arguments e.g. array("A","B") and "A::B"
This commit is contained in:
parent
77baec3f6d
commit
af05ce0af6
17 changed files with 223 additions and 417 deletions
|
@ -1258,7 +1258,7 @@ static void _reflection_export(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *c
|
|||
params[0] = &reflector_ptr;
|
||||
params[1] = &output_ptr;
|
||||
|
||||
ZVAL_STRINGL(&fname, "export", sizeof("export") - 1, 0);
|
||||
ZVAL_STRINGL(&fname, "reflection::export", sizeof("reflection::export") - 1, 0);
|
||||
fci.function_table = &reflection_ptr->function_table;
|
||||
fci.function_name = &fname;
|
||||
fci.object_pp = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue