Skip to content

Instantly share code, notes, and snippets.

@GIANTCRAB
Created September 29, 2018 09:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GIANTCRAB/ba5fe80506526dc526df56aca8d1fe2a to your computer and use it in GitHub Desktop.
Save GIANTCRAB/ba5fe80506526dc526df56aca8d1fe2a to your computer and use it in GitHub Desktop.
Contribution for compileerror.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 325397 $ -->
<phpdoc:classref xml:id="class.classname"
xmlns:phpdoc="http://php.net/ns/phpdoc"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns="http://docbook.org/ns/docbook">
<title>CompileError</title>
<titleabbrev>CompileError</titleabbrev>
<partintro>
<!-- {{{ ClassName intro -->
<section xml:id="compileerror.intro">
&reftitle.intro;
<para>
A small number of compilation errors will now throw a CompileError instead
of generating a fatal error. Currently this only affects compilation errors
that may be thrown by token_get_all() in TOKEN_PARSE mode, but more errors
may be converted in the future.
</para>
</section>
<!-- }}} -->
<section xml:id="classname.synopsis">
&reftitle.classsynopsis;
<!-- {{{ Synopsis -->
<classsynopsis>
<ooclass><classname>CompileError</classname></ooclass>
<!-- {{{ Class synopsis -->
<classsynopsisinfo>
<ooclass>
<classname>CompileError</classname>
</ooclass>
<ooclass>
<modifier>extends</modifier>
<classname>Error</classname>
</ooclass>
</classsynopsisinfo>
<classsynopsisinfo role="comment">Properties</classsynopsisinfo>
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.error')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
</classsynopsis>
</section>
<!-- }}} -->
</partintro>
</phpdoc:classref>
<!-- 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
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment