blob: cfcd2a5ef7bfa38dcbe7b76e4500481c9b8e4bc7 [file]
<?php
function SimpleFunction() {
// This is a code
{
print 'Code Execution';
}
}
?>