From: Daniel Lowrey Date: Wed, 4 Mar 2015 15:23:46 +0000 (-0500) Subject: Improve test to target specific issue X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~819^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8680fc83316be812748d3bedfc785603f263a568;p=php Improve test to target specific issue --- 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" }