summaryrefslogtreecommitdiff
path: root/Zend/tests/arg_unpack/by_ref.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/arg_unpack/by_ref.phpt')
-rw-r--r--Zend/tests/arg_unpack/by_ref.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/arg_unpack/by_ref.phpt b/Zend/tests/arg_unpack/by_ref.phpt
index 7c8a86be48..66685a78d9 100644
--- a/Zend/tests/arg_unpack/by_ref.phpt
+++ b/Zend/tests/arg_unpack/by_ref.phpt
@@ -50,7 +50,7 @@ test2($a, $b, $c, $d, ...$array);
var_dump($a, $b, $c, $d, $array);
?>
---EXPECTF--
+--EXPECT--
array(3) {
[0]=>
int(2)