php-src/testobj
Zeev Suraski 274f3aa727 Fix
1999-05-29 18:28:46 +00:00

15 lines
249 B
Plaintext

<?
class foobar {
function foobar() {
print "foobar!\n";
$this->initialized = 1;
}
};
$foo = new foobar; // or die("Unable to construct foobar\n");
//$word = new COm("word.application");
//$word->visible = true;
//sleep(5);
//$word->quit();