91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

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

内乡县| 鲁山县| 集安市| 绥江县| 祁门县| 宁明县| 诏安县| 巴林左旗| 大洼县| 蒙自县| 海口市| 双鸭山市| 鄂温| 洞口县| 马公市| 涡阳县| 敦煌市| 扎兰屯市| 广安市| 吉木萨尔县| 那曲县| 安达市| 亳州市| 色达县| 乡城县| 三穗县| 洛浦县| 新巴尔虎左旗| 石棉县| 合阳县| 凤冈县| 上思县| 德保县| 连城县| 五寨县| 荔波县| 洞头县| 西和县| 姜堰市| 石屏县| 玉田县|