Code to reproduce: <?php /** * @return bool */ function is_multisite() { } function f() { if (!is_multisite()) { echo "a"; } ...
確定! 回上一頁