summaryrefslogtreecommitdiff
path: root/tests/lang/func_get_arg.005.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/func_get_arg.005.phpt')
-rw-r--r--tests/lang/func_get_arg.005.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/func_get_arg.005.phpt b/tests/lang/func_get_arg.005.phpt
index 31f5ffce70..0d52ab8764 100644
--- a/tests/lang/func_get_arg.005.phpt
+++ b/tests/lang/func_get_arg.005.phpt
@@ -1,6 +1,6 @@
--TEST--
A variable, which is referenced by another variable, is passed by value.
-During the call, the original variable is updated. This should not affect func_get_arg().
+During the call, the original variable is updated. This should not affect func_get_arg().
--FILE--
<?php
function refVal($x) {