summaryrefslogtreecommitdiff
path: root/Zend/tests/halt02.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/halt02.phpt')
-rw-r--r--Zend/tests/halt02.phpt13
1 files changed, 0 insertions, 13 deletions
diff --git a/Zend/tests/halt02.phpt b/Zend/tests/halt02.phpt
deleted file mode 100644
index caaa474095..0000000000
--- a/Zend/tests/halt02.phpt
+++ /dev/null
@@ -1,13 +0,0 @@
---TEST--
-__HALT_COMPILER() basic test
---FILE--
-<?php
-
-$fp = fopen(__FILE__, "r");
-fseek($fp, __COMPILER_HALT_OFFSET__+1);
-print fread($fp, 1000);
-
-__HALT_COMPILER();
-Overlay information...
---EXPECT--
-Overlay information...