summaryrefslogtreecommitdiff
path: root/tests/lang/010.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/010.phpt')
-rw-r--r--tests/lang/010.phpt13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/lang/010.phpt b/tests/lang/010.phpt
deleted file mode 100644
index 03def4b112..0000000000
--- a/tests/lang/010.phpt
+++ /dev/null
@@ -1,13 +0,0 @@
---TEST--
-Testing function parameter passing with a return value
---POST--
---GET--
---FILE--
-<?php old_function Test $b (
- $b++;
- return($b);
- );
- $a = Test(1);
- echo $a?>
---EXPECT--
-2