Zend 200-500 Question Answer
What is the output of the following script?
1
2 class a
3 {
4 public $val;
5 }
6
7 function renderVal (a $a)
8 {
9 if ($a) {
10 echo $a->val;
11 }
12 }
13
14 renderVal (null);
15 ?>
Zend 200-500 Summary
- Vendor: Zend
- Product: 200-500
- Update on: Jul 25, 2025
- Questions: 219