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, PECL phar >= 1.0.0)
The PharException class provides a phar-specific exception class for try/catch blocks.
Addition:
<!DOCTYPE html>
<html>
<body>
<?php
$x = 10;
$y = 6;
echo $x + $y;
?>
</body>
</html>
Check more details on: http://www.elivestory.com/