1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00

Fixed test

This commit is contained in:
Dmitry Stogov
2007-06-15 08:16:11 +00:00
parent a81b0b5d62
commit 1fe8fded5f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ dns_check_record() segfault with empty host
--SKIPIF--
<?php
if (substr(PHP_OS, 0, 3) == 'WIN') {
die('No windows support');
die('skip No windows support');
}
?>
--FILE--
+1 -1
View File
@@ -6,6 +6,6 @@ Invalid format type validation
echo "Done\n";
?>
--EXPECTF--
Warning: unpack(): Invalid format type - in %s/unpack.php on line %d
Warning: unpack(): Invalid format type - in %sunpack.php on line %d
bool(false)
Done