language/types/type-juggling.xml
f94d903985119d3ac00f4528551df947f57b667f
...
...
@@ -422,9 +422,7 @@ if ($fst === $str) {
422
422
<member><link linkend="types.comparisons">The type comparison tables</link></member>
423
423
</simplelist>
424
424
</para>
425
-
</sect2>
426
425

427
-
<simplesect>
428
426
<note>
429
427
<simpara>
430
428
Because PHP supports indexing into <type>string</type>s via offsets
...
...
@@ -449,7 +447,7 @@ echo $a; // bar
449
447
access by character</link> for more information.
450
448
</simpara>
451
449
</note>
452
-
</simplesect>
450
+
</sect2>
453
451

454
452
</sect1>
455
453
<!-- Keep this comment at the end of the file
456
454