diff options
author | Andi Gutmans <andi@php.net> | 1999-07-26 16:57:06 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 1999-07-26 16:57:06 +0000 |
commit | 8f51f72dc6dc39135478e3782c132b19cccbd44d (patch) | |
tree | a788baadfcd5edf9d800bd30ff07921d50e691a0 /tests | |
parent | bc781c94ed2deabe09aabc176a1ff93fba1b4cad (diff) | |
download | php-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/testobj | 1 |
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); |