1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 01:48:26 +02:00

nuke unneeded stuff

This commit is contained in:
Thies C. Arntzen
2002-09-03 13:53:05 +00:00
parent 1c52f18fa2
commit db92641e32
-1
View File
@@ -1332,7 +1332,6 @@ ZEND_FUNCTION(debug_backtrace)
if (ptr->object) {
class_name = Z_OBJCE(*ptr->object)->name;
call_type = "->";
add_assoc_string_ex(stack_frame, "type", sizeof("type"), "->", 1);
} else if (ptr->function_state.function->common.scope) {
class_name = ptr->function_state.function->common.scope->name;
call_type = "::";