Skip to content

Commit

Permalink
debug_print_backtrace has a 2nd optional arg
Browse files Browse the repository at this point in the history
  • Loading branch information
rlerdorf committed Jun 30, 2015
1 parent f2249bf commit 324d5ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Zend/zend_builtin_functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ ZEND_END_ARG_INFO()

ZEND_BEGIN_ARG_INFO_EX(arginfo_debug_print_backtrace, 0, 0, 0)
ZEND_ARG_INFO(0, options)
ZEND_ARG_INFO(0, limit)
ZEND_END_ARG_INFO()

ZEND_BEGIN_ARG_INFO_EX(arginfo_extension_loaded, 0, 0, 1)
Expand Down

0 comments on commit 324d5ec

Please sign in to comment.