Browse Source

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

migration/RELEASE_1_0_0
Antony Dovgal 20 years ago
parent
commit
f34d655334
  1. 2
      Zend/zend_builtin_functions.c

2
Zend/zend_builtin_functions.c

@ -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;

Loading…
Cancel
Save