]> granicus.if.org Git - php/commitdiff
rewrite test
authorAnatol Belski <ab@php.net>
Wed, 22 Jun 2016 17:46:02 +0000 (19:46 +0200)
committerAnatol Belski <ab@php.net>
Wed, 22 Jun 2016 17:46:02 +0000 (19:46 +0200)
ext/pcre/tests/bug72463.phpt

index c16461692c84a0d626ff2a59c5be9934c4e29180..b6ac971ee83486d7441aac9f928afad2215eac68 100644 (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===