<?php Class hello { Public function hello(){ Return self::class; } } $hello = New hello();
You have javascript disabled. You will not be able to edit any code.