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 2319a5b commit 835279aCopy full SHA for 835279a
Zend/zend_fibers.h
@@ -90,8 +90,8 @@ struct _zend_fiber_context {
90
/* Zend VM state that needs to be captured / restored during fiber context switch. */
91
typedef struct _zend_fiber_vm_state {
92
zend_vm_stack vm_stack;
93
- zval* vm_stack_top;
94
- zval* vm_stack_end;
+ zval *vm_stack_top;
+ zval *vm_stack_end;
95
size_t vm_stack_page_size;
96
zend_execute_data *current_execute_data;
97
int error_reporting;
0 commit comments