9e127b9831
Most of this is ported over, except some omissions:
- array_filter, array_key_exists (suspected we had coverage already;
one is a bytecode, and one was rewritten in hhas recently)
- some random cases distinguishing init_null_variant vs. null_variant
29 linhas
402 B
Plaintext
29 linhas
402 B
Plaintext
array(6) {
|
|
[0]=>
|
|
string(8) "IMG0.png"
|
|
[1]=>
|
|
string(8) "IMG3.png"
|
|
[2]=>
|
|
string(8) "img1.png"
|
|
[3]=>
|
|
string(9) "img10.png"
|
|
[4]=>
|
|
string(9) "img12.png"
|
|
[5]=>
|
|
string(8) "img2.png"
|
|
}
|
|
array(6) {
|
|
[0]=>
|
|
string(8) "IMG0.png"
|
|
[4]=>
|
|
string(8) "img1.png"
|
|
[3]=>
|
|
string(8) "img2.png"
|
|
[5]=>
|
|
string(8) "IMG3.png"
|
|
[2]=>
|
|
string(9) "img10.png"
|
|
[1]=>
|
|
string(9) "img12.png"
|
|
}
|