diff options
author | Marcus Boerger <helly@php.net> | 2002-10-29 13:30:22 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2002-10-29 13:30:22 +0000 |
commit | f168c6feef924cd20b2e1abd9bd79c4c59636dda (patch) | |
tree | 2804df4809b7a5a8866a5d364191e5481a742f96 /tests | |
parent | c4e3bbb5d7e0486ca275ecb1ec58999640f2e723 (diff) | |
download | php-git-f168c6feef924cd20b2e1abd9bd79c4c59636dda.tar.gz |
no notices here
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lang/029.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/lang/029.phpt b/tests/lang/029.phpt index f02f0fbeea..21d8563189 100644 --- a/tests/lang/029.phpt +++ b/tests/lang/029.phpt @@ -1,9 +1,9 @@ --TEST-- OO Bug Test (Bug #7515) --SKIPIF-- -<?php if(version_compare(zend_version(), "2.0.0-dev", '<')) echo "skip\n"; ?> ---POST-- ---GET-- +<?php if(version_compare(zend_version(), "2.0.0-dev", '<')) echo "skip Zend Engine 2 needed\n"; ?> +--INI-- +error_reporting=2039 --FILE-- <?php class obj { |