Skip to content

Instantly share code, notes, and snippets.

@themisir
Created June 20, 2018 16:57
Show Gist options
  • Save themisir/483df8035230703228a6d81e95db2573 to your computer and use it in GitHub Desktop.
Save themisir/483df8035230703228a6d81e95db2573 to your computer and use it in GitHub Desktop.
<?php
$deyisen_1 = 10;
function calculate()
{
echo $deyisen_1;
}
calculate();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment