200-710 Web TestEngine demo

Exit VCEDump 200-710 Zend Certified Engineer
Question 10 of 35
0% complete
Q10 Single choice

What is the result of the following code?

define('PI', 3.14);

class T
{

const PI = PI;

}

class Math

{

const PI = T::PI;

}

echo Math::PI;

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in