summaryrefslogtreecommitdiff
path: root/tests/lang/func_get_args.001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/func_get_args.001.phpt')
-rw-r--r--tests/lang/func_get_args.001.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/func_get_args.001.phpt b/tests/lang/func_get_args.001.phpt
index 40083aeb37..a17cfb3d19 100644
--- a/tests/lang/func_get_args.001.phpt
+++ b/tests/lang/func_get_args.001.phpt
@@ -5,7 +5,7 @@ func_get_args with no args
function foo()
{
- var_dump(func_get_args());
+ var_dump(func_get_args());
}
foo();