summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-06-22 19:46:02 +0200
committerAnatol Belski <ab@php.net>2016-06-22 19:46:02 +0200
commit4edbac6ec554f406fda3a581cf8054b173d8b38a (patch)
treedd65c7e9612f21c76a9ce0e158f225bcf8de4043
parente4539042516f337435c07a6e207eb5178e199d9a (diff)
downloadphp-git-4edbac6ec554f406fda3a581cf8054b173d8b38a.tar.gz
rewrite test
-rw-r--r--ext/pcre/tests/bug72463.phpt5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/pcre/tests/bug72463.phpt b/ext/pcre/tests/bug72463.phpt
index c16461692c..b6ac971ee8 100644
--- a/ext/pcre/tests/bug72463.phpt
+++ b/ext/pcre/tests/bug72463.phpt
@@ -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===