<?php abstract class TestClass { public static function test() { echo __FILE__ .'::'. __LINE__ . "\n"; } } echo TestClass::test();
You have javascript disabled. You will not be able to edit any code.