summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2002-11-23 22:08:40 +0000
committerDerick Rethans <derick@php.net>2002-11-23 22:08:40 +0000
commitfb90dd014c8724e535ce3e4fcd213f3c369e11e9 (patch)
treee206213a4deb471f7e504b9b26b5397cb7ad7507
parent3a90b70eacfa3b81e37b5b15f9c6a8869911d911 (diff)
downloadphp-git-fb90dd014c8724e535ce3e4fcd213f3c369e11e9.tar.gz
- MFH: Adjust tests for removed old_function() in Zend Engine 2
-rw-r--r--tests/func/002.phpt4
-rw-r--r--tests/func/003.phpt4
-rw-r--r--tests/func/004.phpt4
-rw-r--r--tests/lang/033.phpt4
4 files changed, 8 insertions, 8 deletions
diff --git a/tests/func/002.phpt b/tests/func/002.phpt
index aa752ee13c..84e00eeeb5 100644
--- a/tests/func/002.phpt
+++ b/tests/func/002.phpt
@@ -1,7 +1,7 @@
--TEST--
Static variables in functions
---POST--
---GET--
+--SKIPIF--
+<?php if(version_compare(zend_version(), "2.0.0-dev", '>=')) echo "skip removed in Zend Engine 2\n"; ?>
--FILE--
<?php
old_function blah (
diff --git a/tests/func/003.phpt b/tests/func/003.phpt
index 6f21a34a42..8afaf8a326 100644
--- a/tests/func/003.phpt
+++ b/tests/func/003.phpt
@@ -1,7 +1,7 @@
--TEST--
General function test
---POST--
---GET--
+--SKIPIF--
+<?php if(version_compare(zend_version(), "2.0.0-dev", '>=')) echo "skip removed in Zend Engine 2\n"; ?>
--FILE--
<?php
diff --git a/tests/func/004.phpt b/tests/func/004.phpt
index 465cb5d2a1..7ef452be66 100644
--- a/tests/func/004.phpt
+++ b/tests/func/004.phpt
@@ -1,7 +1,7 @@
--TEST--
General function test
---POST--
---GET--
+--SKIPIF--
+<?php if(version_compare(zend_version(), "2.0.0-dev", '>=')) echo "skip removed in Zend Engine 2\n"; ?>
--FILE--
<?php
diff --git a/tests/lang/033.phpt b/tests/lang/033.phpt
index 0fb639ad53..724c67b225 100644
--- a/tests/lang/033.phpt
+++ b/tests/lang/033.phpt
@@ -1,7 +1,7 @@
--TEST--
Alternative syntaxes test
---POST--
---GET--
+--SKIPIF--
+<?php if(version_compare(zend_version(), "2.0.0-dev", '>=')) echo "skip removed in Zend Engine 2\n"; ?>
--FILE--
<?php
$a = 1;