diff options
author | Zeev Suraski <zeev@php.net> | 2000-04-10 20:21:02 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-04-10 20:21:02 +0000 |
commit | 64f91d80fa8296e05bf0c23e4116a646ca480621 (patch) | |
tree | 4b31d08c1a4867eeddaad7eabafa24845036c9d0 /tests | |
parent | c5d5c69bfe2c371934cebaba5bbd738d107495c0 (diff) | |
download | php-git-64f91d80fa8296e05bf0c23e4116a646ca480621.tar.gz |
Object overloading API changed slightly (llist is now a pointer)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testcom | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/testcom b/tests/testcom index 3668424a29..0feb50d1ff 100644 --- a/tests/testcom +++ b/tests/testcom @@ -4,6 +4,8 @@ print "Loaded Word, version {$word->Version}\n"; $word->Visible = 1; $word->Documents->Add(); $word->Selection->TypeText("This is a test..."); -$word->Documents[1]->SaveAs("Useless test.doc"); $word->Quit(); +/* +$word->Documents[1]->SaveAs("Useless test.doc"); +*/ ?>
\ No newline at end of file |