<?php
function test () {
	echo __FUNCTION__;
};
$test = 'test';

$test();