mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix prototype of zend_fetch_debug_backtrace().
This commit is contained in:
parent
adecc80459
commit
2a94e04aeb
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
int zend_startup_builtin_functions(TSRMLS_D);
|
||||
|
||||
BEGIN_EXTERN_C()
|
||||
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);
|
||||
END_EXTERN_C()
|
||||
|
||||
#endif /* ZEND_BUILTIN_FUNCTIONS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue