Skip to content

Commit e0f24ab

Browse files
committed
Revert php_output_stack_* signature change
This was unintentional and meant to be done in a follow-up PR
1 parent d03d436 commit e0f24ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main/output.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ static inline void php_output_context_reset(php_output_context *context);
6161
static inline void php_output_context_swap(php_output_context *context);
6262
static inline void php_output_context_dtor(php_output_context *context);
6363

64-
static zend_result php_output_stack_pop(int flags);
65-
64+
static int php_output_stack_pop(int flags);
6665
static int php_output_stack_apply_op(void *h, void *c);
6766
static int php_output_stack_apply_clean(void *h, void *c);
6867
static int php_output_stack_apply_list(void *h, void *z);

0 commit comments

Comments
 (0)