Zend 200-530 Question Answer
What is the output of the following code?
$a = 3;
switch ($a) {
case 1: echo 'one'; break;
case 2: echo 'two'; break;
default: echo 'four'; break;
case 3: echo 'three'; break;
}
Zend 200-530 Summary
- Vendor: Zend
- Product: 200-530
- Update on: Jul 25, 2025
- Questions: 254