mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
tidy example and paragraph introduction
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334412 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0155d14f57
commit
3e71d7cc2f
1 changed files with 1 additions and 2 deletions
|
@ -44,13 +44,12 @@
|
|||
#^[^0-9]$#
|
||||
+php+
|
||||
%[a-zA-Z0-9_-]%
|
||||
{\w[\w0-9]*}
|
||||
]]>
|
||||
</programlisting>
|
||||
</informalexample>
|
||||
</para>
|
||||
<para>
|
||||
In addition to the aforementioned delimiters, it is also possible to use
|
||||
It is also possible to use
|
||||
bracket style delimiters where the opening and closing brackets are the
|
||||
starting and ending delimiter, respectively. <literal>()</literal>,
|
||||
<literal>{}</literal>, <literal>[]</literal> and <literal><></literal>
|
||||
|
|
Loading…
Reference in a new issue