mirror of
https://github.com/php/doc-es.git
synced 2026-03-25 07:52:21 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@337411 c90b9560-bf6c-de11-be94-00142212c4b1
43 lines
1.3 KiB
XML
43 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: b7a780f8e762e290552b9f79d346f2bcbc272e0c Maintainer: seros Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
<chapter xml:id="language.errors" xmlns="http://docbook.org/ns/docbook" xmlns:phd="http://www.php.net/ns/phd">
|
|
<title>Errores</title>
|
|
|
|
<sect1 phd:chunk="false" xml:id="language.errors.intro">
|
|
<title>Introducción</title>
|
|
|
|
<para>
|
|
Desarfortunadamente, no importa lo cuidadoso que uno sea escribiendo código; los errores
|
|
son un hecho de la vida. PHP notificará errores, advertencias y avisos para muchos problemas
|
|
comunes de codificación y de tiempo de ejecución, por lo que saber cómo detectar y manejar estos
|
|
errores hará la depuración mucho más sencilla.
|
|
</para>
|
|
</sect1>
|
|
|
|
&language.errors.basics;
|
|
&language.errors.php7;
|
|
</chapter>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|