summaryrefslogtreecommitdiff
path: root/Zend/tests/array_append_COW.phpt
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-08-03 13:51:11 +0000
committerAntony Dovgal <tony2001@php.net>2007-08-03 13:51:11 +0000
commitb6c96790ba1e5826afae93fd9fce9b36704e469e (patch)
treeb6ecc8b11b965a6e6acce4b548b9abdd07ba1760 /Zend/tests/array_append_COW.phpt
parent87bcb01ce1c7377e2a2ff733b9aa9732e3745013 (diff)
downloadphp-git-b6c96790ba1e5826afae93fd9fce9b36704e469e.tar.gz
MFB: adjust the test names a bit
Diffstat (limited to 'Zend/tests/array_append_COW.phpt')
-rw-r--r--Zend/tests/array_append_COW.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/array_append_COW.phpt b/Zend/tests/array_append_COW.phpt
index 31c09ae92d..3aa99f1b01 100644
--- a/Zend/tests/array_append_COW.phpt
+++ b/Zend/tests/array_append_COW.phpt
@@ -1,5 +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();