200-550 Web TestEngine demo

Exit VCEDump 200-550 Zend Certified PHP Engineer
Question 25 of 34
0% complete
Q25 Single choice

What is the output of the following code?

class a
{
public $val;
}

function renderVal (a $a)
{
if ($a) {
echo $a->val;
}
}

renderVal (null);

Sign in to mark questions

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

Sign in