1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Add missing ____executor_globals in dump_bt if needed

This commit is contained in:
Reeze Xia
2012-09-30 23:05:03 +08:00
parent 613674c7a2
commit 752280d4d2

View File

@@ -44,9 +44,10 @@ define dump_bt
set $count = (int)*($fst.arguments)
if $t->object
if $fst.function.common.scope->name
if $fst.function.common.scope
printf "%s->", $fst.function.common.scope->name
else
____executor_globals
set $class_name_ptr = (char **)malloc(sizeof(char **))
set $class_name_len = (int *)malloc(sizeof(int *))