diff --git a/reference/snmp/snmp.xml b/reference/snmp/snmp.xml
index 147511584bfd..e8f25b2af466 100644
--- a/reference/snmp/snmp.xml
+++ b/reference/snmp/snmp.xml
@@ -165,8 +165,7 @@
valueretrieval
Controls the method how the SNMP values will be returned
-
-
+
SNMP_VALUE_LIBRARYThe return values will be as returned by the Net-SNMP library.
@@ -181,7 +180,7 @@
-
+
diff --git a/reference/snmp/snmp/construct.xml b/reference/snmp/snmp/construct.xml
index feba8a09e6e0..0049ab7b17dd 100644
--- a/reference/snmp/snmp/construct.xml
+++ b/reference/snmp/snmp/construct.xml
@@ -46,8 +46,7 @@
it will be resolved by php-snmp library, not by Net-SNMP engine. Usage
of IPv6 addresses when specifying FQDN may be forced by enclosing FQDN
into square brackets. Here it is some examples:
-
-
+
IPv4 with default port127.0.0.1
@@ -60,7 +59,7 @@
FQDN with specific port, force usage of IPv6 address[host.domain]:1161
-
+
@@ -69,8 +68,7 @@
The purpuse of community is
SNMP version specific:
-
-
+
SNMP::VERSION_1SNMP community
@@ -78,7 +76,7 @@
SNMP::VERSION_3SNMPv3 securityName
-
+
diff --git a/reference/strings/functions/echo.xml b/reference/strings/functions/echo.xml
index 41e5324c999f..0b0f0d400187 100644
--- a/reference/strings/functions/echo.xml
+++ b/reference/strings/functions/echo.xml
@@ -133,10 +133,8 @@ echo $some_var ? 'true': 'false'; // evaluating the expression first and passing
function call. However, this can be misleading, because the parentheses are actually
part of the expression being output, not part of the echo
syntax itself.
-
-
-
-
+
+
]]>
-
+
diff --git a/reference/strings/functions/print.xml b/reference/strings/functions/print.xml
index 7a63aed759bb..79ea861b27ec 100644
--- a/reference/strings/functions/print.xml
+++ b/reference/strings/functions/print.xml
@@ -108,10 +108,8 @@ if ( print "hello" ) {
function call. However, this can be misleading, because the parentheses are actually
part of the expression being output, not part of the print
syntax itself.
-
-
-
-
+
+
]]>
-
+
When using print in a larger expression, placing both the
keyword and its argument in parentheses may be necessary to give the intended
result:
-
-
-
-
+
]]>
-
+
diff --git a/reference/var/functions/debug-zval-dump.xml b/reference/var/functions/debug-zval-dump.xml
index 69137282c0c0..453ba9002588 100644
--- a/reference/var/functions/debug-zval-dump.xml
+++ b/reference/var/functions/debug-zval-dump.xml
@@ -109,10 +109,8 @@ string(11) "Hello World" refcount(3)
The parameter passing also prevents debug_zval_dump
showing variables which have been assigned by reference. To illustrate,
consider a slightly modified version of the above example:
-
-
-
-
+
+
-
+
Although $var1, $var2, and