From: Rasmus Lerdorf Date: Tue, 30 Jun 2015 16:57:30 +0000 (-0700) Subject: debug_print_backtrace has a 2nd optional arg X-Git-Tag: php-7.1.0alpha3~25^2~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=324d5ecb7e6d8ded78d23becc89b0d54a8714f29;p=php debug_print_backtrace has a 2nd optional arg --- diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c index 88d669014a..fe371ee61a 100644 --- a/Zend/zend_builtin_functions.c +++ b/Zend/zend_builtin_functions.c @@ -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)