Skip to content

Commit cc0e3ef

Browse files
committed
fix array count
1 parent 250c526 commit cc0e3ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ext/openssl/tests/openssl_x509_parse_basic.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var_dump(openssl_x509_parse($cert, false));
1717
?>
1818
--EXPECTF--
1919
bool(true)
20-
array(16) {
20+
array(17) {
2121
["name"]=>
2222
string(96) "/CN=Henrique do N. Angelo/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/emailAddress=hnangelo@php.net"
2323
["subject"]=>
@@ -167,7 +167,7 @@ array(16) {
167167
string(16) "basicConstraints"
168168
}
169169
}
170-
array(16) {
170+
array(17) {
171171
["name"]=>
172172
string(96) "/CN=Henrique do N. Angelo/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/emailAddress=hnangelo@php.net"
173173
["subject"]=>

0 commit comments

Comments
 (0)