<?php $myVar = 0; /* * test is an function * for testing app **/ function test() { if ($myVar === 0) { return "hello world!"; // say hello for the world please } } ?>