summaryrefslogtreecommitdiff
path: root/Zend/tests/halt02.phpt
blob: caaa47409593f053d845f55f277cbb0f8b1839df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--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...