MFB: adjust the test names a bit

This commit is contained in:
Antony Dovgal 2007-08-03 13:51:11 +00:00
parent 87bcb01ce1
commit b6c96790ba
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -1,5 +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();