Fix weakmap API test

Apparently under some targets the address can evaluate to an address with the most significant bit set. (displays as negative number)
This commit is contained in:
Bob Weinand 2021-10-21 19:31:37 +02:00
parent a6f5c2dc8b
commit 345f46ff29

View File

@ -33,13 +33,13 @@ bool(true)
bool(false)
bool(true)
array(2) {
[%d]=>
[%s]=>
int(1)
[%d]=>
[%s]=>
int(2)
}
array(1) {
[%d]=>
[%s]=>
int(2)
}
bool(true)
@ -48,7 +48,7 @@ array(0) {
}
bool(true)
array(1) {
[%d]=>
[%s]=>
object(stdClass)#2 (0) {
}
}