bug77020.phpt 155 B

1234567891011
  1. --TEST--
  2. Bug #77020 (null pointer dereference in imap_mail)
  3. --EXTENSIONS--
  4. imap
  5. --FILE--
  6. <?php
  7. @imap_mail('1', 1, NULL);
  8. echo 'done'
  9. ?>
  10. --EXPECTF--
  11. %Adone