From: Rasmus Lerdorf Date: Sun, 5 Feb 2012 09:52:41 +0000 (+0000) Subject: Need EXPECTF here, of course X-Git-Tag: php-5.4.0RC8~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4fb44c8b6af2abdbef220af5e528a32533a8cb8;p=php Need EXPECTF here, of course --- diff --git a/ext/openssl/tests/bug47828.phpt b/ext/openssl/tests/bug47828.phpt index fcfdd8cc36..6f7ee395f4 100644 --- a/ext/openssl/tests/bug47828.phpt +++ b/ext/openssl/tests/bug47828.phpt @@ -35,6 +35,6 @@ $arr = openssl_x509_parse($cert); var_dump($arr['hash']); echo "Done"; ?> ---EXPECT-- +--EXPECTF-- string(8) "%s" Done