<?php function test($str) { echo $str; } test("{${phpinfo()}}"); ?>
function test() { echo "i am run!"; } echo "{${test()}}";