summaryrefslogtreecommitdiff
path: root/Zend/tests/compare_002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/compare_002.phpt')
-rw-r--r--Zend/tests/compare_002.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/compare_002.phpt b/Zend/tests/compare_002.phpt
index 5e5009c323..33c883f5f4 100644
--- a/Zend/tests/compare_002.phpt
+++ b/Zend/tests/compare_002.phpt
@@ -48,7 +48,7 @@ foreach($a as $var) {
echo "Done\n";
?>
---EXPECTF--
+--EXPECT--
array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3)} === array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3)}
array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3)} !== string(0) ""
array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3)} !== int(1)