--TEST-- array_pad() with too large padding should fail --FILE-- getMessage() . "\n"; } } function main() { test(PHP_INT_MIN); test(PHP_INT_MAX); } ?> --EXPECT-- array_pad(): Argument #2 ($length) must not exceed the maximum allowed array size array_pad(): Argument #2 ($length) must not exceed the maximum allowed array size