1
0
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:
Marcus Boerger
2003-08-03 20:49:27 +00:00
parent e58a4ede81
commit 8c614ddda4

View File

@@ -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;