summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2000-05-12 12:49:20 +0000
committerAndrei Zmievski <andrei@php.net>2000-05-12 12:49:20 +0000
commitdee6170da3232986cb4c23a1c78969a1b7fa3f07 (patch)
tree16aefc275826a11fc26b120cbc42318e0e2c87d2 /tests
parentffef0d8d44495f8d99555dad78cdd48117465bdb (diff)
downloadphp-git-dee6170da3232986cb4c23a1c78969a1b7fa3f07.tar.gz
test
Diffstat (limited to 'tests')
-rw-r--r--tests/testobj2
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");