<?php interface i { function foo($a, $b = 2); } class x implements i { // This is compatible with the interface definition function foo(...$args) {} } ?>
You have javascript disabled. You will not be able to edit any code.