--TEST-- Bug #81481 (xml_get_current_byte_index limited to 32-bit numbers on 64-bit builds) --CREDITS-- dev at b65sol dot com --EXTENSIONS-- xml --INI-- memory_limit=-1 --SKIPIF-- --FILE-- Hello', false); for($i = 0; $i < 2200; $i++) { xml_parse($parser, $emptylong, false); } xml_parse($parser, '', false); function startelement($parser, $name, $attribute) { if ( $name == 'EXT' ) { echo "Byte Index:", xml_get_current_byte_index($parser), "\n"; } } ?> --EXPECT-- Byte Index:21 Byte Index:2306867237 Byte Index:2306867248