<?php function iHateLegacy($value) { var_dump(true); return true; } class FooBar { function shitForBrains() { iHateLegacy('fooBar'); } } $cl = new FooBar; $cl->shitForBrains();
You have javascript disabled. You will not be able to edit any code.