We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b00cc33 + 26635ed commit 284e993Copy full SHA for 284e993
ext/pcre/tests/bug72463_2.phpt
@@ -1,5 +1,11 @@
1
--TEST--
2
Bug #72463 mail fails with invalid argument
3
+--SKIPIF--
4
+<?php
5
+if(substr(PHP_OS, 0, 3) != "WIN") {
6
+ die('skip windows only');
7
+}
8
+?>
9
--INI--
10
SMTP=non.existent.smtp.server
11
--FILE--
0 commit comments