Skip to content

Commit

Permalink
Merge branch 'master' of github.com:xdebug/xdebug
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Jun 3, 2015
2 parents a323117 + d5594f3 commit c586716
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xdebug_stack.c
Expand Up @@ -994,6 +994,7 @@ function_stack_entry *xdebug_add_stack_frame(zend_execute_data *zdata, zend_op_a
/* Call user function locations */
if (
!tmp->filename &&
XG(stack) &&
XDEBUG_LLIST_TAIL(XG(stack)) &&
XDEBUG_LLIST_VALP(XDEBUG_LLIST_TAIL(XG(stack))) &&
((function_stack_entry*) XDEBUG_LLIST_VALP(XDEBUG_LLIST_TAIL(XG(stack))))->filename
Expand Down

0 comments on commit c586716

Please sign in to comment.