diff options
author | Andrei Zmievski <andrei@php.net> | 1999-10-04 20:34:46 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 1999-10-04 20:34:46 +0000 |
commit | 95c970030b1b3705f0edb82200bd6706afbe0b2a (patch) | |
tree | b1443dc902c23e750de9864c4bfdc239146f3921 /tests | |
parent | 6b2003dd2af2df60587292e604b5c38b55ab8066 (diff) | |
download | php-git-95c970030b1b3705f0edb82200bd6706afbe0b2a.tar.gz |
test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testobj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testobj b/tests/testobj index bc6f5fd2fe..b18066b264 100644 --- a/tests/testobj +++ b/tests/testobj @@ -25,6 +25,7 @@ print get_parent_class($boo).endl; print method_exists($foo,"foobar").endl; print method_exists($boo,"foobar").endl; print method_exists($boo,"barbara").endl; + //$word = new COm("word.application"); //$word->visible = true; //sleep(5); |