Skip to content

Commit

Permalink
Merge branch 'xdebug_2_9'
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Apr 4, 2020
2 parents a7ef6bc + 4230498 commit 21e7e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/var.c
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ void xdebug_dump_used_var_with_contents(void *htmlq, xdebug_hash_element* he, vo
return;
}

if (!(ZEND_CALL_INFO(EG(current_execute_data)) & ZEND_CALL_HAS_SYMBOL_TABLE)) {
if (EG(current_execute_data) && !(ZEND_CALL_INFO(EG(current_execute_data)) & ZEND_CALL_HAS_SYMBOL_TABLE)) {
zend_rebuild_symbol_table();
}

Expand Down

0 comments on commit 21e7e0c

Please sign in to comment.