summaryrefslogtreecommitdiff
path: root/Zend/tests/bug48930.phpt
blob: 13b67f23658e65fe4bb5ccb522fb3173d6ef8d01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--TEST--
Bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP>=5.3)
--FILE--
#!php
<?php

/*
 * Test
 */
printf("__COMPILER_HALT_OFFSET__ is %d\n",__COMPILER_HALT_OFFSET__);

__halt_compiler();

?>
--EXPECT--
__COMPILER_HALT_OFFSET__ is 116