summaryrefslogtreecommitdiff
path: root/Examples/FunctionVoid/functionvoid.php
blob: cc1840bae5c470f3d9849316bfaf60fd05d549ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
/*
 *	functionvoid.php
 * 	@Author Jasper van Eck
 * 
 * 	An example file to show the working of a void function call.
 */

/*
 *	Run the function with the given name. As you can see, the given name 
 * 	can be different from the actual function name.
 */
my_void_function();