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