diff options
| author | jvoisin | 2018-10-06 11:26:32 +0200 |
|---|---|---|
| committer | jvoisin | 2018-10-06 11:26:32 +0200 |
| commit | 228fadf307b167a22ad6ec760f3b2ee2e9f2fee3 (patch) | |
| tree | 5aa52bad7cb0eb4e953a9d978f2ad32197dd2cb7 /src/snuffleupagus.c | |
| parent | fc6e2455c5fcc2a5ec365552fb8d89a9c0571154 (diff) | |
Remove sp_terminate and bump a bit the coverage
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) { |
