summaryrefslogtreecommitdiff
path: root/tests/lang/passByReference_008.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/passByReference_008.phpt')
-rw-r--r--tests/lang/passByReference_008.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/passByReference_008.phpt b/tests/lang/passByReference_008.phpt
index 31f0260c5d..6f00cc4b50 100644
--- a/tests/lang/passByReference_008.phpt
+++ b/tests/lang/passByReference_008.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) {