You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
223 B

--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...