summaryrefslogtreecommitdiff
path: root/tests/lang/func_num_args.004.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/func_num_args.004.phpt')
-rw-r--r--tests/lang/func_num_args.004.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/func_num_args.004.phpt b/tests/lang/func_num_args.004.phpt
index d8142c9e7e..aef61668a4 100644
--- a/tests/lang/func_num_args.004.phpt
+++ b/tests/lang/func_num_args.004.phpt
@@ -1,5 +1,5 @@
--TEST--
-Pass same variable by ref and by value.
+Pass same variable by ref and by value.
--FILE--
<?php
function valRef($x, &$y) {