<?php class A { public function __construct($arg = NULL) { print func_num_args()."\n"; } } new A(); new A(NULL);
You have javascript disabled. You will not be able to edit any code.