dd83c93a8a
DecRef needs to be the last use of its source, since it might destruct it. In the new test case, the second cast expression was reusing the result of the first (through CSE) after it had been DecReffed and destroyed.
11 linhas
100 B
Plaintext
11 linhas
100 B
Plaintext
Calling main
|
|
array(1) {
|
|
[0]=>
|
|
string(5) "hello"
|
|
}
|
|
array(1) {
|
|
[0]=>
|
|
string(5) "hello"
|
|
}
|
|
Done
|