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:
@@ -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--
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user