summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/tests/commands/0106_compile.test
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/phpdbg/tests/commands/0106_compile.test')
-rw-r--r--sapi/phpdbg/tests/commands/0106_compile.test18
1 files changed, 0 insertions, 18 deletions
diff --git a/sapi/phpdbg/tests/commands/0106_compile.test b/sapi/phpdbg/tests/commands/0106_compile.test
deleted file mode 100644
index b4d801670b..0000000000
--- a/sapi/phpdbg/tests/commands/0106_compile.test
+++ /dev/null
@@ -1,18 +0,0 @@
-#################################################
-# name: compile
-# purpose: test compiling code
-# expect: TEST::FORMAT
-# options: -rr
-#################################################
-#[Successful compilation of %s]
-#Hello World
-#[Script ended normally]
-#################################################
-<:
-define('OUT',
- tempnam(null, "phpdbg"));
-file_put_contents(OUT, "<?php echo \"Hello World\"; ?>");
-phpdbg_exec(OUT);
-:>
-run
-quit