Start your All-Access Pass to unlock this challenge
Challenge 2 / 2
What do you think will happen if you execute the following code?
function hello()
{
echo 'Hello World!';
}
$func = 'hello';
$func();
Skip challenges and go to theNext Chapter