<?php function foo() { echo __FUNCTION__; } foo(); 'foo'(); b'foo'(); "foo"(); $x = "oo"; "f$x"();
You have javascript disabled. You will not be able to edit any code.