diff options
Diffstat (limited to 'src/snuffleupagus.c')
| -rw-r--r-- | src/snuffleupagus.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/snuffleupagus.c b/src/snuffleupagus.c index 0126a37..2b30502 100644 --- a/src/snuffleupagus.c +++ b/src/snuffleupagus.c | |||
| @@ -20,9 +20,11 @@ static inline void sp_op_array_handler(zend_op_array *op); | |||
| 20 | 20 | ||
| 21 | ZEND_EXTENSION(); | 21 | ZEND_EXTENSION(); |
| 22 | 22 | ||
| 23 | // LCOV_EXCL_START | ||
| 23 | ZEND_DLEXPORT int sp_zend_startup(zend_extension *extension) { | 24 | ZEND_DLEXPORT int sp_zend_startup(zend_extension *extension) { |
| 24 | return zend_startup_module(&snuffleupagus_module_entry); | 25 | return zend_startup_module(&snuffleupagus_module_entry); |
| 25 | } | 26 | } |
| 27 | // LCOV_EXCL_END | ||
| 26 | 28 | ||
| 27 | static inline void sp_op_array_handler(zend_op_array *op) { | 29 | static inline void sp_op_array_handler(zend_op_array *op) { |
| 28 | if (NULL == op->filename) { | 30 | if (NULL == op->filename) { |
