DDeepin Developerfeat: Init commit
b83cb584创建于 2022年10月19日历史提交
use profiletest;
$a = profiletestc::new_A();
$b = profiletestc::new_B();

for ($i = 0; $i < 100000; $i++) {
    $a = profiletestc::B_fn($b, $a);
}