summaryrefslogtreecommitdiff
path: root/Zend/tests/halt01.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/halt01.phpt')
-rw-r--r--Zend/tests/halt01.phpt12
1 files changed, 0 insertions, 12 deletions
diff --git a/Zend/tests/halt01.phpt b/Zend/tests/halt01.phpt
deleted file mode 100644
index 3af80d07a8..0000000000
--- a/Zend/tests/halt01.phpt
+++ /dev/null
@@ -1,12 +0,0 @@
---TEST--
-__HALT_COMPILER() basic test
---FILE--
-<?php
-
-print "yo!\n";
-
-__HALT_COMPILER();
-
-none of this should be displayed!
---EXPECT--
-yo!