2015-08-09 01:16:05 +00:00
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
2021-12-23 13:03:03 +00:00
<phpdoc:exceptionref xml:id= "class.divisionbyzeroerror" xmlns:phpdoc= "http://php.net/ns/phpdoc" xmlns= "http://docbook.org/ns/docbook" xmlns:xlink= "http://www.w3.org/1999/xlink" xmlns:xi= "http://www.w3.org/2001/XInclude" >
2015-08-09 01:16:05 +00:00
<title > DivisionByZeroError</title>
<titleabbrev > DivisionByZeroError</titleabbrev>
<partintro >
<!-- {{{ Error intro -->
<section xml:id= "divisionbyzeroerror.intro" >
&reftitle.intro;
<para >
<ooclass > <classname > DivisionByZeroError</classname> </ooclass> is thrown
when an attempt is made to divide a number by zero.
</para>
</section>
<!-- }}} -->
<section xml:id= "divisionbyzeroerror.synopsis" >
&reftitle.classsynopsis;
<!-- {{{ Synopsis -->
<classsynopsis >
2021-12-23 13:03:03 +00:00
<ooclass >
<classname > DivisionByZeroError</classname>
</ooclass>
2015-08-09 01:16:05 +00:00
<classsynopsisinfo >
<ooclass >
<classname > DivisionByZeroError</classname>
</ooclass>
<ooclass >
<modifier > extends</modifier>
2015-12-08 22:58:19 +00:00
<classname > ArithmeticError</classname>
2015-08-09 01:16:05 +00:00
</ooclass>
</classsynopsisinfo>
2018-09-29 16:20:46 +00:00
<classsynopsisinfo role= "comment" > &InheritedProperties; </classsynopsisinfo>
<xi:include xpointer= "xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.error')/db:partintro/db:section/db:classsynopsis/db:fieldsynopsis[preceding-sibling::db:classsynopsisinfo[1][@role='comment' and text()='&Properties;']]))" >
2021-12-23 13:03:03 +00:00
<xi:fallback />
2018-09-29 16:20:46 +00:00
</xi:include>
2015-08-09 01:16:05 +00:00
<classsynopsisinfo role= "comment" > &InheritedMethods; </classsynopsisinfo>
2021-12-23 13:03:03 +00:00
<xi:include xpointer= "xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.error')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" >
<xi:fallback />
</xi:include>
2015-08-09 01:16:05 +00:00
</classsynopsis>
<!-- }}} -->
</section>
</partintro>
</phpdoc:exceptionref>
<!-- 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
-->