<?php // when allowing unknown functions, their // return value should be TOP $x1 = 1; $x1 = youDontKnowMe(); ~_hotspot0;
<?php // unknown functions must not change the aliasing information; // if you no longer ignore unknown functions, deactivate this test $x =& $y; youDontKnowMe(); ~_hotspot0; // u{ (main.x, main.y) } a{ }