summaryrefslogtreecommitdiff
path: root/tests/lang/returnByReference.005.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/returnByReference.005.phpt')
-rw-r--r--tests/lang/returnByReference.005.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lang/returnByReference.005.phpt b/tests/lang/returnByReference.005.phpt
index d446553973..1d7a390b15 100644
--- a/tests/lang/returnByReference.005.phpt
+++ b/tests/lang/returnByReference.005.phpt
@@ -40,7 +40,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 20