<?php class A{ function __construct(int $a, float $b){} } class B extends A{ function __construct(string $a, bool $b){} }
You have javascript disabled. You will not be able to edit any code.