1--TEST-- 2Bug #78833 (Integer overflow in pack causes out-of-bound access) 3--FILE-- 4<?php 5var_dump(pack("E2E2147483647H*", 0x0, 0x0, 0x0)); 6?> 7--EXPECTF-- 8Warning: pack(): Type E: too few arguments in %s on line %d 9bool(false) 10