| 
<?php
 /**
 * all configuration  needs to be edit found at errorTalk::initialize function
 */
 
 include 'class.errortalk.php';
 
 errorTalk::initialize();
 
 errorTalk::errorTalk_Open(); // run error talk object
 
 echo $test; // Run-time notices (Undefined variable: test)
 
 ?>
 |