Skip to content

Commit e978f2d

Browse files
committed
Sync with EN
1 parent 55cafb9 commit e978f2d

File tree

12 files changed

+254
-184
lines changed

12 files changed

+254
-184
lines changed

language/types.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: f908fff129bcd8ec1605658e06457cb04e5b2b51 Maintainer: hholzgra Status: ready -->
2+
<!-- EN-Revision: e587d0655e426f97b3fcb431453da5030e743b23 Maintainer: hholzgra Status: ready -->
33
<!-- Reviewed: yes -->
44
<!-- Rev-Revision: 9fe810352095922a68ce2807745a9bc35c0afe1f Reviewer: samesch -->
55
<!-- CREDITS: samesch, betz -->
6-
<chapter xml:id="language.types" xmlns="http://docbook.org/ns/docbook">
6+
<chapter xml:id="language.types" xmlns="http://docbook.org/ns/docbook" annotations="interactive">
77
<title>Typen</title>
88

99
<sect1 xml:id="language.types.intro">
@@ -77,7 +77,8 @@
7777
<literal>is_<replaceable>type</replaceable></literal>-Funktionen verwendet
7878
werden.
7979

80-
<informalexample>
80+
<example>
81+
<title>Verschiedene Typen</title>
8182
<programlisting role="php">
8283
<![CDATA[
8384
<?php
@@ -110,7 +111,7 @@ string
110111
int(16)
111112
]]>
112113
</screen>
113-
</informalexample>
114+
</example>
114115
</para>
115116
<note>
116117
<simpara>

0 commit comments

Comments
 (0)