<?php

class test extends stdclass {
}

$t = new test;

echo "Done\n";
?>