summaryrefslogtreecommitdiff
path: root/Examples/FunctionReturnValue/functionreturnvalue.php
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-12-07 13:12:25 -0800
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-12-07 13:12:25 -0800
commit80c8a16fb145f7ed4867d31fad3c22318a1ce708 (patch)
treef7605cdb86d653efaac761363ed596dd6b2e0459 /Examples/FunctionReturnValue/functionreturnvalue.php
parent964d6274b0eba38df43d77b87c44bd728d2f0fb5 (diff)
replaces tabs in source code with regular spaces, added example for working with global variables
Diffstat (limited to 'Examples/FunctionReturnValue/functionreturnvalue.php')
-rw-r--r--Examples/FunctionReturnValue/functionreturnvalue.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/Examples/FunctionReturnValue/functionreturnvalue.php b/Examples/FunctionReturnValue/functionreturnvalue.php
index 1626e19..dc3e68e 100644
--- a/Examples/FunctionReturnValue/functionreturnvalue.php
+++ b/Examples/FunctionReturnValue/functionreturnvalue.php
@@ -1,12 +1,12 @@
<?php
/**
- * functionreturnvalue.php
- * @author Jasper van Eck<jasper.vaneck@copernica.com>
+ * functionreturnvalue.php
+ * @author Jasper van Eck<jasper.vaneck@copernica.com>
*
- * An example file to show the working of a function call with a return value.
+ * An example file to show the working of a function call with a return value.
*/
/**
- * Run a function which returns a value.
+ * Run a function which returns a value.
*/
echo my_return_value_function() . "\n";