Briefing Zend Knowledge

What is the result of the following code?

What is the result of the following code? class T { const A = 42 + 1; } echo T::A;

A.
Parse error

B.
42

C.
43