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)
La clase PharException ofrece una excepción de clase específica de phar para bloques try/catch.
Addition:
<!DOCTYPE html>
<html>
<body>
<?php
$x = 10;
$y = 6;
echo $x + $y;
?>
</body>
</html>
Check more details on: http://www.elivestory.com/