74ca5cd27f
It tries to unwind the top, builtin frame, making various assumptions that aren't true if it was called by FCallBuiltin. In dbg builds, it asserts.
10 linhas
120 B
PHP
10 linhas
120 B
PHP
<?php
|
|
|
|
function test($t) {
|
|
fb_enable_code_coverage();
|
|
var_dump($t);
|
|
fb_disable_code_coverage();
|
|
}
|
|
|
|
test("hello");
|