1: <?php 2: /* these are functions referred to in code with no implementation yet */ 3: 4: function bright_stub($function) { 5: echo ("stub function for <strong>$function()</strong> called.<br/>"); 6: }