<?php /** * Test class used in other examples * * @category HTML * @package AJAX * @author Joshua Eichorn <josh@bluga.net> * @copyright 2005 Joshua Eichorn * @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @version Release: 0.5.8 * @link http://pear.php.net/package/HTML_AJAX */ class test2 { function test($in) { return $in; } } ?>