mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Fixed missed test
This commit is contained in:
parent
e61f444268
commit
2823c9dafb
1 changed files with 5 additions and 5 deletions
|
@ -152,18 +152,18 @@ array (
|
||||||
)
|
)
|
||||||
Result: true
|
Result: true
|
||||||
|
|
||||||
Test 3.9f25de4482bc7b58de508e278113317c:
|
Test 3.d5a9747a8bd4c32cb2a705f7e6d8a56f:
|
||||||
array (
|
array (
|
||||||
'aa' => 'a',
|
|
||||||
'aaa' => 'a',
|
|
||||||
'a' => 'a',
|
'a' => 'a',
|
||||||
|
'aaa' => 'a',
|
||||||
|
'aa' => 'a',
|
||||||
)
|
)
|
||||||
Result: true
|
Result: true
|
||||||
|
|
||||||
Test 4.a85a41ea78e45b651080cfd98c0b431d:
|
Test 4.dcc371022fa1eac76e73b0455d70790a:
|
||||||
array (
|
array (
|
||||||
7 => '',
|
|
||||||
2 => NULL,
|
2 => NULL,
|
||||||
|
7 => '',
|
||||||
5 => '!',
|
5 => '!',
|
||||||
1 => 'abc',
|
1 => 'abc',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue