1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 16:08:35 +02:00
Files
archived-php-src/ext/pcre/tests/bug72463_2.phpt
T
2018-08-28 21:20:00 -03:00

15 lines
347 B
PHP

--TEST--
Bug #72463 mail fails with invalid argument
--INI--
SMTP=non.existent.smtp.server
--FILE--
<?php
mail("some.address.it.wont.ever.reach@lookup.and.try.to.find.this.host.name","subject","a", "");
mail("some.address.it.wont.ever.reach@lookup.and.try.to.find.this.host.name","subject","a", NULL);
?>
===DONE===
--EXPECTREGEX--
.*===DONE===