diff options
author | Andrei Zmievski <andrei@php.net> | 2000-05-12 12:49:20 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2000-05-12 12:49:20 +0000 |
commit | dee6170da3232986cb4c23a1c78969a1b7fa3f07 (patch) | |
tree | 16aefc275826a11fc26b120cbc42318e0e2c87d2 /tests | |
parent | ffef0d8d44495f8d99555dad78cdd48117465bdb (diff) | |
download | php-git-dee6170da3232986cb4c23a1c78969a1b7fa3f07.tar.gz |
test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testobj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/testobj b/tests/testobj index bc6f5fd2fe..66b003ce9c 100644 --- a/tests/testobj +++ b/tests/testobj @@ -1,7 +1,6 @@ <? define("endl","\n"); -//if (1) { class foobar { function foobar() { $this->initialized = 1; @@ -11,7 +10,6 @@ class foobar { class barbara extends foobar { }; -//} $name = "foobar"; $foo = new $name; // or die("Unable to construct foobar\n"); |