mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Backport GH-14962 to stable versions
Alpine CI regularly fails because of the sorting order of these tests. See https://github.com/php/php-src/pull/14962#issuecomment-2498799881 Closes GH-16950.
This commit is contained in:
parent
a80f0b515a
commit
ae84b81bfa
8 changed files with 47 additions and 32 deletions
|
@ -39,12 +39,12 @@ bool(true)
|
|||
bool(true)
|
||||
Try to remove key 1 again
|
||||
bool(false)
|
||||
[key10]name10: Content String 10
|
||||
[key30]name30: Content String 30
|
||||
key2: Content String 2
|
||||
key4: Another Content String
|
||||
key5: The last content string
|
||||
name9: Content String 9
|
||||
[key10]name10: Content String 10
|
||||
[key30]name30: Content String 30
|
||||
Total keys: 6
|
||||
Key 1 exists? N
|
||||
Key 2 exists? Y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue