summaryrefslogtreecommitdiff
path: root/tests/run-test/test009.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-test/test009.phpt')
-rw-r--r--tests/run-test/test009.phpt12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/run-test/test009.phpt b/tests/run-test/test009.phpt
deleted file mode 100644
index 650686f690..0000000000
--- a/tests/run-test/test009.phpt
+++ /dev/null
@@ -1,12 +0,0 @@
---TEST--
-print_r(Object)
---FILE--
-<?php
-class Foo {}
-$foo = new Foo;
-print_r($foo);
-?>
---EXPECTF--
-Foo Object
-(
-)