From: Daniel Lowrey Date: Thu, 5 Mar 2015 05:37:07 +0000 (-0700) Subject: Fix broken test X-Git-Tag: php-5.6.7RC1~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca766e078762e0ae6c801573e11f031c5371dadb;p=php Fix broken test --- diff --git a/ext/openssl/tests/bug64802.phpt b/ext/openssl/tests/bug64802.phpt index 3a1e4fb03c..3b273998d0 100644 --- a/ext/openssl/tests/bug64802.phpt +++ b/ext/openssl/tests/bug64802.phpt @@ -8,50 +8,21 @@ if (!defined('OPENSSL_KEYTYPE_EC')) die("skip no EC available"); --FILE-- --EXPECTF-- -array(11) { +array(6) { [0]=> - string(14) "1550 Bryant st" + string(9) "www.rd.io" [1]=> - string(5) "94103" + string(8) "rdio.com" [2]=> - string(7) "4586007" + string(5) "rd.io" [3]=> - string(2) "CA" + string(12) "api.rdio.com" [4]=> - string(26) "COMODO EV Multi-Domain SSL" + string(9) "api.rd.io" [5]=> - string(20) "Private Organization" - [6]=> - string(10) "Rdio, Inc." - [7]=> - string(13) "San Francisco" - [8]=> - string(2) "US" - [9]=> - array(2) { - [0]=> - string(2) "US" - [1]=> - string(8) "Delaware" - } - [10]=> - array(6) { - [0]=> - string(9) "www.rd.io" - [1]=> - string(8) "rdio.com" - [2]=> - string(5) "rd.io" - [3]=> - string(12) "api.rdio.com" - [4]=> - string(9) "api.rd.io" - [5]=> - string(12) "www.rdio.com" - } + string(12) "www.rdio.com" }