Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Zend Exam 200-710 Topic 8 Question 50 Discussion

Actual exam question for Zend's 200-710 exam
Question #: 50
Topic #: 8
[All 200-710 Questions]

What is the output of the following code?

function increment ($val)

{

++$val;

}

$val = 1;

increment ($val);

echo $val;

Show Suggested Answer Hide Answer
Suggested Answer: B

Contribute your Thoughts:

Linette
4 days ago
The output is 1.
upvoted 0 times
...

Save Cancel