Addition:
<!DOCTYPE html>
<html>
<body>
<?php
$x = 10;
$y = 6;
echo $x + $y;
?>
</body>
</html>
Check more details on: http://www.elivestory.com/
(PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.0.0)
PharException クラスは、try/catch ブロックで使用するための phar 固有の例外クラスです。
Addition:
<!DOCTYPE html>
<html>
<body>
<?php
$x = 10;
$y = 6;
echo $x + $y;
?>
</body>
</html>
Check more details on: http://www.elivestory.com/