Skip to content

Commit 43a655b

Browse files
committed
wrong order
1 parent cb55ac1 commit 43a655b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ext/openssl/tests/openssl_oid_lookup_basic.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ array(3) {
2121
array(3) {
2222
["oid"]=>
2323
string(20) "1.2.840.113549.1.9.8"
24-
["sname"]=>
25-
string(19) "unstructuredAddress"
2624
["lname"]=>
2725
string(19) "unstructuredAddress"
26+
["sname"]=>
27+
string(19) "unstructuredAddress"
2828
}
2929
array(1) {
3030
["oid"]=>

0 commit comments

Comments
 (0)