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 70f25d1 commit 0c8f6d6Copy full SHA for 0c8f6d6
kernel/excel.h
@@ -27,8 +27,6 @@ typedef struct {
27
28
extern zend_class_entry *vtiful_excel_ce;
29
30
-VTIFUL_STARTUP_FUNCTION(excel);
31
-
32
excel_resource_t * zval_get_resource(zval *handle);
33
34
#endif
kernel/exception.h
@@ -15,6 +15,4 @@
15
16
extern zend_class_entry *vtiful_exception_ce;
17
18
-VTIFUL_STARTUP_FUNCTION(vtiful_exception);
19
20
0 commit comments