We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a5c03c commit a493da7Copy full SHA for a493da7
Zend/zend_call_stack.h
@@ -40,7 +40,7 @@ ZEND_API bool zend_call_stack_get(zend_call_stack *stack);
40
static zend_always_inline void *zend_call_stack_position(void) {
41
#ifdef ZEND_WIN32
42
return _AddressOfReturnAddress();
43
-#elif HAVE_BUILTIN_FRAME_ADDRESS
+#elif PHP_HAVE_BUILTIN_FRAME_ADDRESS
44
return __builtin_frame_address(0);
45
#else
46
void *a;
0 commit comments