reference/sockets/errors.xml
f453f7036c74f5f8ce5e15d3d5abbaf8dfd599e2
...
...
@@ -23,11 +23,11 @@
23
23
The <constant>E_WARNING</constant> messages generated by the socket
24
24
extension are in English though the retrieved error message will appear
25
25
depending on the current locale (<constant>LC_MESSAGES</constant>):
26
-
<programlisting role="php">
26
+
<screen>
27
27
<![CDATA[
28
28
Warning - socket_bind() unable to bind address [98]: Die Adresse wird bereits verwendet
29
29
]]>
30
-
</programlisting>
30
+
</screen>
31
31
</para>
32
32
</note>
33
33
</chapter>
34
34