Joe Watkins
10 years ago
No known key found for this signature in database
GPG Key ID: F9BA0ADA31CBD89E
1 changed files with
2 additions and
1 deletions
-
Zend/zend_builtin_functions.c
|
|
|
@ -2364,8 +2364,9 @@ ZEND_FUNCTION(debug_print_backtrace) |
|
|
|
object = Z_OBJ(call->This); |
|
|
|
|
|
|
|
if (call->func) { |
|
|
|
func = call->func; |
|
|
|
zend_string *zend_function_name; |
|
|
|
|
|
|
|
func = call->func; |
|
|
|
if (func->common.scope && func->common.scope->trait_aliases) { |
|
|
|
zend_function_name = zend_resolve_method_name(object ? object->ce : func->common.scope, func); |
|
|
|
} else { |
|
|
|
|