]> granicus.if.org Git - php/commitdiff
Fixed test
authorDmitry Stogov <dmitry@php.net>
Fri, 15 Jun 2007 08:16:23 +0000 (08:16 +0000)
committerDmitry Stogov <dmitry@php.net>
Fri, 15 Jun 2007 08:16:23 +0000 (08:16 +0000)
ext/standard/tests/network/bug41347.phpt
ext/standard/tests/strings/unpack.phpt

index 6bb363ecabd0d298e0fbc0e9b4af884157006fd4..21fc002fa53eb9de49b22fcca1616804128b12c3 100644 (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--
index f843dab878a88ffcf7eb70168a9ab52ca88b0485..26f3f2eaf974da81bf8a4c93d2215cf7193d77a4 100644 (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
\ No newline at end of file