summaryrefslogtreecommitdiff
path: root/tests/lang/passByReference_012.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/passByReference_012.phpt')
-rw-r--r--tests/lang/passByReference_012.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/lang/passByReference_012.phpt b/tests/lang/passByReference_012.phpt
index 3bc60a484e..cbc9dcf8f9 100644
--- a/tests/lang/passByReference_012.phpt
+++ b/tests/lang/passByReference_012.phpt
@@ -13,11 +13,9 @@ $original = array ( array ( 'one' ));
$stack = $original;
var_dump(array_shift(array_shift($stack)));
?>
-===DONE===
--EXPECTF--
Notice: Only variables should be passed by reference in %s on line %d
string(3) "two"
Notice: Only variables should be passed by reference in %s on line %d
string(3) "one"
-===DONE===