We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512bc24 commit 35cd537Copy full SHA for 35cd537
ext/opcache/zend_persist.c
@@ -169,8 +169,6 @@ static void zend_hash_persist(HashTable *ht)
169
}
170
171
172
-static void zend_persist_op_array(zval *zv);
173
-
174
static zend_ast *zend_persist_ast(zend_ast *ast)
175
{
176
uint32_t i;
ext/opcache/zend_persist_calc.c
@@ -71,8 +71,6 @@ static void zend_hash_persist_calc(HashTable *ht)
71
72
73
74
-static void zend_persist_op_array_calc(zval *zv);
75
76
static void zend_persist_ast_calc(zend_ast *ast)
77
78
0 commit comments