Browse Source

- CS

pull/550/head
Felipe Pena 13 years ago
parent
commit
508772840e
  1. 3
      phpdbg_frame.c

3
phpdbg_frame.c

@ -169,7 +169,8 @@ void phpdbg_dump_backtrace(size_t num TSRMLS_DC) /* {{{ */
phpdbg_write("frame #%d: ", i++);
if (zend_hash_get_current_data_ex(Z_ARRVAL(zbacktrace), (void**)&tmp, &position) == FAILURE) {
if (zend_hash_get_current_data_ex(Z_ARRVAL(zbacktrace),
(void**)&tmp, &position) == FAILURE) {
phpdbg_write("{main} at %s:%ld", Z_STRVAL_PP(file), Z_LVAL_PP(line));
break;
}

Loading…
Cancel
Save