We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adecc80 commit 2a94e04Copy full SHA for 2a94e04
Zend/zend_builtin_functions.h
@@ -25,7 +25,7 @@
25
int zend_startup_builtin_functions(TSRMLS_D);
26
27
BEGIN_EXTERN_C()
28
-ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int provide_object TSRMLS_DC);
+ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options TSRMLS_DC);
29
END_EXTERN_C()
30
31
#endif /* ZEND_BUILTIN_FUNCTIONS_H */
0 commit comments