summaryrefslogtreecommitdiff
path: root/ext/imap/tests/bug77020.phpt
blob: 43c8133700b73dd02703943e5c289753f1ebf7b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
Bug #77020 (null pointer dereference in imap_mail)
--SKIPIF--
<?php
if (!extension_loaded('imap')) die('skip imap extension not available');
?>
--FILE--
<?php
imap_mail('1', 1, NULL);
?>
--EXPECTF--
Warning: imap_mail(): No message string in mail command in %s on line %d
%S