<?php final class Testing { var $test = 0; public function tester(){ return "Tested"; } } $a = new Testing;
You have javascript disabled. You will not be able to edit any code.