I\'m reading book about PHP features, i saw that i can use a variable like a function for example:
$name = \'testPHP\'; $name();
but when i tried