<?php namespace A; class SomeClass { public static function run(): void { function strlen(): int { return 1; } echo strlen(); } } SomeClass::run();
You have javascript disabled. You will not be able to edit any code.