rewrite test

This commit is contained in:
Anatol Belski 2016-06-22 19:46:02 +02:00
parent e453904251
commit 4edbac6ec5

View File

@ -3,10 +3,11 @@ Bug #72463 mail fails with invalid argument
--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);
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===
--EXPECTF--
%A
===DONE===