summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Zend/tests/array_append_COW.phpt5
-rw-r--r--Zend/tests/array_unshift_COW.phpt5
2 files changed, 4 insertions, 6 deletions
diff --git a/Zend/tests/array_append_COW.phpt b/Zend/tests/array_append_COW.phpt
index e6c9926931..0e3008589b 100644
--- a/Zend/tests/array_append_COW.phpt
+++ b/Zend/tests/array_append_COW.phpt
@@ -1,6 +1,5 @@
--TEST--
- Tests that array manipulation code is correctly dealing with copy on write and
- splitting on reference.
+Tests that array manipulation code is correctly dealing with copy on write and splitting on reference
--FILE--
<?php
$a=array();
@@ -14,4 +13,4 @@
array(1) {
[0]=>
int(1)
-} \ No newline at end of file
+}
diff --git a/Zend/tests/array_unshift_COW.phpt b/Zend/tests/array_unshift_COW.phpt
index 7c8beba3d9..ecc42bb0f4 100644
--- a/Zend/tests/array_unshift_COW.phpt
+++ b/Zend/tests/array_unshift_COW.phpt
@@ -1,6 +1,5 @@
--TEST--
- Tests that array unshift code is correctly dealing with copy on write and
- splitting on reference.
+Tests that array unshift code is correctly dealing with copy on write and splitting on reference
--FILE--
<?php
$a=array();
@@ -14,4 +13,4 @@
array(1) {
[0]=>
int(1)
-} \ No newline at end of file
+}