summaryrefslogtreecommitdiff
path: root/tests/lang/passByReference_009.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/passByReference_009.phpt')
-rw-r--r--tests/lang/passByReference_009.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/passByReference_009.phpt b/tests/lang/passByReference_009.phpt
index 941c361dbc..b1b0c358ee 100644
--- a/tests/lang/passByReference_009.phpt
+++ b/tests/lang/passByReference_009.phpt
@@ -20,5 +20,5 @@ Assignement as argument
foo2($x, $x, $x = 1);
echo $x; // 2
?>
---EXPECTF--
+--EXPECT--
1012