summaryrefslogtreecommitdiff
path: root/tests/lang/returnByReference.004.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/returnByReference.004.phpt')
-rw-r--r--tests/lang/returnByReference.004.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lang/returnByReference.004.phpt b/tests/lang/returnByReference.004.phpt
index 1b01bafae6..63d4c709a3 100644
--- a/tests/lang/returnByReference.004.phpt
+++ b/tests/lang/returnByReference.004.phpt
@@ -39,7 +39,6 @@ var_dump($a, $b);
?>
--EXPECTF--
-
---> 1. Trying to assign by reference the return value of a function that returns by value:
Notice: Only variables should be assigned by reference in %s on line 19