200-500 試験問題を無料オンラインアクセス
| 試験コード: | 200-500 |
| 試験名称: | Zend PHP 5 Certification |
| 認定資格: | Zend-Technologies |
| 無料問題数: | 219 |
| 更新日: | 2026-06-19 |
Given the following code, what is correct?
function f(stdClass &$x = NULL) { $x = 42;
}
$z = new stdClass;
f($z);
var_dump($z);
| 試験コード: | 200-500 |
| 試験名称: | Zend PHP 5 Certification |
| 認定資格: | Zend-Technologies |
| 無料問題数: | 219 |
| 更新日: | 2026-06-19 |
Given the following code, what is correct?
function f(stdClass &$x = NULL) { $x = 42;
}
$z = new stdClass;
f($z);
var_dump($z);