]> granicus.if.org Git - php/commitdiff
more test fixes
authorAntony Dovgal <tony2001@php.net>
Wed, 18 Apr 2007 08:09:02 +0000 (08:09 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 18 Apr 2007 08:09:02 +0000 (08:09 +0000)
ext/hash/tests/hmac-md5.phpt
tests/output/ob_010.phpt
tests/output/ob_011.phpt

index bfa7af46345792f2edde9d412820b9c18accc7db..84ba703e200fbb85bb95ed515a712913b3c51070 100644 (file)
@@ -15,6 +15,7 @@ hash_update($ctx, 'what do ya want for nothing?');
 echo hash_final($ctx) . "\n";
 
 echo hash_hmac('md5', str_repeat(chr(0xDD), 50), str_repeat(chr(0xAA), 16)) . "\n";
+?>
 --EXPECT--
 9294727a3638bb1c13f48ef8158bfc9d
 750c783e6ab0b503eaa86e310a5db738
@@ -23,4 +24,4 @@ echo hash_hmac('md5', str_repeat(chr(0xDD), 50), str_repeat(chr(0xAA), 16)) . "\
 9294727a3638bb1c13f48ef8158bfc9d
 750c783e6ab0b503eaa86e310a5db738
 
-Warning: hash_hmac(): Binary or ASCII-Unicode string expected, non-ASCII-Unicode string received in %s/tests/hmac-md5.php on line %d
+Warning: hash_hmac(): Binary or ASCII-Unicode string expected, non-ASCII-Unicode string received in %shmac-md5.php on line %d
index f83af73e6df9c994b8883d67dc5cf71c077b0948..24d650c50d803df59cf177e6fb9af4194ff6d916 100644 (file)
@@ -10,4 +10,4 @@ ob_start("obh");
 echo "foo\n";
 ?>
 --EXPECTF--
-Fatal error: print_r(): Cannot use output buffering in output buffering display handlers in %s/ob_010.php on line %d
+Fatal error: print_r(): Cannot use output buffering in output buffering display handlers in %sob_010.php on line %d
index 87e7be1a4243473c181cfd43d1a0e539c6dc28da..35b038833907fba53c87d40a5d7193db73a1262c 100644 (file)
@@ -10,4 +10,4 @@ ob_start("obh");
 echo "foo\n";
 ?>
 --EXPECTF--
-Fatal error: ob_get_flush(): Cannot use output buffering in output buffering display handlers in %s/ob_011.php on line %d
+Fatal error: ob_get_flush(): Cannot use output buffering in output buffering display handlers in %sob_011.php on line %d