Skip to content

Commit 2a94e04

Browse files
Fix prototype of zend_fetch_debug_backtrace().
1 parent adecc80 commit 2a94e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_builtin_functions.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
int zend_startup_builtin_functions(TSRMLS_D);
2626

2727
BEGIN_EXTERN_C()
28-
ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int provide_object TSRMLS_DC);
28+
ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options TSRMLS_DC);
2929
END_EXTERN_C()
3030

3131
#endif /* ZEND_BUILTIN_FUNCTIONS_H */

0 commit comments

Comments
 (0)