<?php interface I { public function __construct(array $array); } class C implements I { public function __construct(int $int) { print "OK"; } } new C(1);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`