<?php class Foo { public function __construct(array $default = null) { var_dump($default); } } new Foo();
You have javascript disabled. You will not be able to edit any code.