summaryrefslogtreecommitdiff
path: root/ext/spl/tests/fixedarray_001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/fixedarray_001.phpt')
-rw-r--r--ext/spl/tests/fixedarray_001.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/spl/tests/fixedarray_001.phpt b/ext/spl/tests/fixedarray_001.phpt
index c85d9e8dcc..0c080a5fa1 100644
--- a/ext/spl/tests/fixedarray_001.phpt
+++ b/ext/spl/tests/fixedarray_001.phpt
@@ -44,7 +44,6 @@ $b = clone $a;
$a[0] = "valueNew";
var_dump($b[0]);
?>
-===DONE===
--EXPECT--
Exception: Index invalid or out of range
Exception: Index invalid or out of range
@@ -57,4 +56,3 @@ int(10)
int(10)
bool(true)
string(6) "value0"
-===DONE===