<?php declare(strict_types = 1); class parent_ { public function __construct(){ } public static function createNew(): static{ return new static(); } } class child extends parent_ { public function __construct(int $a){ echo $a; } } child::createNew();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`