中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

PHP7中的異常處理和錯誤處理

發布時間:2020-06-21 16:24:24 來源:億速云 閱讀:134 作者:鴿子 欄目:編程語言

PHP7中異常與錯誤處理與之前版本對比

先上代碼

ECHO PHP_VERSION.PHP_EOL;
function add (int $left,int $right){
  return $left+$right;
 }
try {
    echo add('left', 'right');
} catch (Exception $e) {
    // Handle exception
} catch (Error $e) { // Clearly a different type of object
    // Log error and end gracefully
    var_dump($e->getMessage());
}
echo PHP_EOL."helloword".PHP_EOL;

PHP v5.6.1結果

5.6.1
PHP Catchable fatal error:  Argument 1 passed to add() must be an instance of int, string given, called in C:\usertb\shareubuntu\Workerman\fortest.php on line 8 and defined in C:\usertb\shareubuntu\Workerman\fortest.php on line 3
Catchable fatal error: Argument 1 passed to add() must be an instance of int, string given, called in C:\usertb\shareubuntu\Workerman\fortest.php on line 8 and defined in C:\usertb\shareubuntu\Workerman\fortest.php on line 3
[Finished in 0.0s]

PHP v7.0.15結果

7.0.15-0ubuntu0.16.04.4
string(131) "Argument 1 passed to add() must be of the type integer, string given, called in /home/tb/win10share/Workerman/fortest.php on line 8"
helloword

區別

在于后者可以捕獲fatal error,并且可以正常輸出helloword

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

庐江县| 伊春市| 张北县| 嵊州市| 盈江县| 余姚市| 玉田县| 昂仁县| 万荣县| 囊谦县| 冀州市| 湖北省| 天柱县| 大洼县| 夏津县| 绥江县| 顺平县| 红安县| 长宁县| 尚义县| 尖扎县| 乌兰县| 汉沽区| 邯郸县| 淳化县| 渭源县| 东源县| 若尔盖县| 焦作市| 马尔康县| 汕头市| 太康县| 额济纳旗| 乌鲁木齐县| 太仆寺旗| 镶黄旗| 城固县| 金湖县| 赤水市| 新干县| 独山县|