<?php class Demo { #[Deprecated] public function __construct() {} } echo "Before\n"; $d = new Demo(); echo "After\n";
You have javascript disabled. You will not be able to edit any code.