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:
@@ -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 = "::";
|
||||
|
||||
Reference in New Issue
Block a user