Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
formatting
/
issue229961.php
blob: cfcd2a5ef7bfa38dcbe7b76e4500481c9b8e4bc7 [
file
]
<?
php
function
SimpleFunction
()
{
// This is a code
{
print
'Code Execution'
;
}
}
?>