blob: cdda2f2e331ac2a6f6868e28868dac38fd2612e4 [file] [edit]
<?
// Load module and PHP classes.
include("example.php");
echo "Got new object\n";
echo "Got string $s and value $x \n";
$s = new Sync();
echo "Got new object\n";
$s->printer();