Browse Source

move decl to correct place

pull/2335/head
Joe Watkins 10 years ago
parent
commit
d636467937
No known key found for this signature in database GPG Key ID: F9BA0ADA31CBD89E
  1. 3
      Zend/zend_builtin_functions.c

3
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 {

Loading…
Cancel
Save