summaryrefslogtreecommitdiff
path: root/ext/spl/tests/SplDoublyLinkedList_offsetExists_success.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/SplDoublyLinkedList_offsetExists_success.phpt')
-rw-r--r--ext/spl/tests/SplDoublyLinkedList_offsetExists_success.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/SplDoublyLinkedList_offsetExists_success.phpt b/ext/spl/tests/SplDoublyLinkedList_offsetExists_success.phpt
index 0399b4948d..fc8c4b7dcd 100644
--- a/ext/spl/tests/SplDoublyLinkedList_offsetExists_success.phpt
+++ b/ext/spl/tests/SplDoublyLinkedList_offsetExists_success.phpt
@@ -25,7 +25,7 @@ if($list->offsetExists(2) === false) {
echo "PASS\n";
}
?>
---EXPECTF--
+--EXPECT--
PASS
PASS
PASS