What is the result of the following code? seenagape 10 years ago What is the result of the following code? class T { const A = 42 + 1; } echo T::A; A. Parse error B. 42 C. 43 ← Previous question Next question →