国产+高潮+在线,国产 av 仑乱内谢,www国产亚洲精品久久,51国产偷自视频区视频,成人午夜精品网站在线观看

stop的時(shí)候 會(huì)報(bào)錯(cuò) thrown in [no active file] on line 0

elfhuv

問題描述

這里詳細(xì)描述問題
stop的時(shí)候 會(huì)報(bào)錯(cuò) thrown in [no active file] on line 0
php的底層\STDOUT \STDERR 永遠(yuǎn)都是 stream類型 無法close

程序代碼

            if (\is_resource(\STDOUT)) {
                \fclose(\STDOUT);
            }
            if (\is_resource(\STDERR)) {
                \fclose(\STDERR);
            }

報(bào)錯(cuò)信息

thrown in [no active file] on line 0 

截圖報(bào)錯(cuò)信息里報(bào)錯(cuò)文件相關(guān)代碼

截圖

954 1 0
1個(gè)回答

法師

遇到過這個(gè)問題,把swoole臨時(shí)禁用就好了

  • 暫無評(píng)論
年代過于久遠(yuǎn),無法發(fā)表回答
??