<?php class Foo { #[nodisCard] public static function doFoo(): int { return 1; } } $f = new Foo(); $f->doFoo();
You have javascript disabled. You will not be able to edit any code.