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 03f1553 commit 3baa606Copy full SHA for 3baa606
Zend/zend_call_stack.h
@@ -28,7 +28,7 @@
28
#ifdef ZEND_CHECK_STACK_LIMIT
29
30
typedef struct _zend_call_stack {
31
- void *base;
+ void *base; /* high address of the stack */
32
size_t max_size;
33
} zend_call_stack;
34
0 commit comments