From: Dmitry Stogov Date: Fri, 15 Jun 2007 08:16:11 +0000 (+0000) Subject: Fixed test X-Git-Tag: php-5.2.4RC1~345 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fe8fded5f688d8e95e2eaee4d476e6afe8a7414;p=php Fixed test --- diff --git a/ext/standard/tests/network/bug41347.phpt b/ext/standard/tests/network/bug41347.phpt index ef93a202bc..53d4439cb7 100644 --- a/ext/standard/tests/network/bug41347.phpt +++ b/ext/standard/tests/network/bug41347.phpt @@ -3,7 +3,7 @@ dns_check_record() segfault with empty host --SKIPIF-- --FILE-- diff --git a/ext/standard/tests/strings/unpack.phpt b/ext/standard/tests/strings/unpack.phpt index f843dab878..26f3f2eaf9 100644 --- a/ext/standard/tests/strings/unpack.phpt +++ b/ext/standard/tests/strings/unpack.phpt @@ -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