summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/classes/__set_data_corrupt.phpt2
-rwxr-xr-xtests/classes/destructor_and_echo.phpt2
-rwxr-xr-xtests/classes/destructor_and_references.phpt4
-rwxr-xr-xtests/classes/static_this.phpt2
4 files changed, 5 insertions, 5 deletions
diff --git a/tests/classes/__set_data_corrupt.phpt b/tests/classes/__set_data_corrupt.phpt
index 86c39243d5..6a52bd489b 100644
--- a/tests/classes/__set_data_corrupt.phpt
+++ b/tests/classes/__set_data_corrupt.phpt
@@ -1,5 +1,5 @@
--TEST--
-Data corruption in __set
+ZE2 Data corruption in __set
--SKIPIF--
<?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 is needed'); ?>
--FILE--
diff --git a/tests/classes/destructor_and_echo.phpt b/tests/classes/destructor_and_echo.phpt
index c6c6f23a71..0a253593a5 100755
--- a/tests/classes/destructor_and_echo.phpt
+++ b/tests/classes/destructor_and_echo.phpt
@@ -1,5 +1,5 @@
--TEST--
-Destructors and echo
+ZE2 Destructors and echo
--FILE--
<?php
diff --git a/tests/classes/destructor_and_references.phpt b/tests/classes/destructor_and_references.phpt
index 66e8b41f7d..6b9b019b62 100755
--- a/tests/classes/destructor_and_references.phpt
+++ b/tests/classes/destructor_and_references.phpt
@@ -1,5 +1,5 @@
--TEST--
-Destructing and references
+ZE2 Destructing and references
--FILE--
<?php
@@ -23,4 +23,4 @@ $o = new once;
echo "Done\n";
?>
--EXPECT--
-Done \ No newline at end of file
+Done
diff --git a/tests/classes/static_this.phpt b/tests/classes/static_this.phpt
index 12f4b6389b..91b0287195 100755
--- a/tests/classes/static_this.phpt
+++ b/tests/classes/static_this.phpt
@@ -1,5 +1,5 @@
--TEST--
-$this can be an argument to a static function
+ZE2 $this can be an argument to a static function
--FILE--
<?php