summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>1999-07-26 16:57:06 +0000
committerAndi Gutmans <andi@php.net>1999-07-26 16:57:06 +0000
commit8f51f72dc6dc39135478e3782c132b19cccbd44d (patch)
treea788baadfcd5edf9d800bd30ff07921d50e691a0 /tests
parentbc781c94ed2deabe09aabc176a1ff93fba1b4cad (diff)
downloadphp-git-8f51f72dc6dc39135478e3782c132b19cccbd44d.tar.gz
- Fix the new operator incompatibility.
- I commented PHP_FUNCTION(strtotime) in datetime.c because it stopped win32 from compiling. This needs to be fixed!!! - Check out libzend to compile the tree now.
Diffstat (limited to 'tests')
-rw-r--r--tests/testobj1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testobj b/tests/testobj
index 1c2aa7f2c0..7519583cc8 100644
--- a/tests/testobj
+++ b/tests/testobj
@@ -8,6 +8,7 @@ class foobar {
};
$foo = new foobar; // or die("Unable to construct foobar\n");
+print $foo->initialized;
//$word = new COm("word.application");
//$word->visible = true;
//sleep(5);