diff options
author | Andrei Zmievski <andrei@php.net> | 1999-10-04 20:35:28 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 1999-10-04 20:35:28 +0000 |
commit | cec7e90996100e3e952943aa95992ad0c81a772a (patch) | |
tree | 1eec97d96df75fc6261aa12fffd6c989b3bcbb15 /tests | |
parent | 95c970030b1b3705f0edb82200bd6706afbe0b2a (diff) | |
download | php-git-cec7e90996100e3e952943aa95992ad0c81a772a.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testobj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testobj b/tests/testobj index b18066b264..bc6f5fd2fe 100644 --- a/tests/testobj +++ b/tests/testobj @@ -25,7 +25,6 @@ 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); |