summaryrefslogtreecommitdiff
path: root/ext/rpc/tests/test4.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/rpc/tests/test4.php')
-rw-r--r--ext/rpc/tests/test4.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/ext/rpc/tests/test4.php b/ext/rpc/tests/test4.php
deleted file mode 100644
index e690273672..0000000000
--- a/ext/rpc/tests/test4.php
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-
-echo "pooling test\n";
-
-/* pooling test */
-$rpc = new com("pooling", true, 1);
-com_poolable($rpc);
-delete $rpc;
-
-$rpc = new com("pooling", true, 1);
-delete $rpc;
-
-$rpc = new com("pooling", true, 1);
-delete $rpc;
-
-$rpc = new com("pooling", true, 1);
-delete $rpc;
-?>