mirror of
https://github.com/php/php-src.git
synced 2026-04-14 11:32:11 +02:00
Not needed, will be copied from ptr->flags later
This commit is contained in:
@@ -1160,7 +1160,6 @@ int zend_register_functions(zend_class_entry *scope, zend_function_entry *functi
|
||||
internal_function->handler = ptr->handler;
|
||||
internal_function->function_name = ptr->fname;
|
||||
internal_function->scope = scope;
|
||||
internal_function->fn_flags = ZEND_ACC_PUBLIC;
|
||||
internal_function->prototype = NULL;
|
||||
if (ptr->arg_info) {
|
||||
internal_function->arg_info = ptr->arg_info+1;
|
||||
|
||||
Reference in New Issue
Block a user