summaryrefslogtreecommitdiff
path: root/Zend/tests/halt03.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/halt03.phpt')
-rw-r--r--Zend/tests/halt03.phpt10
1 files changed, 0 insertions, 10 deletions
diff --git a/Zend/tests/halt03.phpt b/Zend/tests/halt03.phpt
deleted file mode 100644
index 6e0931b02f..0000000000
--- a/Zend/tests/halt03.phpt
+++ /dev/null
@@ -1,10 +0,0 @@
---TEST--
-__HALT_COMPILER() basic test
---FILE--
-<?php
-
-if (true) {
- __HALT_COMPILER();
-}
---EXPECTF--
-Fatal error: __HALT_COMPILER() can only be used from the outermost scope in %shalt03.php on line %d