<!DOCTYPE html>
<html>
<body>
<?php
function myValue(){
return __FUNCTION__;
}
echo myValue();
?>
</body>
</html>