MF51: fix #36897 (debug_print_backtrace() doesn't return void but array(0) {})

This commit is contained in:
Antony Dovgal 2006-03-28 19:43:37 +00:00
parent b5cd8f02d8
commit f34d655334

View File

@ -1778,8 +1778,6 @@ ZEND_FUNCTION(debug_print_backtrace)
}
}
array_init(return_value);
while (ptr) {
zstr free_class_name = NULL_ZSTR;
int function_name_string = 1;