Skip to content

Commit

Permalink
Revert "Attempt to fix bug35437.phpt fails"
Browse files Browse the repository at this point in the history
This reverts commit 16d6dfd.
  • Loading branch information
laruence committed Jul 28, 2015
1 parent ef04c5c commit df23dd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Zend/zend_vm_def.h
Expand Up @@ -3096,8 +3096,8 @@ ZEND_VM_HANDLER(113, ZEND_INIT_STATIC_METHOD_CALL, CONST|VAR, CONST|TMPVAR|UNUSE
zend_ce_error,
"Non-static method %s::%s() cannot be called statically",
ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
HANDLE_EXCEPTION();
}
HANDLE_EXCEPTION();
}
}

Expand Down
2 changes: 1 addition & 1 deletion Zend/zend_vm_execute.h
Expand Up @@ -5663,8 +5663,8 @@ static ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL ZEND_INIT_STATIC_METHOD_CALL_SPEC_C
zend_ce_error,
"Non-static method %s::%s() cannot be called statically",
ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
HANDLE_EXCEPTION();
}
HANDLE_EXCEPTION();
}
}

Expand Down

0 comments on commit df23dd7

Please sign in to comment.