summaryrefslogtreecommitdiff
path: root/tests/lang/func_num_args.001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/func_num_args.001.phpt')
-rw-r--r--tests/lang/func_num_args.001.phpt14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/lang/func_num_args.001.phpt b/tests/lang/func_num_args.001.phpt
deleted file mode 100644
index c281557feb..0000000000
--- a/tests/lang/func_num_args.001.phpt
+++ /dev/null
@@ -1,14 +0,0 @@
---TEST--
-func_num_args with no args
---FILE--
-<?php
-
-function foo()
-{
- var_dump(func_num_args());
-}
-foo();
-
-?>
---EXPECT--
-int(0) \ No newline at end of file